2017 © Pedro Peláez
 

library phpunit_profiler

PHPUnit loggers to profile tests.

image

serendipity_hq/phpunit_profiler

PHPUnit loggers to profile tests.

  • Thursday, June 15, 2017
  • by Aerendir
  • Repository
  • 1 Watchers
  • 1 Stars
  • 680 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 15 Versions
  • 0 % Grown

The README.md

Latest Stable Version Build Status Total Downloads License Code Climate Test Coverage Issue Count StyleCI SensioLabsInsight Dependency Status Coverage Status, (*1)

SHQ_PHPUnit_Profiler

A PHPUnit listener to profile the execution of test suites and tests inside them., (*2)

This listener can show the time needed by each test and each test suite to complete and the memory used by each one of them., (*3)

Installation

Use Composer to install this listener:, (*4)

$ composer require serendipity_hq/phpunit_profiler

To configure the listener you have to pass an array of options:, (*5)

<listeners>
    <listener class="SerendipityHQ\Library\PHPUnit_Profiler\Profiler">
        <arguments>
            <array>
                <element key="time"><boolean>true</boolean></element>
                <element key="profileTimeWithStopwatch"><boolean>true</boolean></element>
                <element key="profileMemoryUsage"><boolean>true</boolean></element>
                <element key="profileMemoryDetailedUsage"><boolean>true</boolean></element>
            </array>
        </arguments>
    </listener>
</listeners>

The listener will output the profiling information., (*6)

NOTE: As this is a listener and not a ResultsPrinter, it doesn't take care of the use of --verbose or --debug options., (*7)

The Versions

15/06 2017

dev-master

9999999-dev https://github.com/SerendipityHQ/SHQ_PHPUnit_Profiler

PHPUnit loggers to profile tests.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adamo crespi

phpunit profiling loggers

15/06 2017

3.0.1

3.0.1.0 https://github.com/SerendipityHQ/SHQ_PHPUnit_Profiler

PHPUnit loggers to profile tests.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adamo crespi

phpunit profiling loggers

15/06 2017

3.0.0

3.0.0.0 https://github.com/SerendipityHQ/SHQ_PHPUnit_Profiler

PHPUnit loggers to profile tests.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adamo crespi

phpunit profiling loggers

31/01 2016

2.0.1

2.0.1.0 https://github.com/SerendipityHQ/SHQ_PHPUnit_Profiler

PHPUnit loggers to profile tests.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adamo crespi

phpunit profiling loggers

15/01 2016

2.0.0

2.0.0.0 https://github.com/SerendipityHQ/SHQ_PHPUnit_Profiler

PHPUnit loggers to profile tests.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adamo crespi

phpunit profiling loggers

12/01 2016

1.2.3

1.2.3.0 https://github.com/SerendipityHQ/SHQ_PHPUnit_Profiler

PHPUnit loggers to profile tests.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adamo crespi

phpunit profiling loggers

12/01 2016

1.2.2

1.2.2.0 https://github.com/SerendipityHQ/SHQ_PHPUnit_Profiler

PHPUnit loggers to profile tests.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adamo crespi

phpunit profiling loggers

12/01 2016

1.2.1

1.2.1.0 https://github.com/SerendipityHQ/SHQ_PHPUnit_Profiler

PHPUnit loggers to profile tests.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adamo crespi

phpunit profiling loggers

12/01 2016

1.2

1.2.0.0 https://github.com/SerendipityHQ/SHQ_PHPUnit_Profiler

PHPUnit loggers to profile tests.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adamo crespi

phpunit profiling loggers

12/01 2016

1.1

1.1.0.0 https://github.com/SerendipityHQ/SHQ_PHPUnit_Profiler

PHPUnit loggers to profile tests.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adamo crespi

phpunit profiling loggers

12/01 2016

1.0.0

1.0.0.0 https://github.com/SerendipityHQ/SHQ_PHPUnit_Profiler

PHPUnit loggers to profile tests.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adamo crespi

phpunit profiling loggers

12/01 2016

0.0.5

0.0.5.0 https://github.com/SerendipityHQ/SHQ_PHPUnit_Profiler

PHPUnit loggers to profile tests.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adamo crespi

phpunit profiling loggers

12/01 2016

0.0.4

0.0.4.0 https://github.com/SerendipityHQ/SHQ_PHPUnit_Profiler

PHPUnit loggers to profile tests.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adamo crespi

phpunit profiling loggers

12/01 2016

0.0.3

0.0.3.0 https://github.com/SerendipityHQ/SHQ_PHPUnit_Profiler

PHPUnit loggers to profile tests.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adamo crespi

phpunit profiling loggers

12/01 2016

0.0.2

0.0.2.0 https://github.com/SerendipityHQ/SHQ_PHPUnit_Profiler

PHPUnit loggers to profile tests.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adamo crespi

phpunit profiling loggers