Christian Flothmann
e61842281e
Merge branch '6.4' into 7.4
...
* 6.4:
remove usages of the deprecated any() invoked count expectation
Minor: Fix Portuguese (pt) translations for validators
[Serializer] Fix passing context option to property-info
[CssSelector] Add LRU cache to CssSelectorConverter
2026-02-17 08:53:42 +01:00
Christian Flothmann
51b8af9e60
remove usages of the deprecated any() invoked count expectation
2026-02-16 21:44:03 +01:00
Christian Flothmann
029303f5c3
Merge branch '7.3' into 7.4
...
* 7.3:
fix merge
do not use PHPUnit mock objects without configured expectations
do not use PHPUnit mock objects without configured expectations
Typo
[HttpClient] Fix and test replacing repeated headers with CachingHttpClient
[Messenger] Fix processing batches
do not use PHPUnit mock objects without configured expectations
do not use PHPUnit mock objects without configured expectations
2026-01-06 13:34:24 +01:00
Christian Flothmann
516235ecf3
Merge branch '6.4' into 7.3
...
* 6.4:
do not use PHPUnit mock objects without configured expectations
do not use PHPUnit mock objects without configured expectations
[HttpClient] Fix and test replacing repeated headers with CachingHttpClient
[Messenger] Fix processing batches
do not use PHPUnit mock objects without configured expectations
do not use PHPUnit mock objects without configured expectations
2026-01-06 13:19:16 +01:00
Christian Flothmann
1d41e1f75a
do not use PHPUnit mock objects without configured expectations
2026-01-05 14:01:46 +01:00
Christian Flothmann
7095ef54a5
replace PHPUnit annotations with attributes
2025-08-04 09:05:15 +02:00
HypeMC
ccdd87db3c
[Console] Simplify using invokable commands when the component is used standalone
2025-06-09 17:40:54 +02:00
Christian Flothmann
2ce6f817c4
do not mock the ContainerInterface
2024-01-17 17:02:35 +01:00
Nicolas Grekas
4942e74faa
Merge branch '6.3' into 6.4
...
* 6.3:
[Console] Fix horizontal table top border is incorrectly rendered
[Tests] Streamline
[Uid] Fix UuidV7 collisions within the same ms
[Validator] updated Romanian translation
2023-10-31 09:18:17 +01:00
Nicolas Grekas
f7042aa0e8
Merge branch '5.4' into 6.3
...
* 5.4:
[Tests] Streamline
[Validator] updated Romanian translation
2023-10-31 09:07:48 +01:00
Oskar Stark
4eeac66c8b
[Tests] Streamline
2023-10-31 08:58:33 +01:00
Nicolas Grekas
aae2c3f0ac
Use typed properties in tests as much as possible
2023-07-25 10:53:33 +02:00
Nicolas Grekas
d3033d47ca
Merge branch '5.4' into 6.2
...
* 5.4:
Migrate to `static` data providers using `rector/rector`
2023-02-14 09:44:56 +01:00
Oskar Stark
7e1dafb074
Migrate to static data providers using rector/rector
2023-02-14 09:03:56 +01:00
Nicolas Grekas
2f3f5384cd
Bump minimum version of PHP to 8.1
2022-02-25 12:15:52 +01:00
andyexeter
bdf28ddc2f
Add completion for cache:pool:clear and cache:pool:delete commands
2021-10-21 13:22:52 +01:00
Tobias Schultze
b616b87fad
fix intersection types in tests
2021-07-21 15:02:15 +02:00
Nicolas Grekas
bd920dd158
Fix intersection types on tests
2021-07-21 13:47:49 +02:00
Oskar Stark
790f1db60d
Use createMock() and use import instead of FQCN
2021-01-27 10:09:26 +01:00
Fabien Potencier
4b671a1bd4
Use ::class keyword when possible
2021-01-11 09:57:50 +01:00
Mario Blažek
6e1ab87e04
Remove deprecated assertContains
2019-08-07 10:22:11 +02:00
Nicolas Grekas
a1e07c5276
Merge branch '3.4' into 4.3
...
* 3.4:
[Form] Fix inconsistencies
Use Phpunit FQDN in tests comments
2019-08-05 16:23:38 +02:00
Nicolas Grekas
50f16f0b08
Merge branch '3.4' into 4.3
...
* 3.4:
cs fix
Replace calls to setExpectedException by Pollyfill
2019-08-01 23:16:14 +02:00
Luis Pabon
0481d067f3
Ensure signatures for setUp|tearDown|setUpAfterClass|tearDownAfterClass methods in tests are compatible with phpunit 8.2
2019-08-01 13:15:50 +02:00
Fabien Potencier
3d7aab208e
fixed CS
2019-01-16 19:35:49 +01:00
Pierre du Plessis
5f6b8a2875
[FrameworkBundle] Add command to delete an item from a cache pool
2018-03-02 13:13:00 +01:00