Nelmio\Alice\Throwable\Exception\FixtureBuilder\Denormalizer\UnexpectedValueExceptionTest::testIsADenormalizationThrowable PHP Метод

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

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