diff options
Diffstat (limited to 'tests/config/ConfigJsonTest.php')
-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 | { |