Libraries tagged by Text object
serendipity_hq/phpunit_helper
17618 Downloads
PHPUnit helper to manage tested resource, mocked objects and test values.
ecomdev/magento2-test-essentials
138 Downloads
Magento 2 Test Essentials
roukmoute/dto-tester
15 Downloads
Add PHPUnit extension for testing DTOs and Transfer Objects
crimsonkissaki/mockmaker
42 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.
carlosv2/communism
3326 Downloads
Little utility to easily extract and inject properties from objects
bebat/filesystem-assertions
877 Downloads
Collection of assertions about filesystem objects
code-distortion/insight
324 Downloads
Test protected and private object methods and properties as if they were public
mauris/samsui
54 Downloads
Samsui is a factory library for building PHP objects useful for setting up test data in your applications.
lastcraft/simpletest
21844 Downloads
Unit testing, mock objects and web testing framework for PHP built around test cases.
bizmate/php-test-dto
5 Downloads
Defines test data objects and interface(s).
pluf/test
5367 Downloads
A pluf mock object and test utilities
savch/mink-page-object-bundle
851 Downloads
Mink Page Object extention bundle for Symfony2
ranjith-ka/php-test
6217 Downloads
A basic but functional PHP obfuscator for object oriented PHP
liuqian123/test
6 Downloads
Mock Object library for PHPUnit
granam/test-with-mockery
323 Downloads
Mockery test helper ensuring mocked method exists