if ($legacyTests &&
empty($tests)) { // add a dummy test to avoid a PHPUnit message
return [['not', '-', '',
[], '',
[]]];
} return $tests;
} public function getLegacyTests() { return $this->
getTests('testLegacyIntegration', true
);
} protected function doIntegrationTest($file,
$message,
$condition,
$templates,
$exception,
$outputs,
$deprecation = ''
) { if (!
$outputs) { $this->
markTestSkipped('no tests to run'
);
} if ($condition) { eval('$ret = '.
$condition.';'
);
if (!
$ret) {