the-events-calendar / tec-testing-facilities
测试设施、助手和示例。
dev-master
2024-08-20 13:23 UTC
Requires
- php: >=7.4
- lucatume/wp-browser: ^2.0 || ^3.0
- nilportugues/sql-query-formatter: ^1.2
Requires (Dev)
- codeception/codeception: ^3.0
- dealerdirect/phpcodesniffer-composer-installer: ^0.7.2
- phpunit/phpunit: ^6.0
- vlucas/phpdotenv: ^3.0
- wordpress/wordpress: dev-master
- wp-coding-standards/wpcs: ^2.1
This package is auto-updated.
Last update: 2024-09-20 13:32:58 UTC
README
一套测试助手、插件和花招,使 The Events Calendar 产品的测试更加容易。
要求
该库需要 PHP 7.4 或更高版本。虽然我们的大部分代码与 PHP 5.6 或更高版本兼容,但 测试 代码将在 PHP 7.0 或更高版本的 CI 环境中运行。
安装
使用 Composer 在您的项目中引入库。由于此包不在 Packagist 上,您需要在项目的 composer.json
文件中定义包,通过在 repositories
部分添加条目来实现。
"repositories": [ { "name": "the-events-calendar/tec-testing-facilities", "type": "github", "url": "https://github.com/the-events-calendar/tec-testing-facilities", "no-api": true } ],
现在,您可以使用以下命令引入库
composer require --dev the-events-calendar/tec-testing-facilities:dev-master
里面有什么?
在文档中了解更多 [链接].