]> git.mxchange.org Git - mailer.git/blobdiff - inc/phpmailer/test/phpunit.php
Renamed many stuff (again), added points/user breakup:
[mailer.git] / inc / phpmailer / test / phpunit.php
index 305bbac33bed224275d57ee2ad52865ac246e6f5..b7395cdce326bacef07565e140bd80be1c9692b6 100644 (file)
@@ -5,7 +5,7 @@
 // Written by Fred Yankowski <fred@ontosys.com>
 //            OntoSys, Inc  <http://www.OntoSys.com>
 //
-// $Id: phpunit.php,v 1.1 2002/03/30 19:32:17 bmatzelle Exp $
+// $Id$
 
 // Copyright (c) 2000 Fred Yankowski
 
@@ -269,7 +269,7 @@ class TestResult {
   /* Collect the results of running a set of TestCases. */
   var $fFailures = array();
   var $fRunTests = 0;
-  var $fStop = false;
+  var $fStop = FALSE;
 
   function TestResult() { }
 
@@ -310,7 +310,7 @@ class TestResult {
 
   function stop() {
     /* set indication that the test sequence should halt */
-    $fStop = true;
+    $fStop = TRUE;
   }
 
   function countFailures() {