2017 © Pedro Peláez
 

library event-loop-test

An abstract test file to ensure compatibility between event-loop implementations.

image

async-interop/event-loop-test

An abstract test file to ensure compatibility between event-loop implementations.

  • Sunday, January 8, 2017
  • by Trowski
  • Repository
  • 4 Watchers
  • 6 Stars
  • 1,891 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Event Loop Tests

This package provides a quite extensive phpunit test suite to be used against Loop\Driver implementations from the async-interop/event-loop package., (*1)

Usage

class MyDriverTest extends \AsyncInterop\Loop\Test {
    function getFactory() {
        return new MyDriverFactory;
    }
}

That's it. Put it in your tests folder with an appropriate phpunit setup and run it., (*2)

The Versions

08/01 2017

dev-master

9999999-dev

An abstract test file to ensure compatibility between event-loop implementations.

  Sources   Download

MIT

The Requires

 

test loop interop async event

08/01 2017

v0.5.1

0.5.1.0

An abstract test file to ensure compatibility between event-loop implementations.

  Sources   Download

MIT

The Requires

 

test loop interop async event

07/01 2017

v0.5.0

0.5.0.0

An abstract test file to ensure compatibility between event-loop implementations.

  Sources   Download

MIT

The Requires

 

test loop interop async event

26/10 2016

v0.3.0

0.3.0.0

An abstract test file to ensure compatibility between event-loop implementations.

  Sources   Download

MIT

The Requires

 

test loop interop async event