Nelmio\Alice\Throwable\Exception\FixtureBuilder\Denormalizer\InvalidScopeExceptionTest::testIsExtensible PHP Method

testIsExtensible() public method

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