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

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

public testIsExtensible ( )
    public function testIsExtensible()
    {
        $exception = new ChildParseException();
        $this->assertInstanceOf(ChildParseException::class, $exception);
    }