-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.xml
42 lines (42 loc) · 1.65 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
<?xml version="1.0" encoding="UTF-8"?>
<package 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" packagerversion="1.9.1" version="2.0" 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>Mage_Test</name>
<channel>connect.magentocommerce.com/community</channel>
<summary>Patches to the core to allow functional testing with PHPUnit</summary>
<description>Patches to Mage_Core_App to allow the injection of testing Request & Response
objects at run time. This allows you to write functional tests with PHPUnit in the same
way as Zend_Test.</description>
<lead>
<name>Alistair Stead</name>
<user>alistairstead</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2011-01-14</date>
<time>22:19:53</time>
<version>
<release>${package.version}</release>
<api>${package.version}</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license url="http://opensource.org/licenses/osl-3.0.php">OSL 3.0</license>
<contents>
<dir name="/">
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.3.0</min>
<max>6.0.0</max>
</php>
<pearinstaller>
<min>1.6.2</min>
</pearinstaller>
</required>
</dependencies>
<phprelease/>
</package>