Nelmio\Alice\Throwable\Exception\Generator\Resolver\CircularReferenceExceptionTest::testIsARuntimeException PHP Method

testIsARuntimeException() public method

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