Libraries tagged by unit php
jippi/cakephp-test-utilities
1817 Downloads
Package with support traits to ease unit testing.
igniphp/storage
22 Downloads
Minimalistic entity framework with multi database support.
code-distortion/insight
426 Downloads
Test protected and private object methods and properties as if they were public
bebat/verify
359 Downloads
BDD assertion library for PHPUnit
oliverklee/tea
32 Downloads
TYPO3 example extension for unit testing and best practices
idimsh/better-bypass-finals
2747 Downloads
Removes final keyword from source code on-the-fly and allows mocking of final methods and classes
dekeysoft/pu-tester
832 Downloads
BDD extension for PHPUnit that allows to write tests as a specifications in a human-readable format.
microunit/microunit
3 Downloads
Minimal. Modern. Mighty. The next-generation PHP unit testing framework for developers who want speed, clarity, and power.
gentry/gentry
974 Downloads
PHP unit test generation tools
arbit/periodic
53 Downloads
Periodic is a fully unit tested PHP based task runner. It is supposed to deliver a basic implementation for managing all kinds of recurring tasks and events inside your web application.
stwarog/uow-fuel
1208 Downloads
Unit of Work feature for Fuel's PHP ORM.
leofranca47/abstract-repository-eloquent-laravel
723 Downloads
Essa é uma classe php onde tem métodos que podem ser chamados igual no Eloquent. Serve para criar repositórios e facilitar os testes unitários sem perder o poder do Eloquent - This is a php class where it has methods that can be called equal in Eloquent. It serves to create responses and facilitate unit tests without losing the power of the Eloquent
lastcraft/simpletest
21844 Downloads
Unit testing, mock objects and web testing framework for PHP built around test cases.
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.
ambitionphp/novaunit
21637 Downloads
Fork of joshgaber/novaunit; Unit testing suite for Laravel Nova, built to extend PHPUnit