Minor code cleanup: PHPDoc, spelling, unused variables, etc.
This commit is contained in:
parent
ceeb8fbeb8
commit
7af9a41881
13 changed files with 28 additions and 36 deletions
tests/config
|
@ -41,7 +41,7 @@ class ConfigJsonTest extends PHPUnit_Framework_TestCase
|
|||
* Read a non existent config file -> empty array.
|
||||
*
|
||||
* @expectedException Exception
|
||||
* @expectedExceptionMessage An error occured while parsing JSON file: error code #4
|
||||
* @expectedExceptionMessage An error occurred while parsing JSON file: error code #4
|
||||
*/
|
||||
public function testReadInvalidJson()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue