Nelmio\Alice\Throwable\Exception\FixtureBuilder\Denormalizer\FlagParser\FlagParserNotFoundExceptionTest::testIsExtensible PHP Метод

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

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