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 | |
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')
-rw-r--r-- | tests/PluginManagerTest.php | 2 | ||||
-rw-r--r-- | tests/utils/config/configInvalid.json.php | 2 |
2 files changed, 2 insertions, 2 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 | } |
diff --git a/tests/utils/config/configInvalid.json.php b/tests/utils/config/configInvalid.json.php index 167f2168..e39d640a 100644 --- a/tests/utils/config/configInvalid.json.php +++ b/tests/utils/config/configInvalid.json.php | |||
@@ -2,4 +2,4 @@ | |||
2 | { | 2 | { |
3 | bad: bad, | 3 | bad: bad, |
4 | } | 4 | } |
5 | */ ?> \ No newline at end of file | 5 | */ ?> |