Nelmio\Alice\Throwable\Exception\Generator\Hydrator\HydrationExceptionTest::testIsAHydrationThrowable PHP Method

testIsAHydrationThrowable() public method

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