Author: maksim_ka Date: 2010-05-24 13:36:42 +0200 (Mon, 24 May 2010) New Revision: 29600
Removed: plugins/sfPhpunitPlugin/branches/1.2-4/_commit.sh plugins/sfPhpunitPlugin/branches/1.2-4/_testme.sh Log: [sfPhpunitPlugin] clean old files. Deleted: plugins/sfPhpunitPlugin/branches/1.2-4/_commit.sh =================================================================== --- plugins/sfPhpunitPlugin/branches/1.2-4/_commit.sh 2010-05-24 11:33:43 UTC (rev 29599) +++ plugins/sfPhpunitPlugin/branches/1.2-4/_commit.sh 2010-05-24 11:36:42 UTC (rev 29600) @@ -1,6 +0,0 @@ -#!/bin/sh -# call this script from your symfony root dir! -# . plugins/sfPhpunitPlugin/_commit.sh -cp test/unit/sfPhpunitCreateFunctionalTestTaskTest.php plugins/sfPhpunitPlugin/test/ -cp test/unit/sfPhpunitCreateUnitTestTaskTest.php plugins/sfPhpunitPlugin/test/ -echo ">> done" \ No newline at end of file Deleted: plugins/sfPhpunitPlugin/branches/1.2-4/_testme.sh =================================================================== --- plugins/sfPhpunitPlugin/branches/1.2-4/_testme.sh 2010-05-24 11:33:43 UTC (rev 29599) +++ plugins/sfPhpunitPlugin/branches/1.2-4/_testme.sh 2010-05-24 11:36:42 UTC (rev 29600) @@ -1,15 +0,0 @@ -#!/bin/sh -# call this script from your symfony root dir! -# . plugins/sfPhpunitPlugin/_testme.sh -# to aprove the copy: -# . plugins/sfPhpunitPlugin/_testme.sh 1 -if [ "$1" = "1" ] - then - cp plugins/sfPhpunitPlugin/test/sfPhpunitCreateFunctionalTestTaskTest.php test/unit/ - cp plugins/sfPhpunitPlugin/test/sfPhpunitCreateUnitTestTaskTest.php test/unit/ - echo ">> copied tests" -fi - -echo ">> run the tests with:" -echo ">> php symfony test:unit sfPhpunitCreateUnitTestTask" -echo ">> php symfony test:unit sfPhpunitCreateFunctionalTestTask" \ No newline at end of file -- 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.
