All Projects → sebastianbergmann → Phpunit

sebastianbergmann / Phpunit

Licence: other
The PHP Unit Testing framework.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to Phpunit

php.autotest
autotest for php written in php
Stars: ✭ 19 (-99.9%)
Mutual labels:  phpunit, testing-tools
Paraunit
Run PHPUnit tests in parallel
Stars: ✭ 104 (-99.43%)
Mutual labels:  testing-tools, phpunit
Ci Phpunit Test
An easier way to use PHPUnit with CodeIgniter 3.x.
Stars: ✭ 535 (-97.04%)
Mutual labels:  testing-tools, phpunit
php-test-generator
Generate test cases for existing PHP files
Stars: ✭ 47 (-99.74%)
Mutual labels:  phpunit, testing-tools
Chn Eolinker Ams Lite 4.0 For Java
中国最大的API接口管理平台,3.x开源发行版,支持多国语言[英语、简体中文、繁体中文]
Stars: ✭ 275 (-98.48%)
Mutual labels:  testing-tools
ru-qa-resources
Список ресурсов на тему QA
Stars: ✭ 15 (-99.92%)
Mutual labels:  testing-tools
bron
🏃‍♂️ Fast & tiny test runner for Node.js
Stars: ✭ 17 (-99.91%)
Mutual labels:  testing-tools
super-powered-api-testing
Comparisons of powerful API testing tools
Stars: ✭ 25 (-99.86%)
Mutual labels:  testing-tools
Nut.js
Native UI testing / controlling with node
Stars: ✭ 309 (-98.29%)
Mutual labels:  testing-tools
Nyancat Phpunit Resultprinter
Nyan Cat result printer for PHPUnit
Stars: ✭ 288 (-98.41%)
Mutual labels:  phpunit
Guzzler
Supercharge your app or SDK with a testing library specifically for Guzzle
Stars: ✭ 272 (-98.5%)
Mutual labels:  phpunit
bat
Gherkin based DSL for testing HTTP APIs via Cucumber.JS
Stars: ✭ 30 (-99.83%)
Mutual labels:  testing-tools
Awesome Unit Testing Swift
A curated collection of awesome blog articles, books, talks, podcasts, tools/frameworks and examples.
Stars: ✭ 272 (-98.5%)
Mutual labels:  testing-tools
jest-dashboard
Command Line Dashboard for Jest
Stars: ✭ 61 (-99.66%)
Mutual labels:  testing-tools
Gotests
Automatically generate Go test boilerplate from your source code.
Stars: ✭ 3,597 (-80.13%)
Mutual labels:  testing-tools
phake
PHP Mocking Framework
Stars: ✭ 464 (-97.44%)
Mutual labels:  phpunit
Wp Dev Lib
🛠️ Common code used during development of WordPress plugins and themes
Stars: ✭ 271 (-98.5%)
Mutual labels:  phpunit
Pho
BDD test framework for PHP
Stars: ✭ 287 (-98.41%)
Mutual labels:  testing-tools
Kotest
Powerful, elegant and flexible test framework for Kotlin with additional assertions, property testing and data driven testing
Stars: ✭ 3,234 (-82.14%)
Mutual labels:  testing-tools
puppeteer-screenshot-tester
Small library that allows us to compare screenshots generated by puppeteer in our tests.
Stars: ✭ 50 (-99.72%)
Mutual labels:  testing-tools

PHPUnit

PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of the xUnit architecture for unit testing frameworks.

Latest Stable Version Minimum PHP Version CI Status Type Coverage

Installation

We distribute a PHP Archive (PHAR) that has all required (as well as some optional) dependencies of PHPUnit bundled in a single file:

$ wget https://phar.phpunit.de/phpunit-X.Y.phar

$ php phpunit-X.Y.phar --version

Please replace X.Y with the version of PHPUnit you are interested in.

Alternatively, you may use Composer to download and install PHPUnit as well as its dependencies. Please refer to the "Getting Started" guide for details on how to install PHPUnit.

Contribute

Please refer to CONTRIBUTING.md for information on how to contribute to PHPUnit and its related projects.

List of Contributors

Thanks to everyone who has contributed to PHPUnit! You can find a detailed list of contributors on every PHPUnit related package on GitHub. This list shows only the major components:

A very special thanks to everyone who has contributed to the documentation and helps maintain the translations:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].