X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Fsecurity%2FBanManagerTest.php;h=2fef82f57fb111621d1bb440e05cdb823ecccd87;hb=c3fca560b624588d37508142ab73573caf467573;hp=bba7c8ad76594c359b440e7d3a28f04fcdb293a3;hpb=b49a04f796b9ad8533c53fee541132a4c2214909;p=github%2Fshaarli%2FShaarli.git diff --git a/tests/security/BanManagerTest.php b/tests/security/BanManagerTest.php index bba7c8ad..2fef82f5 100644 --- a/tests/security/BanManagerTest.php +++ b/tests/security/BanManagerTest.php @@ -32,7 +32,7 @@ class BanManagerTest extends TestCase /** * Prepare or reset test resources */ - public function setUp() + protected function setUp(): void { if (file_exists($this->banFile)) { unlink($this->banFile);