FUnit\TestSuite::run PHP Method

run() public method

runs the suite and returns test results
public run ( string $filter = null ) : array
$filter string
return array
    public function run($filter = null)
    {
        $rs = $this->runTests($filter);
        $this->run = true;
        return $rs;
    }