Nelmio\Alice\Throwable\Exception\Generator\Hydrator\NoSuchPropertyExceptionTest::testIsAHydrationThrowable PHP Méthode

testIsAHydrationThrowable() public méthode

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