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 eb61ba1 commit ed64d05Copy full SHA for ed64d05
README.md
@@ -31,7 +31,7 @@ Laravel-specific testing helpers and asserts.
31
composer require --dev illuminated/testing-tools
32
```
33
34
-2. Use `Illuminated\Testing\TestingTools` in your `TestCase` class and disable `$mockConsoleOutput`:
+2. Use `Illuminated\Testing\TestingTools` trait and disable `$mockConsoleOutput`:
35
36
```php
37
use Illuminated\Testing\TestingTools;
0 commit comments