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

testIsAHydrationThrowable() public method

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