An open API service indexing awesome lists of open source software.

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.

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


....

```