Nelmio\Alice\Throwable\Exception\FixtureBuilder\Denormalizer\UnexpectedValueExceptionTest::testIsADenormalizationThrowable PHP Méthode

testIsADenormalizationThrowable() public méthode

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