Skip to content

Commit a2deb4b

Browse files
marickvantuilStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 420a9fd commit a2deb4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ConfigCacheTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class ConfigCacheTest extends TestCase
88
{
99
/** @test */
10-
function the_configuration_file_can_be_cached()
10+
public function the_configuration_file_can_be_cached()
1111
{
1212
$failed = false;
1313

@@ -23,4 +23,4 @@ function the_configuration_file_can_be_cached()
2323
$this->assertTrue(true);
2424
}
2525
}
26-
}
26+
}

0 commit comments

Comments
 (0)