spec\Relax\Greppy\Pattern\Element\Metacharacter\AnySpec::it_should_be_castable_to_string PHP 메소드

it_should_be_castable_to_string() 공개 메소드

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