Payum\Paypal\Masspay\Nvp\Tests\Action\Api\MasspayActionTest::shouldImplementsApiAwareAction PHP Method

shouldImplementsApiAwareAction() public method

    public function shouldImplementsApiAwareAction()
    {
        $rc = new \ReflectionClass(MasspayAction::class);
        $this->assertTrue($rc->implementsInterface(ApiAwareInterface::class));
    }