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

testIsAResolutionThrowable() public method

    public function testIsAResolutionThrowable()
    {
        $this->assertTrue(is_a(CircularReferenceException::class, ResolutionThrowable::class, true));
    }