[Solar-svn] Revision 2593

pmjones at solarphp.com pmjones at solarphp.com
Fri Jul 13 20:33:29 CDT 2007


Solar_Cli_RunTests: [CHG] Don't override error-reporting for the Suite


Modified: trunk/Solar/Cli/RunTests.php
===================================================================
--- trunk/Solar/Cli/RunTests.php	2007-07-14 01:30:54 UTC (rev 2592)
+++ trunk/Solar/Cli/RunTests.php	2007-07-14 01:33:29 UTC (rev 2593)
@@ -98,7 +98,6 @@
         // set up a test suite object 
         $suite = Solar::factory('Solar_Test_Suite', array(
             'dir' => $dir,
-            'error_reporting' => E_ALL | E_STRICT,
         ));
         
         // run the suite




More information about the Solar-svn mailing list