mpescador1 / sonata-test-utils
Utils for testing SonataAdminBundle
0.1.7
2021-10-01 07:12 UTC
Requires
- php: >=7.2
- ext-dom: *
- ext-json: *
- symfony/css-selector: *
- symfony/dom-crawler: *
Requires (Dev)
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2024-11-11 17:00:20 UTC
README
Library providing traits for testing SonataAdminBundle. Provided in the tray:
- SonataAdminFormTraitTest for testing creation and editing forms entities.
- SonataAdminMenuTraitTest for testing the vertical menu.
- SonataAdminFlashMessagesTraitTest for testing popup messages.
- SonataAdminActionsTraitTest for testing items in a tab "Actions"
- SonataAdminListBatchActionsTraitTest for testing common actions on entity list page.
- SonataAdminTabTraitTest for testing tabs.
To run the tests, you first need to install the dependencies via composer
docker-compose run php composer install
After running the tests
docker-compose run php vendor/bin/phpunit tests/