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 9cf0bd1 commit c2669beCopy full SHA for c2669be
src/TestingTools.php
@@ -30,4 +30,6 @@ trait TestingTools
30
use ReflectionAsserts;
31
use ScheduleAsserts;
32
use ServiceProviderAsserts;
33
+
34
+ public $mockConsoleOutput = false;
35
}
tests/TestingTools/TestCase.php
@@ -12,11 +12,12 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
12
{
13
use TestingTools;
14
15
16
17
public function setUp()
18
19
parent::setUp();
20
- $this->withoutMockingConsoleOutput();
21
$this->setUpDatabase();
22
$this->setUpFactories();
23
$this->setUpViews();
0 commit comments