recipes icon indicating copy to clipboard operation
recipes copied to clipboard

Symfony Recipes Repository

Results 47 recipes issues
Sort by recently updated
recently updated
newest added

| Q | A | ------------- | --- | License | MIT | Doc issue/PR | none Reasons: * It's good practice anyway IMO, especially when blocks are getting longer...

| Q | A | ------------- | --- | License | MIT | Doc issue/PR | symfony/symfony-docs#... This will add a recipe for PHPUnit 10: Following changes: - `listeners` do...

| Q | A | ------------- | --- | License | MIT | Doc issue/PR | symfony/symfony-docs#... Hi, this PR follows https://github.com/symfony/ux/issues/1177#issuecomment-1757659579. The added lines were removed from the documentation,...

| Q | A | ------------- | --- | License | MIT | Doc issue/PR | n/a phpunit-bridge manages phpunit.xsd in the folder `vendor/bin/.phpunit/phpunit.xsd` this allows config to be verified...

| Q | A | ------------- | --- | License | MIT | Doc issue/PR | symfony/symfony-docs#... - Provides a valid `phpunit.xml.dist` for when a user `composer require phpunit/phpunit`. -...

I created a new Symfony 5.4 project (5.4 specifically because I needed to use PHP 7.4), using `symfony new --webapp`, and the security configuration (`config/packages/security.yml`) generated by default has the...

| Q | A | ------------- | --- | License | MIT | Doc issue/PR | - Instead of #1314 Related to https://github.com/symfony/symfony/pull/56985, https://github.com/symfony/symfony/pull/56831 and https://github.com/symfony/symfony/pull/56838

| Q | A | ------------- | --- | License | MIT | Doc issue/PR | - Follows #1299 and #1302 Possible after https://github.com/symfony/symfony/pull/54720 /cc @bobvandevijver we could now deprecate...

| Q | A | ------------- | --- | License | MIT | Doc issue/PR | see below - [ ] https://github.com/symfony/maker-bundle/pull/1539 introduces 2 new configuration params `generate_final_classes` & `generate_final_entities`...

### Symfony version(s) affected 7.0.7 ### Description getting the following error while running WebTestCase tests ```bash symfony php bin/phpunit PHPUnit 9.6.19 by Sebastian Bergmann and contributors. Testing E 1 /...

bug