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

testIsExtensible() public method

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