Nelmio\Alice\Throwable\Exception\ParameterNotFoundExceptionFactoryTest::testIsARuntimeException PHP Метод

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

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