Nelmio\Alice\Throwable\Exception\ParameterNotFoundExceptionFactoryTest::testIsARuntimeException PHP 메소드

testIsARuntimeException() 공개 메소드

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