529 Commits

Author SHA1 Message Date
Javier Eguiluz
0403aae2cb Merge branch '6.4' into 7.3
* 6.4:
  Remove some idioms and simplify expressions
2026-01-09 17:21:54 +01:00
Javier Eguiluz
c9b3b76d00 minor #21690 Remove some idioms and simplify expressions (javiereguiluz)
This PR was merged into the 6.4 branch.

Discussion
----------

 Remove some idioms and simplify expressions

The audience of Symfony docs is worlwide and mostly non-native in English, so let's try to use simpler expressions if possible.

Commits
-------

ec70ebc24 Remove some idioms and simplify expressions
2026-01-09 17:18:55 +01:00
Javier Eguiluz
ef9ad3a15d Merge branch '6.4' into 7.3
* 6.4:
  Fix some grammar issues
2026-01-08 16:44:18 +01:00
Javier Eguiluz
18ef54507f Fix some grammar issues 2026-01-08 16:36:18 +01:00
Javier Eguiluz
ec70ebc249 Remove some idioms and simplify expressions 2026-01-07 17:36:05 +01:00
Oskar Stark
70ae196be4 Merge branch '6.4' into 7.3
* 6.4:
  Update DOCtor-RST to 1.77.0 and enable `no_relative_doc_path` rule
2025-12-10 15:42:23 +01:00
Oskar Stark
67506ba833 Update DOCtor-RST to 1.77.0 and enable no_relative_doc_path rule 2025-12-10 15:42:11 +01:00
Javier Eguiluz
3b00093296 Merge branch '6.4' into 7.3
* 6.4:
  [Testing] Add a missing cross reference
2025-10-02 09:07:55 +02:00
Javier Eguiluz
b878bfec19 [Testing] Add a missing cross reference 2025-10-02 09:07:29 +02:00
Edin Rustempašić
95e5368e90 Fix incorrect security configuration structure in testing documentation
Fixed the YAML configuration structure for defining in-memory users in the test environment. The previous configuration was missing the required providers key, which would result in a configuration error.
2025-09-02 19:58:25 +02:00
Javier Eguiluz
ee511eaddc Merge branch '6.4' into 7.3
* 6.4:
  Updates related to the main PHPUnit configuration file
2025-08-11 08:53:56 +02:00
Javier Eguiluz
2b6d28bc50 Updates related to the main PHPUnit configuration file 2025-08-06 13:11:06 +02:00
Javier Eguiluz
9e1d58ebbf Merge branch '6.4' into 7.3
* 6.4:
  Tweaks
  PHPUnit Version update
2025-08-06 12:54:36 +02:00
Javier Eguiluz
df8ab070a0 Tweaks 2025-08-06 12:54:07 +02:00
Raistlfiren
c0a518da73 PHPUnit Version update
PHPUnit V10 uses `bootstrap` instead of `extension`.

- Element 'extension': This element is not expected. Expected is ( bootstrap ).
2025-08-06 12:45:37 +02:00
Javier Eguiluz
5e9f0688be Merge branch '6.4' into 7.3
* 6.4:
  fix typo
2025-08-04 08:35:15 +02:00
Sajad Torkamani
622c018c9f fix typo 2025-08-04 08:34:41 +02:00
Javier Eguiluz
e2f035ce05 Merge branch '7.2' into 7.3
* 7.2:
  [Testing] Update a section heading to improve search results
2025-07-23 16:48:40 +02:00
Javier Eguiluz
1816dc8d8f Merge branch '6.4' into 7.2
* 6.4:
  [Testing] Update a section heading to improve search results
2025-07-23 16:48:39 +02:00
Javier Eguiluz
609d93af6f [Testing] Update a section heading to improve search results 2025-07-23 12:06:50 +02:00
Javier Eguiluz
ddbbda2ff0 Merge branch '7.2' into 7.3
* 7.2:
  Fix a minor RST syntax issue
  Improve grammar and expressions for American English
2025-07-09 08:43:11 +02:00
Javier Eguiluz
78b9a86231 Merge branch '6.4' into 7.2
* 6.4:
  Fix a minor RST syntax issue
  Improve grammar and expressions for American English
2025-07-09 08:43:00 +02:00
Javier Eguiluz
eb840fde6e Fix a minor RST syntax issue 2025-07-09 08:40:48 +02:00
copilot-swe-agent[bot]
6914778eef Improve grammar and expressions for American English 2025-07-09 08:32:14 +02:00
Javier Eguiluz
c42aead2da Minor reword 2025-06-27 09:28:03 +02:00
Peter Potrowl
124be08d97 [Testing] Indicate how to use InMemoryUser in WebTestCase 2025-06-27 09:08:27 +02:00
Javier Eguiluz
81cdc89c28 Merge branch '6.4' into 7.2
* 6.4:
  [BrowserKit] Fix `submitForm` behaviour
