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 420a9fd commit a2deb4bCopy full SHA for a2deb4b
tests/ConfigCacheTest.php
@@ -7,7 +7,7 @@
7
class ConfigCacheTest extends TestCase
8
{
9
/** @test */
10
- function the_configuration_file_can_be_cached()
+ public function the_configuration_file_can_be_cached()
11
12
$failed = false;
13
@@ -23,4 +23,4 @@ function the_configuration_file_can_be_cached()
23
$this->assertTrue(true);
24
}
25
26
-}
+}
0 commit comments