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

testIsADenormalizationThrowable() public method

    public function testIsADenormalizationThrowable()
    {
        $this->assertTrue(is_a(UnexpectedValueException::class, DenormalizationThrowable::class, true));
    }