Skip to content

Commit eb61ba1

Browse files
committed
Readme info added.
1 parent c2669be commit eb61ba1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Laravel-specific testing helpers and asserts.
3131
composer require --dev illuminated/testing-tools
3232
```
3333

34-
2. Use `Illuminated\Testing\TestingTools` in your `TestCase` class:
34+
2. Use `Illuminated\Testing\TestingTools` in your `TestCase` class and disable `$mockConsoleOutput`:
3535

3636
```php
3737
use Illuminated\Testing\TestingTools;
@@ -40,6 +40,8 @@ Laravel-specific testing helpers and asserts.
4040
{
4141
use TestingTools;
4242
43+
public $mockConsoleOutput = false;
44+
4345
// ...
4446
}
4547
```

0 commit comments

Comments
 (0)