Nelmio\Alice\Throwable\Exception\Parser\UnparsableFileExceptionTest::testIsAParseThrowable PHP Method

testIsAParseThrowable() public method

    public function testIsAParseThrowable()
    {
        $this->assertTrue(is_a(UnparsableFileException::class, ParseThrowable::class, true));
    }