X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Fplugins%2FPluginQrcodeTest.php;h=1d85fba60ce76f26588faaab28708f0a2c1fca34;hb=2f4df753041088d788d1923692a7d530167a6840;hp=c9f8c733d40adcac140fc2bdb5fe8ab817123f6c;hpb=af41d5ab5d2bd3ba64d052c997bc6afa6966a63c;p=github%2Fshaarli%2FShaarli.git diff --git a/tests/plugins/PluginQrcodeTest.php b/tests/plugins/PluginQrcodeTest.php index c9f8c733..1d85fba6 100644 --- a/tests/plugins/PluginQrcodeTest.php +++ b/tests/plugins/PluginQrcodeTest.php @@ -14,12 +14,12 @@ require_once 'plugins/qrcode/qrcode.php'; * Class PluginQrcodeTest * Unit test for the QR-Code plugin */ -class PluginQrcodeTest extends \PHPUnit\Framework\TestCase +class PluginQrcodeTest extends \Shaarli\TestCase { /** * Reset plugin path */ - public function setUp() + protected function setUp(): void { PluginManager::$PLUGINS_PATH = 'plugins'; }