Payum\Paypal\Masspay\Nvp\Tests\Action\PayoutActionTest::shouldImplementActionInterface PHP Метод

shouldImplementActionInterface() публичный Метод

    public function shouldImplementActionInterface()
    {
        $rc = new \ReflectionClass(PayoutAction::class);
        $this->assertTrue($rc->implementsInterface(ActionInterface::class));
    }