2025-04-29 08:53:09 +02:00
Jorick Pepin
ce4cd4db8d [BrowserKit] Fix submitForm behaviour 2025-04-24 17:11:47 +02:00
Javier Eguiluz
0cf7e639ea Merge branch '6.4' into 7.2
* 6.4:
  [Testing] Reorganize the introduction of some articles
2025-02-20 09:27:34 +01:00
Javier Eguiluz
95cdcf643d [Testing] Reorganize the introduction of some articles 2025-02-19 15:58:03 +01:00
Nicolas Appriou
d159a4a03e [HttpFoundation] Update http response test constraint signature 2024-12-07 14:13:17 +01:00
Wouter de Jong
84ead23b4f Merge remote-tracking branch 'origin/6.4' into 7.1
* origin/6.4:
  Replaced caution blocks with warning
2024-12-07 12:11:20 +01:00
Timo Bakx
3849004fcc Replaced caution blocks with warning
Fixes #20371

Both blocks are currently rendered identically. Keeping only one of the two makes it easier to contribute.

Some blocks were elevated to danger.
2024-12-07 12:02:55 +01:00
Javier Eguiluz
5fb5ca27cc Merge branch '6.4' into 7.1
* 6.4:
  Update testing.rst
  [DomCrawler] Fixing code typo
2024-10-02 10:03:11 +02:00
Javier Eguiluz
68ca94309f Merge branch '5.4' into 6.4
* 5.4:
  Update testing.rst
2024-10-02 10:03:08 +02:00
Damien Louis
9cedefa06b Update testing.rst 2024-10-02 10:02:52 +02:00
Javier Eguiluz
246329bae4 Merge branch '6.4' into 7.1
* 6.4:
  Typo correction testing.rst
2024-09-18 09:37:49 +02:00
Jürgen
b3fcbd0951 Typo correction testing.rst 2024-09-18 09:37:07 +02:00
Christian Flothmann
8246839c8f Merge branch '6.4' into 7.1
* 6.4:
  minor : the process method from CompilerPassInterface should be public
2024-08-08 13:35:36 +02:00
Christian Flothmann
7887318e40 Merge branch '5.4' into 6.4
* 5.4:
  minor : the process method from CompilerPassInterface should be public
2024-08-08 13:35:19 +02:00
Baptiste Lafontaine
f206ee76de minor : the process method from CompilerPassInterface should be public
Since the method is defined in CompilerPassInterface as public, it should be defined as public in the Kernel.
2024-08-08 12:03:56 +02:00
Christian Flothmann
0f099f9287 Merge branch '6.4' into 7.1
* 6.4:
  Update reproducer.rst: Minor rewording
  [DomCrawler] fixes typo `Form::getFields()` -> `Form::getFiles()`
  Fix redis adapter config to work with tags
2024-08-06 10:20:45 +02:00
Christian Flothmann
8ab4383cca Merge branch '5.4' into 6.4
* 5.4:
  Update reproducer.rst: Minor rewording
  [DomCrawler] fixes typo `Form::getFields()` -> `Form::getFiles()`
  Fix redis adapter config to work with tags
2024-08-06 10:20:26 +02:00
Michael Hirschler
8cfb8e0642 [DomCrawler] fixes typo Form::getFields() -> Form::getFiles() 2024-08-06 10:15:52 +02:00
Javier Eguiluz
a29413a9e6 Merge branch '6.4' into 7.0
* 6.4:
  Update advice
2024-07-23 10:41:02 +02:00
Javier Eguiluz
a26d9d3ae3 Merge branch '5.4' into 6.4
* 5.4:
  Update advice
2024-07-23 10:40:56 +02:00
Javier Eguiluz
ce65dc602a Minor tweak 2024-07-23 10:40:43 +02:00
Javier Eguiluz
f39ec022e8 minor #19889 Update advice (devojifr)
This PR was merged into the 5.4 branch.

Discussion
----------

Update advice

Update advice to keep same type of tests mentioned in the documentation.

Commits
-------

0496c33aa Update advice
2024-07-23 10:26:11 +02:00
Javier Eguiluz
4ae5fbf290 Merge branch '6.4' into 7.0
* 6.4:
  Replace serverVersion example values with full version numbers
2024-06-10 09:06:43 +02:00
Javier Eguiluz
802dc735fe Merge branch '5.4' into 6.4
* 5.4:
  Replace serverVersion example values with full version numbers
2024-06-10 09:06:41 +02:00