spec\GrumPHP\Task\Context\GitCommitMsgContextSpec::it_should_have_files PHP Метод

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

public it_should_have_files ( FilesCollection $files )
$files GrumPHP\Collection\FilesCollection
    function it_should_have_files(FilesCollection $files)
    {
        $this->getFiles()->shouldBe($files);
    }