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

testIsExtensible() public method

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