FUnit\TestSuite::run PHP 메소드

run() 공개 메소드

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