https://github.com/santik/phpunit-profiler
Phpunit tests profiler. Shows execution time for every test.
https://github.com/santik/phpunit-profiler
php phpunit profiler test testproject testtime testtool testtools time unittest unittesting
Last synced: about 1 month ago
JSON representation
Phpunit tests profiler. Shows execution time for every test.
- Host: GitHub
- URL: https://github.com/santik/phpunit-profiler
- Owner: santik
- Created: 2017-11-02T15:03:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T11:54:42.000Z (over 7 years ago)
- Last Synced: 2025-02-02T09:44:59.931Z (3 months ago)
- Topics: php, phpunit, profiler, test, testproject, testtime, testtool, testtools, time, unittest, unittesting
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UnitTest profiler
Small library for showing how much time every test took to run.
# Installation
```console
$ composer require santik/phpunit-profiler
```# Configuration
Add following lines in your phpunit.xml file.
```
...
0.015
0.001
....
```