meridius / tester-extras
Collection of classes intended to ease testing with Nette/Tester based on Kdyby/TesterExtras
1.0.1
2016-04-16 20:45 UTC
Requires
- nette/bootstrap: ^2.3
- nette/database: v2.3.8
- nette/di: ^2.3
- nette/http: ^2.3
- nette/robot-loader: ^2.3
- nette/tester: ^1.6
- tracy/tracy: ^2.3
Requires (Dev)
- jakub-onderka/php-console-highlighter: ^0.3.2
- jakub-onderka/php-parallel-lint: ^0.9.2
- meridius/coding-standard: *
- pdepend/pdepend: ^2.2
- phploc/phploc: ^3.0
- sebastian/phpcpd: ^2.0
- squizlabs/php_codesniffer: ^2.5
Replaces
This package is not auto-updated.
Last update: 2024-11-21 00:10:26 UTC
README
Collection of classes intended to ease concurrent integration database testing with Nette/Database and Nette/Tester, based on Tester Extras.
Attribution
Huge thank you goes to
- Filip Procházka for his Tester Extras
- Jiří Pudil for his article Bootstrap your integration testing database focusing on integration database testing with Doctrine
Motivation
Code from Kdyby/TesterExtras will be here until Kdyby/TesterExtras are officially released as stable.
Install
composer require --dev meridius/tester-extras
Howto
Please see files in the \tests
directory.