-
-
Notifications
You must be signed in to change notification settings - Fork 107
Test SF 8 #1022
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
base: 2.x
Are you sure you want to change the base?
Test SF 8 #1022
Conversation
| "phpstan/phpstan-doctrine": "^2.0", | ||
| "phpstan/phpstan-phpunit": "^2.0" | ||
| "phpstan/phpstan-phpunit": "^2.0", | ||
| "symfony/var-exporter": "^7" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
phpstan doctrine still needs var-exporter 7
| yield from parent::registerBundles(); | ||
|
|
||
| yield new MakerBundle(); | ||
| // yield new MakerBundle(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| if (!TestKernel::canUseLegacyProxy()) { | ||
| yield []; | ||
| return; | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is currently mandatory in order to still be able to test proxies in data providers
I think I will start working on Foundry 3 very soon because I can't stand this complexity in the tests anymore
| public static function setUpBeforeClass(): void | ||
| { | ||
| self::markTestSkipped(); | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "symfony/property-access": "^8.0", | ||
| "symfony/property-info": "^8.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was the only way I found to upgade to beta locally
| See https://github.com/zenstruck/foundry/blob/2.x/UPGRADE-2.7.md to upgrade.]]></issue> | ||
|
|
||
| <issue><![CDATA[Support for MySQL < 8 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:75 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal)]]></issue> | ||
| <issue><![CDATA[Since doctrine/doctrine-bundle 3.1: The "auto_mapping" option is deprecated and will be removed in DoctrineBundle 4.0, as it only accepts `false` since 3.0.]]></issue> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can't make disappear this deprec... I think there is a problem in Doctrine bundle
few dependencies still not support SF 8: