Libraries tagged by functional tests
gricob/functional-test-bundle
6770 Downloads
Test suit for Symfony projects
webfactory/symfony-application-tests
11504 Downloads
Contains several generic test scenarios that can be applied to Symfony 2 applications.
theodo/phpunit-extra
22 Downloads
PHP library which improves PHPUnit test suite performance
rodenastyle/laravel-testdoc
10569 Downloads
Laravel Functional Tests Docs Generator
phpmv/ubiquity-codeception
8024 Downloads
Make Codeception's functional tests for Ubiquity framework
alzander/bluetooth-fct
7 Downloads
CLI based functional test suite using the Nordic Master Control Panel Android app.
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.
lapistano/wsunit
18 Downloads
A PHPUnit extension providing the possibility to lift a unit test to a functional tes, just by configuration
openbuildings/functest
124845 Downloads
A php port of jnicklas's capybara, and handles Functional / Integration testing
neam/codeception-saucelabs-metadata
1678 Downloads
Codeception extension that provides metadata to Saucelabs when running tests
brightmarch/testing-bundle
1637 Downloads
Symfony bundle to aid with functional and unit testing.
magium/magium
6565 Downloads
A browser/functional testing suite using Web Driver. Contains low-ish level functionality to quickly build browser/functional tests.
ecomdev/testcontainers-magento-data
430 Downloads
TestContainers for Magento data in integration/functional tests
turanct/omikron
119 Downloads
Simple, functional programming style test framework
sandstorm/fuzzer
244 Downloads
Improve your Functional and Unit Tests by Fuzzing: A technique to find missing edge cases in tests.