the-events-calendar / tec-testing-facilities
Testing facilities, helpers and examples.
Installs: 59 181
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 29
Forks: 1
Open Issues: 1
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-10-20 13:43:06 UTC
README
A set of testing helpers, add-ons and gimmicks to make The Events Calendar product testing easier.
Requirements
The library requires PHP 7.4 or above. While most of our code is compatible with PHP 5.6 or above the test code will run on PHP 7.0 or above CI environments.
Installation
Use Composer to require the library in your project.
Since this package is not on Packagist you'll need to define the package in your project composer.json
file by adding an entry in the repositories
section:
"repositories": [ { "name": "the-events-calendar/tec-testing-facilities", "type": "github", "url": "https://github.com/the-events-calendar/tec-testing-facilities", "no-api": true } ],
You'll now be able to pull in the library with the following command:
composer require --dev the-events-calendar/tec-testing-facilities:dev-master
What's inside?
Read more in the documentation.