From cc6a2ed3a446ce570e18266c05d3c7b51288f841 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Apr 2016 14:27:43 +0200 Subject: [PATCH] better package description (from readme) --- package.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/package.xml b/package.xml index d96754e0..60c089eb 100644 --- a/package.xml +++ b/package.xml @@ -3,7 +3,20 @@ uopz pecl.php.net User Operations for Zend - Doing things you probably shouldn't since 2014 + +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 + Joe Watkins krakjoe