diff options
author | VirtualTam <virtualtam@flibidi.net> | 2016-08-13 14:22:22 +0200 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2016-08-13 14:22:22 +0200 |
commit | db6dec0de10d0ee3b35658ae9f431935d17e8a7c (patch) | |
tree | 350fc025c2f9b6fc548745724dc9ae61355ac01e /tests/PluginManagerTest.php | |
parent | f396134bf1b6080f9cfc55f46c59cd50f440f556 (diff) | |
download | Shaarli-db6dec0de10d0ee3b35658ae9f431935d17e8a7c.tar.gz Shaarli-db6dec0de10d0ee3b35658ae9f431935d17e8a7c.tar.zst Shaarli-db6dec0de10d0ee3b35658ae9f431935d17e8a7c.zip |
Fix: add missing final newlines, untabify text
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to 'tests/PluginManagerTest.php')
-rw-r--r-- | tests/PluginManagerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PluginManagerTest.php b/tests/PluginManagerTest.php index 61efce68..c7511051 100644 --- a/tests/PluginManagerTest.php +++ b/tests/PluginManagerTest.php | |||
@@ -86,4 +86,4 @@ class PluginManagerTest extends PHPUnit_Framework_TestCase | |||
86 | $this->assertEquals('test plugin', $meta[self::$pluginName]['description']); | 86 | $this->assertEquals('test plugin', $meta[self::$pluginName]['description']); |
87 | $this->assertEquals($expectedParameters, $meta[self::$pluginName]['parameters']); | 87 | $this->assertEquals($expectedParameters, $meta[self::$pluginName]['parameters']); |
88 | } | 88 | } |
89 | } \ No newline at end of file | 89 | } |