From a2deb4b1357b7ea0d1fe2916d1b496812c486351 Mon Sep 17 00:00:00 2001 From: Marick van Tuil Date: Mon, 31 Dec 2018 12:26:52 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/ConfigCacheTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ConfigCacheTest.php b/tests/ConfigCacheTest.php index 30077e0..2851e6b 100644 --- a/tests/ConfigCacheTest.php +++ b/tests/ConfigCacheTest.php @@ -7,7 +7,7 @@ class ConfigCacheTest extends TestCase { /** @test */ - function the_configuration_file_can_be_cached() + public function the_configuration_file_can_be_cached() { $failed = false; @@ -23,4 +23,4 @@ function the_configuration_file_can_be_cached() $this->assertTrue(true); } } -} \ No newline at end of file +}