php-extended/php-scorekeeper-noop

This package is abandoned and no longer maintained. The author suggests using the php-extended/php-scorekeeper-object package instead.

A scorekeeper that does nothing, for mocking purposes.

3.1.17 2021-07-04 21:21 UTC

README

A scorekeeper that does nothing, for mocking purposes.

coverage build status

Installation

The installation of this library is made via composer. Download composer.phar from their website. Then add to your composer.json :

	"require": {
		...
		"php-extended/php-scorekeeper-noop": "^3"
		...
	}

Then run php composer.phar update to install this library. The autoloading of all classes of this library is made through composer's autoloader.

Basic Usage

This library provides a scorekeeper that does nothing.

License

MIT (See license file).