Skip to content
Snippets Groups Projects
Carsten  Rose's avatar
Carsten Rose authored
B15570: Changed DB handling in class FormAction. Fixed multi-db problem with...

See merge request !538
8f04b8af
History

QFQ Tests

PhpUnit

Run unit tests from CLI:

Make sure dev dependencies are installed:

# in extension directory
composer update --dev

Run all tests:

# in extension directory
vendor/bin/phpunit --configuration phpunit.xml

Run single test:

# in extension directory
vendor/bin/phpunit --configuration phpunit.xml --filter <test_name>