phpunit-documentation-english
phpunit-documentation-english copied to clipboard
Unclear sentence in Fixture documentation
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.