14 Commits

Author SHA1 Message Date
Nicolas Grekas
c4f373cbc4 Merge branch '8.0' into 8.1
* 8.0:
  [Serializer] Fix handling of constructor enum denormalization errors
  [Console] ProgressIndicator console helper display with multiple processes
  [HttpFoundation] Handle empty session data in updateTimestamp() to fix compat with PHP 8.6
  [Console] Fix arguments set via #[Ask] wrongly considered null in profiler
  [Cache] Wrap `DoctrineDbalAdapter::doSave()` in savepoint to prevent transaction poisoning
  Update security-1.0.xsd with missing oauth2 element
  [Console] Silence shell_exec warning in hasSttyAvailable
  [Validator] Sync validators.pt.xlf
  Minor: Review and finalize Latvian translations for validators
  streamline ini settings in phpunit.xml.dist files
  stop using with*() without expects()
  stop using with*() without expects()
  TypeContextFactory::collectTemplates now also works with @phpstan-template and @psalm-template
2026-02-21 17:40:49 +01:00
Christian Flothmann
788157da03 stop using with*() without expects() 2026-02-18 10:46:18 +01:00
Nicolas Grekas
d3943e32a1 Merge branch '8.0' into 8.1
* 8.0:
  do not use PHPUnit mock objects without configured expectations
  [FrameworkBundle] Fix mocking decorated services in tests
  fix lowest required Serializer component version
  do not use PHPUnit mock objects without configured expectations
  do not use PHPUnit mock objects without configured expectations
  do not use PHPUnit mock objects without configured expectations
  do not use PHPUnit mock objects without configured expectations
  do not use PHPUnit mock objects without configured expectations
2026-01-07 13:23:32 +01:00
Christian Flothmann
94acbe5bdb Merge branch '7.3' into 7.4
* 7.3:
  do not use PHPUnit mock objects without configured expectations
  do not use PHPUnit mock objects without configured expectations
  do not use PHPUnit mock objects without configured expectations
  do not use PHPUnit mock objects without configured expectations
2026-01-07 12:56:45 +01:00
Christian Flothmann
5e59a6f143 do not use PHPUnit mock objects without configured expectations 2026-01-07 11:02:44 +01:00
Christian Flothmann
ac1ddbc475 Merge branch '8.0' into 8.1
* 8.0:
  fix merge
  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:44:28 +01:00
Christian Flothmann
9744bd05b7 fix merge 2026-01-06 13:40:39 +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
Dariusz Ruminski
ef7f276afd PHP CS Fixer: enable static_lambda 2025-12-19 09:33:17 +01:00
Dariusz Ruminski
8965ae6d73 chore: PHP CS Fixer - restore PHP / PHPUnit rulesets 2025-08-12 22:20:59 +02: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
Mathieu Santostefano
e56da792d2 Rename TranslationUpdateCommand to TranslationExtract command to match the command name 2024-12-07 08:57:54 +01:00