Nelmio\Alice\Throwable\Exception\Generator\Resolver\ResolverNotFoundExceptionTest::testIsALogicException PHP Method

testIsALogicException() public method

    public function testIsALogicException()
    {
        $this->assertTrue(is_a(ResolverNotFoundException::class, \LogicException::class, true));
    }