Libraries tagged by TDD
gealex/doublit
87 Downloads
Doublit : A simple tool to test your class dependencies in PhpUnit
esperance/esperance
5841 Downloads
BDD style assertion library for PHP.
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
426 Downloads
Test protected and private object methods and properties as if they were public
ciaranmcnulty/behat-localwebserverextension
27165 Downloads
Extension for behat users who forget to start their webserver
cable8mm/phpunit-start-kit
33 Downloads
Phpunit Start Kit is the simple code for starting TDD
bex/behat-screenshot-image-driver-uploadpie
78499 Downloads
uploadpie.com image driver for bex/behat-screenshot extension
bex/behat-magento2-init
45300 Downloads
Provides access to magento2 object manager from behat and allows to change magento config settings temporarly
atoum/json-schema-extension
4462 Downloads
JSON Schema extension for atoum, the simple modern and intuitive unit testing framework for PHP 5.3+
atoum/blackfire-extension
24 Downloads
Write your Blackfire test suites with atoum
atoum/bdd-extension
35021 Downloads
atoum Spec BDD extension
polishsymfonycommunity/mockery-bundle
296 Downloads
This Bundle provides Mockery integration to make it possible to mock service in Behat.
oliverklee/tea
32 Downloads
TYPO3 example extension for unit testing and best practices
magetest/magento-phpunit-extension
2859 Downloads
Magento PHPUnit extension, a lightweight module and library for testing Magento applications with PHPUnit
florence/scrapa
13 Downloads
A simple php web scraper package