We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d9bb2 commit d03a0cdCopy full SHA for d03a0cd
distribution/testing.md
@@ -81,7 +81,7 @@ use Hautelook\AliceBundle\PhpUnit\RefreshDatabaseTrait;
81
82
class BooksTest extends ApiTestCase
83
{
84
- // This trait provided by HautelookAliceBundle will take care of refreshing the database content to put it in a known state between every tests
+ // This trait provided by HautelookAliceBundle will take care of refreshing the database content to a known state before each test
85
use RefreshDatabaseTrait;
86
87
public function testGetCollection(): void
0 commit comments