Author: maksim_ka
Date: 2010-01-20 15:21:44 +0100 (Wed, 20 Jan 2010)
New Revision: 26942

Modified:
   plugins/sfPhpunitPlugin/branches/1.2/README
   plugins/sfPhpunitPlugin/branches/1.2/lib/task/sfPhpunitRuntestTask.class.php
   plugins/sfPhpunitPlugin/branches/1.2/package.xml
Log:
[sfPhpunitPlugin] preparing for the 1.0.8 release.

Modified: plugins/sfPhpunitPlugin/branches/1.2/README
===================================================================
--- plugins/sfPhpunitPlugin/branches/1.2/README 2010-01-20 14:13:03 UTC (rev 
26941)
+++ plugins/sfPhpunitPlugin/branches/1.2/README 2010-01-20 14:21:44 UTC (rev 
26942)
@@ -35,6 +35,9 @@
 --------------------
 PHPUnit has to be 
[installed](http://www.phpunit.de/manual/current/en/installation.html) on the 
test machine and it has to be available with the **phpunit** command from 
command line.
 
+The recommended version is 3.4.x but it also can be run on the 3.3.x versions.
+On the 3.3.x version some features are not working now for example sfPhpunit. 
Please upgrade your PHPUnit lib up to 3.4.x or more. 
+
 Installation
 --------------------
 
@@ -66,19 +69,19 @@
 
   * Run all test in the phpunit directory and all subdirectories.
 
-        $ symfony phpunit:runtest frontend
+        $ php symfony phpunit:runtest frontend
    
   * Run all test in the /phpunit/unit directory.
   
-        $ symfony phpunit:runtest frontend unit 
+        $ php symfony phpunit:runtest frontend unit 
   
   * Run all test in the /phpunit/unit directory and all subdirectories.
   
-        $ symfony phpunit:runtest frontend unit/*
+        $ php symfony phpunit:runtest frontend unit/*
   
   * Run a single UserTest.php test case.
   
-        $ symfony phpunit:runtest frontend unit/models/UserTest.php
+        $ php symfony phpunit:runtest frontend unit/models/UserTest.php
         
 Using from the web
 --------------------

Modified: 
plugins/sfPhpunitPlugin/branches/1.2/lib/task/sfPhpunitRuntestTask.class.php
===================================================================
--- 
plugins/sfPhpunitPlugin/branches/1.2/lib/task/sfPhpunitRuntestTask.class.php    
    2010-01-20 14:13:03 UTC (rev 26941)
+++ 
plugins/sfPhpunitPlugin/branches/1.2/lib/task/sfPhpunitRuntestTask.class.php    
    2010-01-20 14:21:44 UTC (rev 26942)
@@ -33,13 +33,13 @@
     $this->detailedDescription = <<<EOF
 The [phpunit:runtest|INFO] Allow you to run simple test or test from the 
directory or ofcourse all tests.
 
-  [./symfony phpunit:runtest frontend foo|INFO] - run all test in the phpunit 
directory and all subdirectories.
+  [php symfony phpunit:runtest frontend foo|INFO] - run all test in the 
phpunit directory and all subdirectories.
   
-  [./symfony phpunit:runtest frontend unit |INFO] - run all test in the 
/phpunit/unit directory.
+  [php symfony phpunit:runtest frontend unit |INFO] - run all test in the 
/phpunit/unit directory.
   
-  [./symfony phpunit:runtest frontend unit/* |INFO] - run all test in the 
/phpunit/unit directory and all subdirectories.
+  [php symfony phpunit:runtest frontend unit/* |INFO] - run all test in the 
/phpunit/unit directory and all subdirectories.
   
-  [./symfony phpunit:runtest frontend unit/models/UserTest.php |INFO] - run a 
single UserTest.php test case.
+  [php symfony phpunit:runtest frontend unit/models/UserTest.php |INFO] - run 
a single UserTest.php test case.
 
 EOF;
   }

Modified: plugins/sfPhpunitPlugin/branches/1.2/package.xml
===================================================================
--- plugins/sfPhpunitPlugin/branches/1.2/package.xml    2010-01-20 14:13:03 UTC 
(rev 26941)
+++ plugins/sfPhpunitPlugin/branches/1.2/package.xml    2010-01-20 14:21:44 UTC 
(rev 26942)
@@ -16,10 +16,10 @@
          <email>[email protected]</email>
          <active>yes</active>
   </developer>
-  <date>2009-12-30</date>
-  <time>14:00:00</time>
+  <date>2010-01-20</date>
+  <time>16:16:00</time>
   <version>
-    <release>1.0.7</release>
+    <release>1.0.8</release>
     <api>1.2.0</api>
   </version>
   <stability>
@@ -133,6 +133,23 @@
   <changelog>
     <release>
         <version>
+          <release>1.0.8</release>
+          <api>1.2.0</api>
+        </version>
+        <stability>
+         <release>stable</release>
+         <api>1.2.0</api>
+        </stability>
+        <license uri="http://www.symfony-project.com/license";>MIT 
license</license>
+        <date>2010-01-20</date>
+        <license>MIT</license>
+        <notes>
+          * fix problems with running test under PHPUnit 3.3.x
+          * fix bug in sfPhpunit module
+        </notes>
+    </release>
+    <release>
+        <version>
           <release>1.0.7</release>
           <api>1.2.0</api>
         </version>

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.


Reply via email to