Changeset 42 for trunk/tests/_skel.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/_skel.php

    r41 r42  
    3939//     if (!preg_match('/^\./', $file) && is_file($dir . '/' . $file)) {
    4040//         echo 'Proccessing ' . realpath($dir . '/' . $file) . "\n";
    41 //         
     41//
    4242//         preg_match('/([^\.]+)\..*$/i', $file, $match);
    4343//         $classname = $match[1];
    44 // 
     44//
    4545//         $ps = new PHPUnit_Skeleton($classname, '../lib/' . $file);
    46 //         
     46//
    4747//         // Generate the test class.
    4848//         // Default settings will not include any parent class methods, but
    4949//         // will include private methods.
    5050//         $ps->createTestClass();
    51 //         
     51//
    5252//         // Write the new test class to file.
    5353//         // By default, code to run the test will be included.
    5454//         $ps->writeTestClass();
    55 // 
     55//
    5656//     }
    5757// }
Note: See TracChangeset for help on using the changeset viewer.