Mutagenesis\Adapter\AdapterAbstract::runTests PHP Method

runTests() abstract public method

First element is a boolean result value indicating if tests passed or not. Second element is an array containing the key "stdout" which stores the output from the last test run.
abstract public runTests ( Base $runner, boolean $useStdout = false, boolean $firstRun = false, array $mutation = [], array $testCases = [] ) : array
$runner Mutagenesis\Runner\Base
$useStdout boolean
$firstRun boolean
$mutation array
$testCases array
return array
    public abstract function runTests(\Mutagenesis\Runner\Base $runner, $useStdout = false, $firstRun = false, array $mutation = array(), array $testCases = array());