Nelmio\Alice\Throwable\Exception\Parser\ParserNotFoundExceptionTest::testIsNotAParseThrowable PHP Метод

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

    public function testIsNotAParseThrowable()
    {
        $this->assertFalse(is_a(ParserNotFoundException::class, ParseThrowable::class, true));
    }