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 cb4f793 commit 114d465Copy full SHA for 114d465
tests/Asserts/LogFileAssertsTest.php
@@ -5,7 +5,7 @@
5
6
class LogFileAssertsTest extends TestCase
7
{
8
- protected function setUp()
+ public function setUp()
9
10
parent::setUp();
11
@@ -78,7 +78,7 @@ public function which_also_supports_array_of_contents()
78
]);
79
}
80
81
- protected function tearDown()
+ public function tearDown()
82
83
File::delete(storage_path('logs/example.log'));
84
0 commit comments