brainbits / functional-test-helpers
brainbits controlling functional test helpers
Installs: 52 941
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 6
Open Issues: 4
Requires
- php: ^8.3
- thecodingmachine/safe: ^2.0
Requires (Dev)
- ext-dom: *
- ext-iconv: *
- ext-mbstring: *
- ext-simplexml: *
- ext-tidy: *
- brainbits/phpcs-standard: ^7.0
- brainbits/phpstan-rules: ^3.1.2
- dama/doctrine-test-bundle: ^8.0
- doctrine/dbal: ^3.4
- ergebnis/phpstan-rules: ^2.2.0
- gemorroj/archive7z: ^5.3
- jangregor/phpstan-prophecy: ^1.0
- mikey179/vfsstream: ^1.6.11
- monolog/monolog: ^2.3|^3.0
- phpstan/phpstan: ^1.11
- phpstan/phpstan-phpunit: ^1.0
- phpstan/phpstan-symfony: ^1.0
- phpunit/phpunit: ^11.4
- riverline/multipart-parser: ^2.1
- slam/phpstan-extensions: ^6.0
- squizlabs/php_codesniffer: ^3.10
- symfony/browser-kit: ^7.0
- symfony/console: ^7.0
- symfony/dependency-injection: ^7.0
- symfony/filesystem: ^7.0
- symfony/framework-bundle: ^7.0
- symfony/http-client: ^7.0
- symfony/http-foundation: ^7.0
- symfony/mime: ^7.0
- symfony/security-core: ^7.0
- symfony/security-csrf: ^7.0
- symfony/uid: ^7.0
- thecodingmachine/phpstan-safe-rule: ^1.1
- thecodingmachine/phpstan-strict-rules: ^1.0
Suggests
- ext-dom: For mocking xml requests
- ext-iconv: For asserting zip files
- ext-json: For json snapshot tests
- ext-mbstring: For asserting zip files
- ext-simplexml: For mocking xml requests
- ext-tidy: For html snapshots
- dama/doctrine-test-bundle: For schema trait, when using DAMA Static Driver
- doctrine/dbal: For schema trait
- doctrine/event-manager: For schema trait
- gemorroj/archive7z: For 7z file support
- monolog/monolog: For http client mock trait
- riverline/multipart-parser: For multipart file uploads
- symfony/browser-kit: For request trait
- symfony/console: For console trait
- symfony/filesystem: For request trait
- symfony/framework-bundle: For request trait, when using authLogin(). Requires version >= 5.1
- symfony/http-client: For http client mock trait
- symfony/http-foundation: For request trait
- symfony/security-core: For request trait
- symfony/uid: For uuid trait
- dev-main
- 6.1.0
- 6.0.0
- 5.2.0
- 5.1.1
- 5.1.0
- 5.0.2
- 5.0.1
- 5.0.0
- 4.11.1
- 4.11.0
- 4.10.0
- 4.9.1
- 4.9.0
- 4.8.0
- 4.7.0
- 4.6.0
- 4.5.8
- 4.5.7
- 4.5.6
- 4.5.5
- 4.5.4
- 4.5.3
- 4.5.2
- 4.5.1
- 4.5.0
- 4.4.4
- 4.4.3
- 4.4.2
- 4.4.1
- 4.4.0
- 4.3.0
- 4.2.0
- 4.1.1
- 4.1.0
- 4.0.5
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 3.0.1
- 3.0.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.1
- 2.7.0
- 2.6.1
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.1
- 2.0.0
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.1
- 1.3.0
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.2
- 1.0.1
- 1.0.0
- dev-renovate/major-phpstan-packages
- dev-renovate/codecov-codecov-action-5.x
- dev-renovate/doctrine-dbal-4.x
- dev-feat/switch-schema-strategy
- dev-fix/database-cleanup
This package is auto-updated.
Last update: 2024-11-21 15:40:46 UTC
README
A collection of test helper traits for symfony projects. Please look at the respective READMEs for details.
- Console Trait for command tests
- HTTP Client Trait for mocking http client
- Request Trait for test requests
- Schema Trait for doctrine dbal schema and data handling
- Snapshot Trait for creating snapshots
- ZIP Contents Trait for handling zip files