Download the PHP package jclaveau/phpunit-profile-asserts without Composer
On this page you can find all versions of the php package jclaveau/phpunit-profile-asserts. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jclaveau/phpunit-profile-asserts
More information about jclaveau/phpunit-profile-asserts
Files in jclaveau/phpunit-profile-asserts
Download jclaveau/phpunit-profile-asserts
More information about jclaveau/phpunit-profile-asserts
Files in jclaveau/phpunit-profile-asserts
Vendor jclaveau
Package phpunit-profile-asserts
Short Description Provides asserts against memory usage and execution time for PHPUnit
License MIT
Homepage https://github.com/jclaveau/phpunit-profile-asserts
Package phpunit-profile-asserts
Short Description Provides asserts against memory usage and execution time for PHPUnit
License MIT
Homepage https://github.com/jclaveau/phpunit-profile-asserts
Please rate this library. Is it a good library?
Informations about the package phpunit-profile-asserts
phpunit-profile-asserts
This lib provides asserts against execution time and memory usage. It also provides a StopwatchListener based on the Stopwatch component of Symfony.
Installation
phpunit-profile-asserts is installable via Composer
and should be added as a require-dev
dependency:
composer require --dev jclaveau/phpunit-profile-asserts
Usage
Enable by adding the following code to your project's phpunit.xml
file:
TODO
- PHP 7 implementation (find an elegant way to support PHP 5 and 7 together)
- Integrate SpeedTrap and adds MemoryTrap
- Investigate xhprof integration and asserts on number of calls / execution time of specific methods/functions
Inspiration
- https://github.com/usernam3/phpunit_stopwatch_annotations
- https://github.com/johnkary/phpunit-speedtrap
License
phpunit-profile-asserts is available under the MIT License.
All versions of phpunit-profile-asserts with dependencies
PHP Build Version
Package Version
The package jclaveau/phpunit-profile-asserts contains the following files
Loading the files please wait ....