assertFileExists($path); /* (2) Checks json */ $config = json_decode( file_get_contents($path), true ); $this->assertNotNull($config); } } ?>