Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Erlaube Symfony 6-Komponenten (Case 173415) #35

Merged
merged 6 commits into from
Jul 16, 2024
Merged

Conversation

relthyg
Copy link
Member

@relthyg relthyg commented Jul 16, 2024

  • Allow Symfony 6 components: 87e09b9
  • Add return types: a61d87b
  • Use MASTER_REQUEST instead of MAIN_REQUEST: 050ff13
  • Use static::getContainer() instead of static::$container in tests: 39744c7
  • Fix PHP version in test: b2a9ff8
  • Drop Symfony 4 compitibility. Symfony 4 compatibility is no longer possible, as it doesn't provide the method KernelTestCase::getContainer(): 68584b7

@relthyg relthyg changed the title Erlaube Symfony 6-Komponenten Erlaube Symfony 6-Komponenten (Case 173415) Jul 16, 2024
Kompatibilität mit Symfony 4.4 und gleichzeitig 6.4 ist hier nicht möglich, weil in 4.4 der `KernelTestCase` die Methode `getContainer()` noch nicht kennt und in 6.4 die Eigenschaft `$container` nicht mehr.
@relthyg relthyg merged commit bebb9fa into master Jul 16, 2024
5 checks passed
@relthyg relthyg deleted the 173415_symfony6 branch July 16, 2024 13:14
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant