Package Information |
Summary |
User Operations for Zend |
Maintainers |
Joe Watkins (lead)
[details]
Remi Collet (lead)
[details]
|
License |
PHP License |
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 |
Release notes
Version 7.0.0
(stable)
|
- Fix #145 uopz_find_hook segfault with PHP 8.0 - Fix #140 segfault with PHPUnit 9.5 caused by uopz_del_function - Don't remove methods of immutable classes - PHP 8 support - Drop PHP 7 support |