X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2FPluginManagerTest.php;h=195d959c2fc4c3ab3e30d4a07b9b1ce57105a1f1;hb=def39d0dd7a81a4af9ad68b62c9e9823fbc2b38e;hp=71761ac17db62f18eb199f4f85e32774b4ae2cf4;hpb=ef028857531a6abe2d7180538b8510502ee2a467;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); } /**