mageekguy\atoum\test::startCase PHP Méthode

startCase() public méthode

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