X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Fconfig%2FConfigJsonTest.php;h=f1612e9bfdcbff41bc1a284f82aa82eb17b7a957;hb=8f60e1206e45e67c96a7630d4ff94e72fe875f09;hp=33160eb0d88dd7d37bd69aa2c903a84515a7baf8;hpb=24225f63324bd1118b008518abfc82a136ad997e;p=github%2Fshaarli%2FShaarli.git diff --git a/tests/config/ConfigJsonTest.php b/tests/config/ConfigJsonTest.php index 33160eb0..f1612e9b 100644 --- a/tests/config/ConfigJsonTest.php +++ b/tests/config/ConfigJsonTest.php @@ -11,7 +11,7 @@ class ConfigJsonTest extends \PHPUnit\Framework\TestCase */ protected $configIO; - public function setUp() + protected function setUp(): void { $this->configIO = new ConfigJson(); }