spec\PhpSpec\Exception\ErrorExceptionSpec::its_message_is_the_same_as_the_errors PHP 메소드

its_message_is_the_same_as_the_errors() 공개 메소드

    function its_message_is_the_same_as_the_errors()
    {
        $this->getMessage()->shouldEqual('This is an error');
    }