Changeset 3 for trunk

Show
Ignore:
Timestamp:
12/15/06 16:26:34 (2 years ago)
Author:
mikey
Message:

ignore simpletest folder

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk

    • Property svn:ignore set to
      simpletest
  • trunk/src/test/run.php

    r2 r3  
    2323        $testSuite = new TestSuite('All tests.'); 
    2424        $testSuite->addTestFile('php/helper/HelperTestSuite.php'); 
     25        $testSuite->addTestFile('php/reflection/ReflectionTestSuite.php'); 
    2526        if (PHP_SAPI == 'cli') { 
    2627            $reporter = new TextReporter();