Nelmio\Alice\Throwable\Exception\NoValueForCurrentExceptionTest::testIsExtensible PHP Метод

testIsExtensible() публичный Метод

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