PHPUnit topic

PHPUnit is a unit testing framework for the PHP programming language. It is an instance of the xUnit architecture for unit testing frameworks.

List PHPUnit repositories

phpunit-pretty-printer

77
Stars
13
Forks
Watchers

A PHPUnit result printer that shows per-file test progress and execution times

asynit

81
Stars
9
Forks
Watchers

:stars: Asynchronous HTTP Request Testing Library for API or more...

phpunit-mink

70
Stars
20
Forks
Watchers

Library for using Mink in PHPUnit tests. Supports session sharing between tests in a test case.

magento2-ReachDigital_TestFramework

74
Stars
13
Forks
Watchers

Faster drop-in replacement for Magento's integration test.

opencart-test-suite

66
Stars
35
Forks
Watchers

Testing Suite for OpenCart Development

allure-phpunit

58
Stars
25
Forks
Watchers

Allure integrations for PHP test frameworks: PHPUnit

freelancers-market

64
Stars
51
Forks
Watchers

Laravel Project to help freelance websites clients and freelancers to find each other.

testing-framework

52
Stars
25
Forks
Watchers

TYPO3 testing framework that provides base classes and configuration for PHPUnit tests

phpunit-randomizer

51
Stars
11
Forks
Watchers

A PHPUnit extension that allows you to execute your test cases in a random order

php-autoload-override

20
Stars
3
Forks
Watchers

Override fully qualified function calls inside your class methods in order to be able to mock them during testing.