2017 © Pedro Peláez
 

library phpunit-profiler

Phpunit listener for profiling tests

image

santik/phpunit-profiler

Phpunit listener for profiling tests

  • Tuesday, November 7, 2017
  • by santik
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

UnitTest profiler

Small library for showing how much time every test took to run., (*1)

Installation

$ composer require santik/phpunit-profiler

Configuration

Add following lines in your phpunit.xml file., (*2)

<listeners>
        ...
        <listener class="ProfilingTestListener" file="PATH_TO_DIRECTORY_WITH_LIBRARY/ProfilingTestListener.php">
            <arguments>
                <double>0.015</double><!--seconds-->
                <double>0.001</double><!--seconds-->
            </arguments>
        </listener>
        ....
    </listeners>

The Versions

07/11 2017

dev-master

9999999-dev

Phpunit listener for profiling tests

  Sources   Download

proprietary

The Requires

 

by Alexander Fedortets

07/11 2017

0.1.3

0.1.3.0

Phpunit listener for profiling tests

  Sources   Download

proprietary

The Requires

 

by Alexander Fedortets

03/11 2017

0.1.2

0.1.2.0

Phpunit listener for profiling tests

  Sources   Download

proprietary

The Requires

 

by Alexander Fedortets

02/11 2017

0.1.1

0.1.1.0

Phpunit listener for profiling tests

  Sources   Download

proprietary

The Requires

 

by Alexander Fedortets

02/11 2017

0.1

0.1.0.0

Phpunit listener for profiling tests

  Sources   Download

proprietary

The Requires

 

by Alexander Fedortets