1
0
mirror of https://github.com/danog/amp.git synced 2025-01-22 05:11:42 +01:00
Aaron Piotrowski f7f5a9a2d9 Fix typo.
2016-12-28 12:56:19 -06:00
2016-12-28 12:56:19 -06:00
2016-05-27 03:25:55 +02:00
2016-05-27 03:25:55 +02:00
2016-05-27 03:25:55 +02:00

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.

Usage

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

That's it. Put it in your tests folder with an appropriate phpunit setup and run it.

Description
No description provided
Readme MIT 3 MiB
Languages
PHP 99.4%
Shell 0.3%
Makefile 0.3%