File tree 11 files changed +75
-1
lines changed
11 files changed +75
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ /*
4
+ * This file is part of the AuthorizeNet PHP-SDK package.
5
+ *
6
+ * For the full copyright and license information, please view the License.pdf
7
+ * file that was distributed with this source code.
8
+ */
9
+
3
10
use AuthorizeNet \Service \Aim \Request ;
4
11
5
12
class AimLiveTest extends \PHPUnit_Framework_TestCase
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- //require_once 'AuthorizeNet_Test_Config.php';
3
+ /*
4
+ * This file is part of the AuthorizeNet PHP-SDK package.
5
+ *
6
+ * For the full copyright and license information, please view the License.pdf
7
+ * file that was distributed with this source code.
8
+ */
4
9
5
10
use AuthorizeNet \Exception \AuthorizeNetException ;
6
11
use AuthorizeNet \Service \Aim \Request ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ /*
4
+ * This file is part of the AuthorizeNet PHP-SDK package.
5
+ *
6
+ * For the full copyright and license information, please view the License.pdf
7
+ * file that was distributed with this source code.
8
+ */
9
+
3
10
use AuthorizeNet \Common \Type \Subscription ;
4
11
use AuthorizeNet \Service \Arb \Request ;
5
12
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ /*
4
+ * This file is part of the AuthorizeNet PHP-SDK package.
5
+ *
6
+ * For the full copyright and license information, please view the License.pdf
7
+ * file that was distributed with this source code.
8
+ */
9
+
3
10
use AuthorizeNet \Common \Type \Customer ;
4
11
use AuthorizeNet \Common \Type \PaymentProfile ;
5
12
use AuthorizeNet \Common \Type \Address ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ /*
4
+ * This file is part of the AuthorizeNet PHP-SDK package.
5
+ *
6
+ * For the full copyright and license information, please view the License.pdf
7
+ * file that was distributed with this source code.
8
+ */
9
+
3
10
use AuthorizeNet \Service \Cp \Request ;
4
11
5
12
class CpTest extends \PHPUnit_Framework_TestCase
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ /*
4
+ * This file is part of the AuthorizeNet PHP-SDK package.
5
+ *
6
+ * For the full copyright and license information, please view the License.pdf
7
+ * file that was distributed with this source code.
8
+ */
9
+
3
10
use AuthorizeNet \Service \Dpm \Form as DpmForm ;
4
11
5
12
class DpmTest extends \PHPUnit_Framework_TestCase
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ /*
4
+ * This file is part of the AuthorizeNet PHP-SDK package.
5
+ *
6
+ * For the full copyright and license information, please view the License.pdf
7
+ * file that was distributed with this source code.
8
+ */
9
+
3
10
use AuthorizeNet \Service \Sim \Response ;
4
11
5
12
class SimTest extends \PHPUnit_Framework_TestCase
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ /*
4
+ * This file is part of the AuthorizeNet PHP-SDK package.
5
+ *
6
+ * For the full copyright and license information, please view the License.pdf
7
+ * file that was distributed with this source code.
8
+ */
9
+
3
10
use AuthorizeNet \Service \Soap \Client ;
4
11
5
12
class SoapTest extends \PHPUnit_Framework_TestCase
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ /*
4
+ * This file is part of the AuthorizeNet PHP-SDK package.
5
+ *
6
+ * For the full copyright and license information, please view the License.pdf
7
+ * file that was distributed with this source code.
8
+ */
9
+
3
10
use AuthorizeNet \Service \Aim \Request as AimRequest ;
4
11
use AuthorizeNet \Service \Td \Request ;
5
12
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ /*
4
+ * This file is part of the AuthorizeNet PHP-SDK package.
5
+ *
6
+ * For the full copyright and license information, please view the License.pdf
7
+ * file that was distributed with this source code.
8
+ */
3
9
class SslTest extends \PHPUnit_Framework_TestCase
4
10
{
5
11
public function testSandboxSSLCertIsValid ()
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ /*
4
+ * This file is part of the AuthorizeNet PHP-SDK package.
5
+ *
6
+ * For the full copyright and license information, please view the License.pdf
7
+ * file that was distributed with this source code.
8
+ */
9
+
3
10
error_reporting (E_ALL | E_STRICT );
4
11
5
12
require_once ('ClassLoader.php ' );
You can’t perform that action at this time.
0 commit comments