-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.xml
163 lines (151 loc) · 5.03 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<?xml version="1.0" encoding="UTF-8"?>
<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>sfPHPUnit2Plugin</name>
<channel>plugins.symfony-project.org</channel>
<summary>Plugin adding PHPUnit support to symfony</summary>
<description>The sfPHPUnit2Plugin adds PHPUnit support to symfony</description>
<lead>
<name>Frank Stelzer</name>
<user>FrankStelzer</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2010-09-20</date>
<time>08:00:00</time>
<version>
<release>0.9.1</release>
<api>0.9.1</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.symfony-project.org/license">MIT license</license>
<notes>-</notes>
<contents>
<dir name="/">
<file role="data" name="README" />
<file role="data" name="LICENSE" />
<dir name="data">
<dir name="template">
<dir name="functional">
<file role="data" name="bootstrap.tpl" />
<file role="data" name="functional_test.tpl" />
</dir>
<file role="data" name="phpunit.xml.dist.tpl" />
<dir name="selenium">
<file role="data" name="bootstrap.tpl" />
<file role="data" name="selenium_test.tpl" />
</dir>
<dir name="unit">
<file role="data" name="bootstrap.tpl" />
<file role="data" name="bootstrap_compat.tpl" />
<file role="data" name="unit_test.tpl" />
</dir>
</dir>
</dir>
<dir name="lib">
<dir name="config">
<file role="data" name="autoload.yml" />
</dir>
<dir name="task">
<file role="data" name="sfPHPUnitBaseTask.class.php" />
<file role="data" name="sfPHPUnitFunctionalTask.class.php" />
<file role="data" name="sfPHPUnitGenerateBaseTask.class.php" />
<file role="data" name="sfPHPUnitGenerateCompatTestTask.class.php" />
<file role="data" name="sfPHPUnitGenerateConfigurationTask.class.php" />
<file role="data" name="sfPHPUnitGenerateFunctionalTestTask.class.php" />
<file role="data" name="sfPHPUnitGenerateSeleniumTestTask.class.php" />
<file role="data" name="sfPHPUnitGenerateUnitTestTask.class.php" />
<file role="data" name="sfPHPUnitSeleniumTask.class.php" />
<file role="data" name="sfPHPUnitTestAllTask.class.php" />
<file role="data" name="sfPHPUnitUnitTask.class.php" />
</dir>
<dir name="test">
<file role="data" name="sfPHPUnitBaseFunctionalTestCase.class.php" />
<file role="data" name="sfPHPUnitBaseSeleniumTestCase.class.php" />
<file role="data" name="sfPHPUnitBaseTestCase.class.php" />
<file role="data" name="sfPHPUnitTest.class.php" />
</dir>
</dir>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.1.0</min>
</php>
<pearinstaller>
<min>1.4.1</min>
</pearinstaller>
<package>
<name>symfony</name>
<channel>pear.symfony-project.com</channel>
<min>1.2.0</min>
<max>1.5.0</max>
<exclude>1.5.0</exclude>
</package>
</required>
</dependencies>
<phprelease />
<changelog>
<release>
<version>
<release>0.9.1</release>
<api>0.9.1</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.symfony-project.com/license">MIT license</license>
<date>2010-09-20</date>
<license>MIT</license>
<notes>
* added task for generating the default phpunit.xml.dist configuration file
* added return value of the PHPUnit command line executions (thanks to Brent Shaffer)
* added best practise hint for phpunit.xml(.dist) (thanks to Christian Schaefer, http://test.ical.ly/2010/08/24/best-practice-how-to-ship-phpunit-configuration/ )
</notes>
</release>
<release>
<version>
<release>0.9.0</release>
<api>0.9.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.symfony-project.com/license">MIT license</license>
<date>2010-06-09</date>
<license>MIT</license>
<notes>
* added compatibility task for symfony 1.2
* added selenium support (Special Thanks to Richard Shank!)
* added experimental support for plugin tests
* added possibility to customize skeleton template files
* adepted changes to latest changes in the lime_test class
</notes>
</release>
<release>
<version>
<release>0.8.2</release>
<api>0.8.2</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.symfony-project.com/license">MIT license</license>
<date>2010-02-25</date>
<license>MIT</license>
<notes>
* added installation instruction with stability option
* FrankStelzer: first usable version added, with unit and functional test support
</notes>
</release>
</changelog>
</package>