Libraries tagged by TDD
gealex/doublit
76 Downloads
Doublit : A simple tool to test your class dependencies in PhpUnit
fordnox/php-dbunit-on-travis-ci
20 Downloads
Sample PHPUnit and DbUnit php application
etiennemarais/outline
40 Downloads
Parse and generate API Blueprint markdown into Feature/Acceptance tests.
esperance/esperance
5834 Downloads
BDD style assertion library for PHP.
easysql/easysql
244 Downloads
Work more optimally with SQL for Performance, Security and Readability
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.
code-distortion/insight
324 Downloads
Test protected and private object methods and properties as if they were public
ciaranmcnulty/behat-localwebserverextension
27136 Downloads
Extension for behat users who forget to start their webserver
bex/behat-screenshot-image-driver-uploadpie
78411 Downloads
uploadpie.com image driver for bex/behat-screenshot extension
bex/behat-choose-tests
13 Downloads
Extension for behat to allow you to interactively choose tests to run
atoum/blackfire-extension
21 Downloads
Write your Blackfire test suites with atoum
atoum/bdd-extension
35010 Downloads
atoum Spec BDD extension
unfunco/phpspec-sort-use-statements
26769 Downloads
PhpSpec extension for sorting use statements in generated files.
polishsymfonycommunity/mockery-bundle
295 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