Skip to content

Commit 06f5403

Browse files
committed
added copyright to tests files
1 parent acc024b commit 06f5403

File tree

11 files changed

+75
-1
lines changed

11 files changed

+75
-1
lines changed

tests/AuthorizeNet/Tests/Service/Aim/AimLiveTest.php

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<?php
22

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+
310
use AuthorizeNet\Service\Aim\Request;
411

512
class AimLiveTest extends \PHPUnit_Framework_TestCase

tests/AuthorizeNet/Tests/Service/Aim/AimSandboxTest.php

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
<?php
22

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+
*/
49

510
use AuthorizeNet\Exception\AuthorizeNetException;
611
use AuthorizeNet\Service\Aim\Request;

tests/AuthorizeNet/Tests/Service/Arb/ArbTest.php

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<?php
22

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+
310
use AuthorizeNet\Common\Type\Subscription;
411
use AuthorizeNet\Service\Arb\Request;
512

tests/AuthorizeNet/Tests/Service/Cim/CimTest.php

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<?php
22

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+
310
use AuthorizeNet\Common\Type\Customer;
411
use AuthorizeNet\Common\Type\PaymentProfile;
512
use AuthorizeNet\Common\Type\Address;

tests/AuthorizeNet/Tests/Service/Cp/CpTest.php

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<?php
22

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+
310
use AuthorizeNet\Service\Cp\Request;
411

512
class CpTest extends \PHPUnit_Framework_TestCase

tests/AuthorizeNet/Tests/Service/Dpm/DpmTest.php

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<?php
22

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+
310
use AuthorizeNet\Service\Dpm\Form as DpmForm;
411

512
class DpmTest extends \PHPUnit_Framework_TestCase

tests/AuthorizeNet/Tests/Service/Sim/SimTest.php

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<?php
22

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+
310
use AuthorizeNet\Service\Sim\Response;
411

512
class SimTest extends \PHPUnit_Framework_TestCase

tests/AuthorizeNet/Tests/Service/Soap/SoapTest.php

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<?php
22

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+
310
use AuthorizeNet\Service\Soap\Client;
411

512
class SoapTest extends \PHPUnit_Framework_TestCase

tests/AuthorizeNet/Tests/Service/Td/TdTest.php

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<?php
22

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+
310
use AuthorizeNet\Service\Aim\Request as AimRequest;
411
use AuthorizeNet\Service\Td\Request;
512

tests/AuthorizeNet/Tests/SslTest.php

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<?php
22

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+
*/
39
class SslTest extends \PHPUnit_Framework_TestCase
410
{
511
public function testSandboxSSLCertIsValid()

tests/bootstrap.php

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<?php
22

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+
310
error_reporting(E_ALL | E_STRICT);
411

512
require_once('ClassLoader.php');

0 commit comments

Comments
 (0)