X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Fplugins%2FPluginQrcodeTest.php;h=1d85fba60ce76f26588faaab28708f0a2c1fca34;hb=7b18876361f2223672f3a2cac9fc0da16d12d69f;hp=c9f8c733d40adcac140fc2bdb5fe8ab817123f6c;hpb=a975d97a8da64864c3c49f1c54f571eb4ea5b81a;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'; }