]> git.mxchange.org Git - mailer.git/blobdiff - inc/phpmailer/test/phpunit.php
Code style changed, ext-user continued:
[mailer.git] / inc / phpmailer / test / phpunit.php
index 1ce4cb9ed541ff74b1f7969ab3b7ac3fff594bc8..b7395cdce326bacef07565e140bd80be1c9692b6 100644 (file)
@@ -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() {