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/Auth_SQLTest.php

    r41 r42  
    22/**
    33 * PHPUnit test case for Auth_SQL
    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 */
     
    5353            )
    5454        ");
    55        
     55
    5656    }
    5757
     
    212212//         $this->assertEquals($expected, $result);
    213213//     }
    214 // 
     214//
    215215//     function test_requireaccessclearance()
    216216//     {
Note: See TracChangeset for help on using the changeset viewer.