2017 © Pedro Peláez
 

library phpunit-alternative-test-prefix

Listener for PHPUnit that allows for alternative test method prefixes to be specified within the PHPUnit configuration file.

image

unfunco/phpunit-alternative-test-prefix

Listener for PHPUnit that allows for alternative test method prefixes to be specified within the PHPUnit configuration file.

  • Friday, December 9, 2016
  • by honest
  • Repository
  • 1 Watchers
  • 4 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

PHPUnit alternative test prefix listener

Build Status, (*1)

Listener for PHPUnit that allows for alternative test method prefixes to be specified within the PHPUnit configuration file, without also having to use the @test annotation., (*2)

Installation and usage

Add unfunco/phpunit-alternative-test-prefix to your require-dev dependencies and run composer install, once installed you can configure the alternative test prefix listener within your test configuration., (*3)

Configuration

<phpunit bootstrap="vendor/autoload.php">
  ...
  <listeners>
    <listener class="Unfunco\PHPUnit\Listener\AlternativeTestPrefixListener">
      <arguments>
        <string>itDoes</string>
        <string>itCan</string>
      </arguments>
    </listener>
  </listeners>
</phpunit>

License

Copyright © 2016 Daniel Morris.
Licensed under the terms of The MIT License., (*4)

The Versions

09/12 2016

dev-master

9999999-dev

Listener for PHPUnit that allows for alternative test method prefixes to be specified within the PHPUnit configuration file.

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

10/03 2016

0.1.1

0.1.1.0

Listener for PHPUnit that allows for alternative test method prefixes to be specified within the PHPUnit configuration file.

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

06/02 2016

0.1.0

0.1.0.0

Listener for PHPUnit that allows for alternative test method prefixes to be specified within the PHPUnit configuration file.

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires