Nelmio\Alice\Throwable\Exception\ObjectNotFoundExceptionTest::testIsExtensible PHP Method

testIsExtensible() public method

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