Skip to content

Commit fbb4520

Browse files
committed
Corrected test script namespace.
1 parent 9303d60 commit fbb4520

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Message/AuthorizeRequestTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<?php
22

3-
namespace Omnipay\AuthorizeNetApi;
3+
namespace Omnipay\AuthorizeNetApi\Message;
44

55
use Omnipay\Tests\TestCase;
66
use Omnipay\Common\CreditCard;
77
use Academe\AuthorizeNet\Request\Model\NameAddress;
8+
use Omnipay\AuthorizeNetApi\ApiGateway;
89

910
class AuthorizeRequestTest extends TestCase
1011
{

0 commit comments

Comments
 (0)