Libraries tagged by bd
me-io/appium-driver-codeception
10336 Downloads
appium driver for codeception framework
kix/behat-sf2-service-generator
20 Downloads
Behat Symfony2 service generator
kix/behat-exception-listener
40 Downloads
Behat exception listener platform
jasonmccreary/expect
53 Downloads
BDD-style assertions for PHP.
infinitytracking/test-bundle
7474 Downloads
Infinitytracking TestBundle for Symfony2 projects
heikohardt/behat-typo3-extension
16909 Downloads
TYPO3 extension for Behat
gevans/phaker
796 Downloads
Phaker generates fake data for unit testing and populating your database.
gealex/doublit
76 Downloads
Doublit : A simple tool to test your class dependencies in PhpUnit
expectation/expectation
4211 Downloads
expectation library for unit testing
expect/expect
8621 Downloads
Expectation library for unit testing
esperance/esperance
5834 Downloads
BDD style assertion library for PHP.
elblinkin/behat-sauce
8 Downloads
Scenario-oriented BDD framework for use with SauceLabs
dazzle/behat-date-manipulation
854 Downloads
Allows you to execute commands in custom steps with a different system date.
ctasca/magefix
1578 Downloads
Magento Behat Fixtures Library
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.