aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2016-08-13 14:22:22 +0200
committerArthurHoaro <arthur@hoa.ro>2016-11-05 14:29:52 +0100
commit6aa08e74bcd528607cb0fed448cc885709f214fe (patch)
tree15c489d04b714e823b788a3614acc1d1daf33e5a /tests
parentc019d62970a5b618f44ac858b990b573645bd714 (diff)
downloadShaarli-6aa08e74bcd528607cb0fed448cc885709f214fe.tar.gz
Shaarli-6aa08e74bcd528607cb0fed448cc885709f214fe.tar.zst
Shaarli-6aa08e74bcd528607cb0fed448cc885709f214fe.zip
Fix: add missing final newlines, untabify text
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to 'tests')
-rw-r--r--tests/PluginManagerTest.php2
-rw-r--r--tests/utils/config/configInvalid.json.php2
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*/ ?>