Peridot\Core\Suite::setTests PHP Method

setTests() public method

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