Payum\Paypal\ExpressCheckout\Nvp\Tests\Request\Api\DoVoidTest::shouldBeSubClassOfGeneric PHP Method

shouldBeSubClassOfGeneric() public method

    public function shouldBeSubClassOfGeneric()
    {
        $rc = new \ReflectionClass(DoVoid::class);
        $this->assertTrue($rc->isSubclassOf(Generic::class));
    }