Nelmio\Alice\Throwable\Exception\FixtureBuilder\ExpressionLanguage\ParseExceptionTest::testIsAnException PHP Метод

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

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