spec\Relax\Greppy\Pattern\Element\Metacharacter\OneOrMoreSpec::it_should_be_castable_to_string PHP Метод

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

    function it_should_be_castable_to_string()
    {
        $this->__toString()->shouldReturn("+");
    }