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

testIsExtensible() public method

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