Nelmio\Alice\Throwable\Exception\Generator\Hydrator\InaccessiblePropertyExceptionTest::testIsExtensible PHP Method

testIsExtensible() public method

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