Skip to content

Commit

Permalink
better package description (from readme)
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Apr 13, 2016
1 parent f78b849 commit cc6a2ed
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,20 @@
<name>uopz</name>
<channel>pecl.php.net</channel>
<summary>User Operations for Zend</summary>
<description>Doing things you probably shouldn't since 2014</description>
<description>
The uopz extension is focused on providing utilities to aid with unit testing PHP code.

It supports the following activities:

* Intercepting function execution
* Intercepting object creation
* Hooking into function execution
* Manipulation of function statics
* Manipulation of function flags
* Redefinition of constants
* Deletion of constants
* Runtime creation of functions and methods
</description>
<lead>
<name>Joe Watkins</name>
<user>krakjoe</user>
Expand Down

0 comments on commit cc6a2ed

Please sign in to comment.