2017 © Pedro PelĂĄez
 

library phpunit-accelerator

PHPUnit Accelerator: Speeds up PHPUnit by freeing memory after test runs

image

padraic/phpunit-accelerator

PHPUnit Accelerator: Speeds up PHPUnit by freeing memory after test runs

  • Thursday, January 15, 2015
  • by padraicb
  • Repository
  • 1 Watchers
  • 11 Stars
  • 115,255 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 11 Forks
  • 1 Open issues
  • 5 Versions
  • 4 % Grown

The README.md

PHPUnit Accelerator

Build Status, (*1)

Inspired by Kris Wallsmith faster PHPUnit article, we've created a PHPUnit test listener that speeds up PHPUnit tests about 20% by freeing memory., (*2)

Setup and Configuration

Add the following to your composer.json file, (*3)

{
    "require-dev": {
        "mybuilder/phpunit-accelerator": "~1.0"
    }
}

Update the vendor libraries, (*4)

curl -s http://getcomposer.org/installer | php
php composer.phar install

Usage

Just add to your phpunit.xml configuration, (*5)

<phpunit>
    <listeners>
        <listener class="\MyBuilder\PhpunitAccelerator\TestListener"/>
    </listeners>
</phpunit>

The Versions

15/01 2015

dev-master

9999999-dev

PHPUnit Accelerator: Speeds up PHPUnit by freeing memory after test runs

  Sources   Download

MIT

The Requires

 

phpunit property memory free fast accelerator

15/01 2015

v1.0.2

1.0.2.0

PHPUnit Accelerator: Speeds up PHPUnit by freeing memory after test runs

  Sources   Download

MIT

The Requires

 

phpunit property memory free fast accelerator

11/01 2015

dev-shutdownfunction

dev-shutdownfunction

PHPUnit accelerator

  Sources   Download

MIT

The Requires

 

phpunit property memory free fast accelerator

07/04 2014

v1.0.1

1.0.1.0

PHPUnit accelerator

  Sources   Download

MIT

The Requires

 

phpunit property memory free fast accelerator

13/03 2014

v1.0.0

1.0.0.0

PHPUnit accelerator

  Sources   Download

MIT

The Requires

 

phpunit property memory free fast accelerator