Nelmio\Alice\Throwable\Exception\FixtureBuilder\Denormalizer\UnexpectedValueExceptionTest::testIsARuntimeException PHP Method

testIsARuntimeException() public method

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