osotov/phpunit-for-bitrix
最新稳定版本:0.1.0
Composer 安装命令:
composer require osotov/phpunit-for-bitrix
包简介
Base test class for unit tests inside 1C-Bitrix framework environment
README 文档
README
Base test class for unit tests inside 1C-Bitrix framework environment
note
This package requires latest versions of php (>= 5.5.9).
installation
To install package, run the command below and you will get the latest version
composer require osotov/phpunit-for-bitrix
Copy phpunit.xml.dist file from package to document root. Set up your tests directory inside tag. If you want to use another bootstrap file set it instead default inside bootstrap attribute.
usage
To use this package extend \Osotov\PhpunitForBitrix\BitrixTestCase with your test class.
This package uses awesome mock framework Mockery to ease mock and stub creation.
Additionally package uses Faker to help you with creation of dummy data.
统计信息
- 总下载量: 28
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-07-14