spec\GrumPHP\Task\Context\GitCommitMsgContextSpec::it_should_have_files PHP Méthode

it_should_have_files() public méthode

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