diff options
author | VirtualTam <virtualtam+github@flibidi.net> | 2016-10-20 20:41:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-20 20:41:24 +0200 |
commit | fb6c8f770a07e38d5250ca4d6717445002e7bfb3 (patch) | |
tree | 499d26ccee0d0df3aeac5fe9d27faf2800721698 /tests/config | |
parent | ceeb8fbeb89f69e41791ae192d073d6afea00f4b (diff) | |
parent | 7af9a41881ed0b9d44d18a0ce03a123a8441adf5 (diff) | |
download | Shaarli-fb6c8f770a07e38d5250ca4d6717445002e7bfb3.tar.gz Shaarli-fb6c8f770a07e38d5250ca4d6717445002e7bfb3.tar.zst Shaarli-fb6c8f770a07e38d5250ca4d6717445002e7bfb3.zip |
Merge pull request #671 from ArthurHoaro/cleanup-code
Minor code cleanup: PHPDoc, spelling, unused variables, etc.
Diffstat (limited to 'tests/config')
-rw-r--r-- | tests/config/ConfigJsonTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/config/ConfigJsonTest.php b/tests/config/ConfigJsonTest.php index 99c88820..07f6ab49 100644 --- a/tests/config/ConfigJsonTest.php +++ b/tests/config/ConfigJsonTest.php | |||
@@ -41,7 +41,7 @@ class ConfigJsonTest extends PHPUnit_Framework_TestCase | |||
41 | * Read a non existent config file -> empty array. | 41 | * Read a non existent config file -> empty array. |
42 | * | 42 | * |
43 | * @expectedException Exception | 43 | * @expectedException Exception |
44 | * @expectedExceptionMessage An error occured while parsing JSON file: error code #4 | 44 | * @expectedExceptionMessage An error occurred while parsing JSON file: error code #4 |
45 | */ | 45 | */ |
46 | public function testReadInvalidJson() | 46 | public function testReadInvalidJson() |
47 | { | 47 | { |