diff options
author | VirtualTam <virtualtam@flibidi.net> | 2016-08-13 14:27:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-13 14:27:14 +0200 |
commit | eec3666ba60b20f1db054102ccbd618d3bb79594 (patch) | |
tree | 350fc025c2f9b6fc548745724dc9ae61355ac01e /tests/PluginManagerTest.php | |
parent | f396134bf1b6080f9cfc55f46c59cd50f440f556 (diff) | |
parent | db6dec0de10d0ee3b35658ae9f431935d17e8a7c (diff) | |
download | Shaarli-eec3666ba60b20f1db054102ccbd618d3bb79594.tar.gz Shaarli-eec3666ba60b20f1db054102ccbd618d3bb79594.tar.zst Shaarli-eec3666ba60b20f1db054102ccbd618d3bb79594.zip |
Merge pull request #636 from virtualtam/fix/final-newline
Fix: add missing final newlines, untabify text
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 | } |