Libraries tagged by unit tests
whatthejeff/fab-phpunit-resultprinter
8874 Downloads
Make your unit tests fabulous!
unitgen/unitgen
65 Downloads
Unitgen generates a basic framework for writing unit tests.
php-kitchen/code-specs
982 Downloads
BDD extension for PHPUnit that allows to write tests as a specifications in a human-readable format.
phodam/phodam
5 Downloads
A library to provide populated objects for testing
lapistano/wsunit
19 Downloads
A PHPUnit extension providing the possibility to lift a unit test to a functional tes, just by configuration
jsiefer/mage-mock
96 Downloads
Mock the Magento Framework
joefallon/kisstest
450 Downloads
KissTest is command-line free, fast, simple and beautiful unit test framework.
ilmiont/trainline
6848 Downloads
Trainline is a tiny PHP testing framework to enable the rapid creation of minimal unit tests.
fp/fumocker
1230 Downloads
A php function mocker
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.
code-distortion/insight
474 Downloads
Test protected and private object methods and properties as if they were public
bitwasp/bitcoind-server
7 Downloads
A helper library for spawning bitcoind regtest nodes for unit tests
bebat/filesystem-assertions
1018 Downloads
Collection of assertions about filesystem objects
tdn/pilotbundle
206 Downloads
Pilot project generator for Symfony 2.
f3ath/lazypdo
44983 Downloads
LazyPDO is a wrapper over PHP's standard PDO class. It postpones the instantiation of the original PDO class until one is really needed. Also it can be (un)serialized.