ymitsevich / funker
Symfony functional testing suite
0.0.5
2022-04-03 14:21 UTC
Requires
- php: ^7.4|^8
- doctrine/doctrine-fixtures-bundle: ^3.4
- nelmio/alice: ^3
- phpunit/phpunit: ^9
- symfony/property-access: ^5.4|^6.0
- symfony/property-info: ^5.4|^6.0
- symfony/yaml: ^5.3|^6.0
README
Issues:
In case of the error:
The service "nelmio_alice.property_accessor.std" has a dependency on a non-existent service "property_accessor". Did you mean this: "nelmio_alice.property_accessor.std"?
the solution has to be adding the property_access: ~ to the framework configuration:
(config/packages/framework.yaml).
Prerequisites
- Docker