Nelmio\Alice\Throwable\Exception\ParameterNotFoundExceptionFactoryTest::testIsARuntimeException PHP Méthode

testIsARuntimeException() public méthode

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