Author: maksim_ka Date: 2010-05-24 13:54:18 +0200 (Mon, 24 May 2010) New Revision: 29602
Modified: plugins/sfPhpunitPlugin/branches/1.2-4/package.xml Log: [sfPhpunitPlugin] update package.xml for next version. Modified: plugins/sfPhpunitPlugin/branches/1.2-4/package.xml =================================================================== --- plugins/sfPhpunitPlugin/branches/1.2-4/package.xml 2010-05-24 11:39:20 UTC (rev 29601) +++ plugins/sfPhpunitPlugin/branches/1.2-4/package.xml 2010-05-24 11:54:18 UTC (rev 29602) @@ -2,24 +2,18 @@ <package packagerversion="1.4.6" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> <name>sfPhpunitPlugin</name> <channel>plugins.symfony-project.org</channel> - <summary>symfony Phpunit plugin</summary> - <description>Symfony plugin for integration the phpunit framewor</description> + <summary>Integrate phpunit framework with symfony one</summary> + <description>Integrate phpunit framework with symfony one</description> <lead> - <name>Pablo Godel</name> - <user>pgodel</user> - <email>[email protected]</email> - <active>yes</active> - </lead> - <developer> <name>Maksim Kotlyar</name> <user>maksim_ka</user> <email>[email protected]</email> <active>yes</active> - </developer> - <date>2010-01-20</date> + </lead> + <date>2010-05-24</date> <time>16:16:00</time> <version> - <release>1.0.8</release> + <release>1.0.9</release> <api>1.2.0</api> </version> <stability> @@ -31,13 +25,10 @@ <contents> <dir name="/"> <dir name="config"> - <file role="data" name="config.php" /> + <file role="data" name="phpunit.yml" /> + <file role="data" name="sfPhpunitPluginConfiguration.class.php" /> </dir> <dir name="data"> - <dir name="functional"> - <file role="data" name="BasePhpunitFunctionalTestCase.tpl" /> - <file role="data" name="PhpunitFunctionalTestCase.tpl" /> - </dir> <dir name="model"> <file role="data" name="_method.tpl" /> <file role="data" name="ModelTableTestCase.tpl" /> @@ -48,6 +39,7 @@ <file role="data" name="sfPhpunitPluginTestClass.tpl" /> </dir> <dir name="unit"> + <file role="data" name="AllTests.tpl" /> <file role="data" name="BasePhpunitTestCase.tpl" /> <file role="data" name="BasePhpunitTestSuite.tpl" /> <file role="data" name="TestCase.tpl" /> @@ -55,20 +47,29 @@ </dir> <dir name="lib"> <dir name="fixture"> - <dir name="data"> - <file role="data" name="sfPhpunitDoctrineData.php" /> + <dir name="dbunit"> + <file role="data" name="sfPhpunitFixtureDbUnit.php" /> + </dir> + <dir name="doctrine"> + <file role="data" name="sfPhpunitDoctrineData12.php" /> + <file role="data" name="sfPhpunitDoctrineData14.php" /> + <file role="data" name="sfPhpunitFixtureDoctrine.php" /> + </dir> + <dir name="propel"> + <file role="data" name="sfPhpunitFixturePropel.php" /> <file role="data" name="sfPhpunitPropelData.php" /> </dir> <file role="data" name="sfPhpunitFixture.php" /> - <file role="data" name="sfPhpunitFixtureDbUnit.php" /> - <file role="data" name="sfPhpunitFixtureDoctrine.php" /> - <file role="data" name="sfPhpunitFixturePropel.php" /> - <file role="data" name="sfPhpunitFixtureAggregatorInterface.php" /> + <file role="data" name="sfPhpunitFixtureAggregatorInterface.php" /> </dir> + <dir name="loader"> + <file role="data" name="sfPhpunitBaseTestLoader.php" /> + <file role="data" name="sfPhpunitPluginTestLoader.class.php" /> + <file role="data" name="sfPhpunitProjectTestLoader.class.php" /> + </dir> <dir name="task"> <!-- tasks --> <file role="data" name="sfBasePhpunitCreateTask.class.php" /> - <file role="data" name="sfPhpunitCreateFunctionalTestTask.class.php" /> <file role="data" name="sfPhpunitCreateTestTask.class.php" /> <file role="data" name="sfPhpunitInitTask.class.php" /> <file role="data" name="sfPhpunitRuntestTask.class.php" /> @@ -76,15 +77,20 @@ <dir name="test"> <!-- test classes --> <file role="data" name="sfBasePhpunitTestSuite.class.php" /> - <file role="data" name="sfPhpunitSuiteLoader.class.php" /> - <file role="data" name="sfPhpunitTest.class.php" /> + <file role="data" name="sfPhpunitContextInitilizerInterface.php" /> + <file role="data" name="sfPhpunitStubLatter.php" /> </dir> <dir name="testcase"> + <dir name="amf"> + <file role="data" name="sfPhpunitAmfClient.php" /> + <file role="data" name="sfPhpunitAmfService.php" /> + </dir> + <dir name="selenium"> + <file role="data" name="sfPhpunitSeleniumRemouteFixtureDecorator.php" /> + </dir> <file role="data" name="sfBasePhpunitAmfTestCase.class.php" /> - <file role="data" name="sfBasePhpunitFunctionalTestCase.class.php" /> + <file role="data" name="sfBasePhpunitSeleniumTestCase.php" /> <file role="data" name="sfBasePhpunitTestCase.class.php" /> - <file role="data" name="sfPhpunitDoctrineModelTestCase.class.php" /> - <file role="data" name="sfPhpunitPropelModelTestCase.class.php" /> </dir> </dir> <dir name="modules"> @@ -103,8 +109,11 @@ </dir> </dir> <dir name="test"> - <file role="data" name="sfPhpunitCreateFunctionalTestTaskTest.php" /> - <file role="data" name="sfPhpunitCreateUnitTestTaskTest.php" /> + <dir name="phpunit"> + <dir name="fixtures"> + </dir> + <file role="data" name="sfPhpunitPluginTestFooTestCase.php" /> + </dir> </dir> <file role="data" name="LICENSE" /> <file role="data" name="README" /> @@ -118,7 +127,7 @@ <name>symfony</name> <channel>pear.symfony-project.com</channel> <min>1.2.0</min> - <max>1.2.40</max> + <max>1.4.40</max> </package> <os> <name>windows</name> @@ -129,6 +138,29 @@ <phprelease /> <changelog> <release> + <version> + <release>1.0.9</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-05-24</date> + <license>MIT</license> + <notes> + * own config file phpunit.yml + * fix fixture bugs. + * fix loader bugs. + * fix context managing bug. + * rewrite runtest task. + * improve test loader. + * plugin's test load. + * fix windows running problems. + </notes> + </release> + <release> <version> <release>1.0.8</release> <api>1.2.0</api> -- 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.
