PHPUnit is a unit testing framework for the PHP programming language. It is an instance of the xUnit architecture for unit testing frameworks.
Created by Sebastian Bergmann
发布于 March 15, 2004
Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succin...
翻译 - Mockery是一个简单而灵活的PHP模拟对象框架,可用于与PHPUnit,PHPSpec或任何其他测试框架进行单元测试。其核心目标是提供一个具有简洁API的测试双重框架,该API能够使用人类可读的领域特定语言(DSL)明确定义所有可能的对象操作和交互。
Full-stack testing PHP framework
翻译 - 全栈测试PHP框架
🐘🎯 Hexagonal Architecture + DDD + CQRS in PHP using Symfony 7
翻译 - using使用Symfony 5在PHP中使用六角结构+ DDD + CQRS
Provides utilities for PHPUnit, especially user deprecation notices management
翻译 - 提供PHPUnit的实用程序,尤其是用户弃用通知管理。
Docker image that provides static analysis tools for PHP
Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
翻译 - 记录测试套件的HTTP交互,并在以后的测试运行期间重播它们,以进行快速,确定性和准确的测试。
Unit testing tips by examples in PHP
翻译 - 单位测试提示PHP中的例子
Symfony bundle to isolate your app's doctrine database tests and improve the test performance
Get a grip on your finances.
翻译 - 掌握财务状况。
A tool to automatically rerun PHPUnit tests when source code changes
Reports on slow-running tests in your PHPUnit test suite
翻译 - 报告您的PHPUnit测试套件中运行缓慢的测试
A Laravel Continuous Integration Package
翻译 - Laravel持续集成包
WordPress API Mocking Framework
A way to test without writing actual test cases
An easier way to use PHPUnit with CodeIgniter 3.x.
🐘 PHP library to query servers that implement Steam query protocol (also known as Source Engine Query protocol)
Removes `final` and `readonly` keywords from source code on-the-fly and allows mocking of final methods and classes. It can be used together with any test tool such as PHPUnit or Mockery.
翻译 - 即时从源代码中删除最终关键字,并允许模拟最终方法和类。它可以与任何测试工具(例如PHPUnit或Mockery)一起使用。