spec\PhpSpec\Loader\Node\SpecificationNodeSpec::it_provides_a_link_to_examples PHP Méthode

    function it_provides_a_link_to_examples(ExampleNode $example)
    {
        $this->addExample($example);
        $this->addExample($example);
        $this->addExample($example);
        $this->getExamples()->shouldReturn(array($example, $example, $example));
    }