X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2FPluginManagerTest.php;h=ddf4818533a1777f422421feb29b44e7243a7afa;hb=5ebc1d504bc8a8f29f49a8a4fc1c421f78677b2a;hp=f4826e2e371d7050279de37d844140e38ae9d603;hpb=15170b516429341ae8e1a9ad2111be5ef90bf6aa;p=github%2Fshaarli%2FShaarli.git diff --git a/tests/PluginManagerTest.php b/tests/PluginManagerTest.php index f4826e2e..ddf48185 100644 --- a/tests/PluginManagerTest.php +++ b/tests/PluginManagerTest.php @@ -92,4 +92,4 @@ class PluginManagerTest extends PHPUnit_Framework_TestCase $this->assertEquals('test plugin', $meta[self::$pluginName]['description']); $this->assertEquals($expectedParameters, $meta[self::$pluginName]['parameters']); } -} \ No newline at end of file +}