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

[BUGFIX] Avoid using deprecated classes and methods #1014

Merged
merged 1 commit into from Jun 26, 2022

Conversation

oliverklee
Copy link
Owner

Fixes #828

@coveralls
Copy link

Pull Request Test Coverage Report for Build 2563998233

  • 69 of 100 (69.0%) changed or added relevant lines in 6 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.8%) to 90.848%

Changes Missing Coverage Covered Lines Changed/Added Lines %
Classes/Mapper/FrontEndUserMapper.php 6 8 75.0%
Classes/Configuration/AbstractConfigurationCheck.php 6 9 66.67%
Classes/Domain/Repository/PageRepository.php 4 7 57.14%
Classes/Mapper/AbstractDataMapper.php 8 15 53.33%
Classes/Testing/TestingFramework.php 44 60 73.33%
Totals Coverage Status
Change from base Build 2562058315: -0.8%
Covered Lines: 2700
Relevant Lines: 2972

💛 - Coveralls

@oliverklee oliverklee merged commit 1a30b3c into main Jun 26, 2022
@oliverklee oliverklee deleted the cleanup/deprecated branch June 26, 2022 11:35
oliverklee added a commit that referenced this pull request Jun 26, 2022
Also make some type annotations more specific.

Fixes #1014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Check for deprecated method calls
2 participants