phpunit-documentation-english icon indicating copy to clipboard operation
phpunit-documentation-english copied to clipboard

Unclear sentence in Fixture documentation

Open jrpear opened this issue 5 years ago • 0 comments

I was just reading through the PHPUnit docs and found this sentence in Section 4: Fixtures, par. 4:

"Example 4.1 shows how we can write the tests of the StackTest in such a way that not the fixture itself is reused but the code that creates it"

Not sure exactly what it is trying to say. Maybe "in such a way that the fixture itself isn't reused but the code that creates it is."

Not sure about this thought so I don't want to submit a PR.

jrpear avatar Jun 20 '20 00:06 jrpear