Libraries tagged by unittest
jippi/cakephp-test-utilities
1817 Downloads
Package with support traits to ease unit testing.
fp/fumocker
1206 Downloads
A php function mocker
bitwasp/bitcoind-server
7 Downloads
A helper library for spawning bitcoind regtest nodes for unit tests
bebat/verify
359 Downloads
BDD assertion library for PHPUnit
bcncommerce/stream-wrapper
13126 Downloads
PHP stream wrapper for testing classes which interact with files
f3ath/lazypdo
44964 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.
refaltor/pest-pmmp-tests
13 Downloads
Little library for create unit test in PocketMine with Await Generator.
lapistano/wsunit
19 Downloads
A PHPUnit extension providing the possibility to lift a unit test to a functional tes, just by configuration
gentry/gentry
974 Downloads
PHP unit test generation tools
gamboa.martin/test
1327 Downloads
Unit Test
fs-ap/laravel-relationship-test
177 Downloads
Enhance the unit test of relationship in model to projects in laravel
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.
bojaghi/wp-tests
99 Downloads
Re-usable WordPress unit test library setup
tscms/unittest
15 Downloads
PHPUnit integration for running unit tests on the Kohana framework
tsa/unittest-tools
16 Downloads
The unittest tools to run api