Skip to content

Conversation

@mbabker
Copy link
Contributor

@mbabker mbabker commented Oct 29, 2025

As advertised

static::assertStringStartsWith('Proxy', get_class($test));

/** @phpstan-ignore-next-line function.alreadyNarrowedType */
if (method_exists($this->dm, 'isUninitializedObject')) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This doesn't exist in the lowest supported ODM version

Comment on lines +50 to +53
// Ignore unfixable deprecations
Deprecation::ignoreDeprecations(
'https://github.com/doctrine-extensions/DoctrineExtensions/pull/2772', // Ignore annotations deprecations from self
);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is useful if you're running with <env name="DOCTRINE_DEPRECATIONS" value="trigger"/> in a custom phpunit.xml to see more of the triggered deprecations

"doctrine/common": "^2.13 || ^3.0",
"doctrine/dbal": "^3.7 || ^4.0",
"doctrine/doctrine-bundle": "^2.3",
"doctrine/doctrine-bundle": "^2.3 || ^3.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Allows testing with the new major (nothing changed here for this package anyway)

@codecov
Copy link

codecov bot commented Oct 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.74%. Comparing base (eb53dfc) to head (179088a).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3003      +/-   ##
==========================================
+ Coverage   78.56%   78.74%   +0.17%     
==========================================
  Files         169      169              
  Lines        8803     8689     -114     
==========================================
- Hits         6916     6842      -74     
+ Misses       1887     1847      -40     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant