X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Fplugins%2FPluginPlayvideosTest.php;h=338d2e351a2344969a8d30e906a54edaca0b43e9;hb=5b74c67461dbfb3fe87486646b64afd14aec4860;hp=b7b6ce53fee211132aeee26030b3c1ffadd3249a;hpb=a975d97a8da64864c3c49f1c54f571eb4ea5b81a;p=github%2Fshaarli%2FShaarli.git diff --git a/tests/plugins/PluginPlayvideosTest.php b/tests/plugins/PluginPlayvideosTest.php index b7b6ce53..338d2e35 100644 --- a/tests/plugins/PluginPlayvideosTest.php +++ b/tests/plugins/PluginPlayvideosTest.php @@ -14,12 +14,12 @@ require_once 'plugins/playvideos/playvideos.php'; * Class PluginPlayvideosTest * Unit test for the PlayVideos plugin */ -class PluginPlayvideosTest extends \PHPUnit\Framework\TestCase +class PluginPlayvideosTest extends \Shaarli\TestCase { /** * Reset plugin path */ - public function setUp() + protected function setUp(): void { PluginManager::$PLUGINS_PATH = 'plugins'; }