FUnit\TestSuite::run PHP Méthode

run() public méthode

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