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

detabbed all files ;P

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/EmailTest.php

    r41 r42  
    22/**
    33 * PHPUnit test case for Email
    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-12-01
    1010 */
     
    3737//         $this->assertEquals($expected, $result);
    3838//     }
    39 // 
     39//
    4040//     function testgetparam()
    4141//     {
     
    4444//         $this->assertEquals($expected, $result);
    4545//     }
    46 // 
     46//
    4747//     function testsettemplate()
    4848//     {
     
    5151//         $this->assertEquals($expected, $result);
    5252//     }
    53 // 
     53//
    5454//     function testsetstring()
    5555//     {
     
    5858//         $this->assertEquals($expected, $result);
    5959//     }
    60 // 
     60//
    6161//     function testreplace()
    6262//     {
     
    6565//         $this->assertEquals($expected, $result);
    6666//     }
    67 // 
     67//
    6868//     function testsend()
    6969//     {
     
    7676    {
    7777        $testpool = file('_email_test_addresses.txt');
    78        
     78
    7979        $gc = 0;
    8080        $bc = 0;
Note: See TracChangeset for help on using the changeset viewer.