Download the PHP package wavevision/nette-tests without Composer
On this page you can find all versions of the php package wavevision/nette-tests. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wavevision/nette-tests
More information about wavevision/nette-tests
Files in wavevision/nette-tests
Package nette-tests
Short Description PHPUnit extension for testing Nette applications.
License MIT
Informations about the package nette-tests
Nette Tests
PHPUnit extension for testing Nette applications.
Install
Configuration
Add callback for creating Nette\Configurator
to bootstrap for tests.
Features
- DI container in tests, allow services injects in tests
- presenter testing
- form submit testing
Presenter mapping
This testing suite lets you use your presenter classes to resolve :Module:Presenter:action
mapping. This is achieved
using nepada/presenter-mapping extension which is registered in your
tests DIC as presenterMapping
.
If your tested app uses this extension for presenter mapping as well, make sure you register it in your config with the same name.
Learn
See this great talk by Jakub Filla to learn basic concepts of this extension.
All versions of nette-tests with dependencies
ext-fileinfo Version *
latte/latte Version >=2.9
nepada/presenter-mapping Version ^2.3
nette/application Version ^3.1
nette/bootstrap Version ^3.1
nette/caching Version ^3.1
nette/di Version ^3.0
nette/finder Version ^2.5
nette/forms Version ^3.1
nette/http Version ^3.1
nette/utils Version ^3.2
phpunit/phpunit Version ^9.3
tracy/tracy Version ^2.8
wavevision/utils Version ^2.2