X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2FPluginManagerTest.php;h=195d959c2fc4c3ab3e30d4a07b9b1ce57105a1f1;hb=72caf4e84c412ab6a4181b83a96dbef8ebb3c65a;hp=71761ac17db62f18eb199f4f85e32774b4ae2cf4;hpb=e1850388348d4bfdf463a5aa341bc470da79cf32;p=github%2Fshaarli%2FShaarli.git diff --git a/tests/PluginManagerTest.php b/tests/PluginManagerTest.php index 71761ac1..195d959c 100644 --- a/tests/PluginManagerTest.php +++ b/tests/PluginManagerTest.php @@ -58,13 +58,12 @@ class PluginManagerTest extends \PHPUnit\Framework\TestCase /** * Test missing plugin loading. - * - * @return void */ public function testPluginNotFound() { $this->pluginManager->load(array()); $this->pluginManager->load(array('nope', 'renope')); + $this->addToAssertionCount(1); } /**