sonrac / silex-functional-tests-coverage
Add unit tests for functional tests for best coverage
Installs: 5 974
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- doctrine/dbal: ^1.0|^2.2
Requires (Dev)
- doctrine/migrations: >=1.0
- fzaninotto/faker: ^1.7
- kurl/silex-doctrine-migrations-provider: ~0.3
- phpunit/phpunit: >=4.0
- refinery29/php-cs-fixer-config: ^0.10.1
- sonrac/symfony-seed-command: ^0.6.0
- squizlabs/php_codesniffer: ^3.3
- symfony/browser-kit: ^3.4
- symfony/css-selector: ^3.4
Suggests
- doctrine/migrations: >=1.0
- kurl/silex-doctrine-migrations-provider: ~0.3
- silex/silex: ^2.2
- sonrac/symfony-seed-command: ^0.6
This package is auto-updated.
Last update: 2025-03-27 01:06:41 UTC
README
Silex coverage for functional tests
Idea
Functional tests mechanism concatenation with emulation is called in unit tests. All function tests located in trait and include in functional and unit as trait
Installation
composer require sonrac/silex-functional-tests-coverage
Class description
Class | Description |
---|---|
BaseControllerTest | Base controllers test for unit testing |
BaseWebTest | Base functional test controller |
OnceMigrationUnitTest | Run functional test with running migration on test beginning and rollback after test finished |
OnceMigrationUnitTest | Run unit test with running migration on test beginning and rollback after test finished |
OnceMigrationWebTest | Run functional test with running migration on test beginning and rollback after test finished |
OnceRunMigration | Class for once run migration and seeds |
TestApplication | Abstract class for init application instance |
UnitTest | Base unit test with bases traits (BootTraits) |
Traits description
Trait | Description |
---|---|
BootTraits | Boot trait in class |
InitMigrationTestTrait | Using for once run migration in unit or functional tests |
ControllersTestTrait | Using for additional helper functions in functional tests |
MigrationsTrait | Trait for build migration config |
InitMigrationAppTrait | Trait for init test app migration mechanism |
Exceptions
Exception | Description |
---|---|
MaxRedirectException | Maximum redirect execution exception |
Class api
Examples
See example project