Libraries tagged by phpu
petrp/httpphpunit
23 Downloads
HttpPHPUnit - Tool for running PHPUnit tests in web browser.
mdc/swagger-test
345 Downloads
A set of tools for testing your REST calls based on the Swagger or OpenAPI documentation using PHPUnit
matthiasnoback/php-coding-dojo
117 Downloads
Empty project which can be used in a PHP and PHPUnit-oriented coding dojo
managewp/static-code-analysis-tools
8 Downloads
Tools for PHP code analisys - PHP Mess Detector, PHP Code Sniffer (+ Symfony2 rule), PHP Coding Standard Fixer, PHPUnit, PHP cope-paste detector, PHP lines-of-code, PHP documentor, PHP code browser.
jrmadsen67/mahana-mailinator-test
7945 Downloads
A PHPUnit extension for testing emails via the Mailinator API
jikan-me/jikan-fixtures
2649 Downloads
Fixtures for PHPUnit tests for jikan-me/jikan
jdgrimes/wpppb
8422 Downloads
Bootstrap for integration testing WordPress plugins with PHPUnit
jdgrimes/wp-http-testcase
20120 Downloads
PHPUnit testcase for WordPress code involving HTTP requests
iblues/atu
125 Downloads
Laravel ATU Base on annotation's and laravel phpunit.一个基于注解和laravel单元测试的 自动化测试包
iblues/annotation-test-unit
251 Downloads
Laravel ATU Base on annotation's and laravel phpunit.一个基于注解和laravel单元测试的 自动化测试包
hautelook/frankenstein
3243 Downloads
The creature that is summoned by mixing PHPUnit, Prophecy, Atoum.
gong023/assert_chain
78883 Downloads
enable you to use phpunit assert with method chain
digitalzenworks/api-test
64 Downloads
A library for end to end testing web APIs with PHPUnit.
cspray/assert-throws
184 Downloads
Assertions for PHPUnit when testing code that throws complex exceptions.
crimsonkissaki/mockmaker
44 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.