rainforest/rainforest
Composer 安装命令:
composer require rainforest/rainforest
包简介
Rainforest automates your functional and integration testing with our QA-as-a-Service API.
关键字:
README 文档
README
⚠️ 🚫 This code is unmaintained and deprecated. It may not work and may have security issues 🚫 ⚠️
Documentation
Full documentation is available at https://docs.rainforestqa.com.
Requirements
PHP 5.3.3 and later.
Composer
You can install the bindings via Composer. Add this to your composer.json:
{
"require": {
"rainforestapp/rainforest-php": "1.*"
}
}
Then install via:
composer install
Manual Installation
If you do not wish to use Composer, you can download the latest release . Then, to use the bindings, include the init.php file.
require_once('/path/to/rainforest-php/init.php');
Tests
In order to run tests first install PHPUnit via Composer:
composer update --dev
To run the test suite:
./vendor/bin/phpunit
We welcome suggestions and feedback from our users :D
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-09-13