Jamm\Tester\Test::setErrors PHP Méthode

setErrors() public méthode

public setErrors ( $errors )
    public function setErrors($errors)
    {
        if (!empty($errors)) {
            $this->errors = $errors;
            $this->successful = false;
        }
    }