Ignore:
Timestamp:
Dec 18, 2005 12:16:03 AM (18 years ago)
Author:
scdev
Message:

detabbed all files ;P

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/AuthorizeNetTest.php

    r41 r42  
    22/**
    33 * PHPUnit test case for AuthorizeNet
    4  * 
    5  * The method skeletons below need to be filled in with 
    6  * real data so that the tests will run correctly. Replace 
    7  * all EXPECTED_VAL and PARAM strings with real data. 
    8  * 
     4 *
     5 * The method skeletons below need to be filled in with
     6 * real data so that the tests will run correctly. Replace
     7 * all EXPECTED_VAL and PARAM strings with real data.
     8 *
    99 * Created with PHPUnit_Skeleton on 2005-08-09
    1010 */
     
    6363    {
    6464        $result_code = $this->AuthorizeNet->process();
    65        
     65
    6666        $this->assertTrue(false != $result_code, 'Processing did not return valid response. Do you have net access?');
    6767        $this->assertEquals('3', $result_code);
     
    8989//         $this->assertEquals($expected, $result);
    9090//     }
    91 // 
     91//
    9292//     function test__processresult()
    9393//     {
Note: See TracChangeset for help on using the changeset viewer.