aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/config
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-10-20 11:31:52 +0200
committerArthurHoaro <arthur@hoa.ro>2016-10-20 11:36:11 +0200
commit7af9a41881ed0b9d44d18a0ce03a123a8441adf5 (patch)
tree499d26ccee0d0df3aeac5fe9d27faf2800721698 /tests/config
parentceeb8fbeb89f69e41791ae192d073d6afea00f4b (diff)
downloadShaarli-7af9a41881ed0b9d44d18a0ce03a123a8441adf5.tar.gz
Shaarli-7af9a41881ed0b9d44d18a0ce03a123a8441adf5.tar.zst
Shaarli-7af9a41881ed0b9d44d18a0ce03a123a8441adf5.zip
Minor code cleanup: PHPDoc, spelling, unused variables, etc.
Diffstat (limited to 'tests/config')
-rw-r--r--tests/config/ConfigJsonTest.php2
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 {