Nelmio\Alice\Throwable\Exception\Generator\ObjectGenerator\ObjectGeneratorNotFoundExceptionTest::testIsExtensible PHP Method

testIsExtensible() public method

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