testedJobs); $allJobs = Api::getAllJobClassNames(); foreach ($allJobs as $x) { if (!in_array($x, $testedJobs)) $this->assert->fail($x . ' appears to be untested'); } } }