spec\GrumPHP\Event\RunnerFailedEventSpec::it_should_have_a_task_result_collection PHP Метод

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

public it_should_have_a_task_result_collection ( TaskResultCollection $taskResults )
$taskResults GrumPHP\Collection\TaskResultCollection
    function it_should_have_a_task_result_collection(TaskResultCollection $taskResults)
    {
        $this->getTaskResults()->shouldBe($taskResults);
    }