Author: sb
Date: Tue Jul  3 13:42:29 2007
New Revision: 5674

Log:
- eZ components -> eZ Components

Modified:
    trunk/UnitTest/src/test/runner.php

Modified: trunk/UnitTest/src/test/runner.php
==============================================================================
--- trunk/UnitTest/src/test/runner.php [iso-8859-1] (original)
+++ trunk/UnitTest/src/test/runner.php [iso-8859-1] Tue Jul  3 13:42:29 2007
@@ -78,7 +78,7 @@
 
     protected static function displayHelp( $consoleInput )
     {
-        echo $consoleInput->getHelpText( 'eZ components test runner' );
+        echo $consoleInput->getHelpText( 'eZ Components Test Runner' );
     }
 
     public function runFromArguments()
@@ -166,7 +166,7 @@
         $directory = getcwd();
 
         $allSuites = new PHPUnit_Framework_TestSuite;
-        $allSuites->setName( "eZ components" );
+        $allSuites->setName( "eZ Components" );
 
         if ( sizeof( $packages ) == 0 )
         {


-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to