async-interop/event-loop-test
最新稳定版本:v0.5.1
Composer 安装命令:
composer require async-interop/event-loop-test
包简介
An abstract test file to ensure compatibility between event-loop implementations.
README 文档
README
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 \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.
统计信息
- 总下载量: 1.94k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-05-27