Peridot\Core\Suite::setTests PHP Метод

setTests() публичный Метод

Set suite tests
public setTests ( array $tests )
$tests array
    public function setTests(array $tests)
    {
        $this->tests = $tests;
    }