Nelmio\Alice\Throwable\Exception\Generator\Hydrator\NoSuchPropertyExceptionTest::testIsAHydrationThrowable PHP 메소드

testIsAHydrationThrowable() 공개 메소드

    public function testIsAHydrationThrowable()
    {
        $this->assertTrue(is_a(NoSuchPropertyException::class, HydrationThrowable::class, true));
    }