data = json_decode(file_get_contents($this->filename)); } public function getDescription($test) { return $test->description; } public function getDataTests() { return isset($this->data->tests) ? $this->data->tests : array(); // could be a weird xmlViolationsTest } }