Nelmio\Alice\Throwable\Exception\FixtureBuilder\Denormalizer\UnexpectedValueExceptionTest::testIsADenormalizationThrowable PHP 메소드

testIsADenormalizationThrowable() 공개 메소드

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