Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Support symfony 7 #40

Merged
merged 2 commits into from
Oct 2, 2024
Merged

Support symfony 7 #40

merged 2 commits into from
Oct 2, 2024

Conversation

Wiktor6
Copy link
Contributor

@Wiktor6 Wiktor6 commented Sep 30, 2024

AC

  • support symfony 7
  • drop support symfony < 6

@Wiktor6 Wiktor6 force-pushed the support-symfony-7 branch from dbb6178 to e6c69bc Compare October 1, 2024 08:49
@Wiktor6 Wiktor6 requested a review from lukasz-falda October 1, 2024 08:50
composer.json Outdated
"roave/security-advisories": "dev-latest",
"symfony/phpunit-bridge": "^6.2.7"
"symfony/phpunit-bridge": "^6.4|^7.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why 6|7? This is for develop, use newest possible

phpunit.xml.dist Outdated
@@ -1,23 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use file from vendor

backupGlobals="false"
colors="true"
convertDeprecationsToExceptions="false"
cacheDirectory=".phpunit.cache"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this not default or something?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to the documentation there is no default param for this one https://docs.phpunit.de/en/11.3/configuration.html#the-cachedirectory-attribute.

@Wiktor6 Wiktor6 force-pushed the support-symfony-7 branch from 02f1f47 to 8c2e504 Compare October 2, 2024 21:03
@Wiktor6 Wiktor6 merged commit 78cbcd4 into main Oct 2, 2024
3 checks passed
@Wiktor6 Wiktor6 deleted the support-symfony-7 branch October 2, 2024 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants