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

testIsARuntimeException() public method

    public function testIsARuntimeException()
    {
        $this->assertTrue(is_a(NoValueForCurrentException::class, \RuntimeException::class, true));
    }
NoValueForCurrentExceptionTest