aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-10-20 11:31:52 +0200
committerArthurHoaro <arthur@hoa.ro>2016-11-05 14:30:13 +0100
commit0d051da4a14b6325b4ab7d93ebcd63d4a8dc141c (patch)
tree2f239a01e4f87f4fa3110235c609b9944df50258 /tests
parent515eba6495fdf8b0b283d7ff27329399a3100262 (diff)
downloadShaarli-0d051da4a14b6325b4ab7d93ebcd63d4a8dc141c.tar.gz
Shaarli-0d051da4a14b6325b4ab7d93ebcd63d4a8dc141c.tar.zst
Shaarli-0d051da4a14b6325b4ab7d93ebcd63d4a8dc141c.zip
Minor code cleanup: PHPDoc, spelling, unused variables, etc.
Diffstat (limited to 'tests')
-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 {