Changeset 42 for trunk/tests/AppTest.php


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

    r41 r42  
    22/**
    33 * PHPUnit test case for App
    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 */
     
    124124//         App::dieURL('/die/to/this/url.php');
    125125//     }
    126 // 
     126//
    127127//     function test_dieboomerangurl()
    128128//     {
     
    131131//         $this->assertEquals($expected, $result);
    132132//     }
    133 // 
     133//
    134134//     function test_setboomerangurl()
    135135//     {
     
    138138//         $this->assertEquals($expected, $result);
    139139//     }
    140 // 
     140//
    141141//     function test_getboomerangurl()
    142142//     {
     
    145145//         $this->assertEquals($expected, $result);
    146146//     }
    147 // 
     147//
    148148//     function test_deleteboomerangurl()
    149149//     {
     
    152152//         $this->assertEquals($expected, $result);
    153153//     }
    154 // 
     154//
    155155//     function test_validboomerangurl()
    156156//     {
     
    159159//         $this->assertEquals($expected, $result);
    160160//     }
    161 // 
     161//
    162162//     function test_sslon()
    163163//     {
     
    166166//         $this->assertEquals($expected, $result);
    167167//     }
    168 // 
     168//
    169169//     function test_ssloff()
    170170//     {
Note: See TracChangeset for help on using the changeset viewer.