mageekguy\atoum\test::startCase PHP Метод

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

public startCase ( $case )
    public function startCase($case)
    {
        $this->testAdapterStorage->resetCalls();
        $this->score->setCase($case);
        return $this;
    }
test