Payum\Paypal\ProHosted\Nvp\Tests\Request\Api\CreateButtonPaymentTest::shouldBeSubClassOfGeneric PHP Method

shouldBeSubClassOfGeneric() public method

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