the-events-calendar/tec-testing-facilities 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

the-events-calendar/tec-testing-facilities

Composer 安装命令:

composer require the-events-calendar/tec-testing-facilities

包简介

Testing facilities, helpers and examples.

README 文档

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.

统计信息

  • 总下载量: 200.34k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 27
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0
  • 更新时间: 2022-11-16