Skip to content

Commit 114d465

Browse files
committed
ITT: Laravel 5.1+ support.
1 parent cb4f793 commit 114d465

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Asserts/LogFileAssertsTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
class LogFileAssertsTest extends TestCase
77
{
8-
protected function setUp()
8+
public function setUp()
99
{
1010
parent::setUp();
1111

@@ -78,7 +78,7 @@ public function which_also_supports_array_of_contents()
7878
]);
7979
}
8080

81-
protected function tearDown()
81+
public function tearDown()
8282
{
8383
File::delete(storage_path('logs/example.log'));
8484

0 commit comments

Comments
 (0)