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

testIsAnException() public method

public testIsAnException ( )
    public function testIsAnException()
    {
        $this->assertTrue(is_a(UnparsableFileException::class, \Exception::class, true));
    }