Foo Bundles
is a proof-of-concept repository containing bundles and their
tests.
4 types of tests are implemented:
- Unit
- Functional
- Application
- Behat
The purpose of this repository is to test the feasibility of having multiple Symfony bundles into one project (monorepo) and be able to test them individually.
composer install
./vendor/bin/phpunit -c src/Foo/Bundle/TestBundle/phpunit.xml.dist src/Foo/Bundle/TestBundle/
vendor/bin/phpunit -c src/Foo/Bundle/TestBundle/phpunit.xml.dist src/Foo/Bundle/TestBundle/src/Tests/Unit
vendor/bin/phpunit -c src/Foo/Bundle/TestBundle/phpunit.xml.dist src/Foo/Bundle/TestBundle/src/Tests/Functional
vendor/bin/phpunit -c src/Foo/Bundle/TestBundle/phpunit.xml.dist src/Foo/Bundle/TestBundle/src/Tests/Integration
vendor/bin/behat -c src/Foo/Bundle/TestBundle/behat.yaml.dist