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

Test integration with the fixtures. #95 #97

Merged
merged 2 commits into from Apr 16, 2022

Conversation

SanderVerkuil
Copy link
Contributor

Writes another tests based with fixtures, but for some reason the issue doesn't come up here, while it should. Maybe it has something to do with garbage collection, or some other weird optimization from Doctrine?

src/Event/Dto/RemoveEventDto.php Outdated Show resolved Hide resolved
src/Provider/Doctrine/Auditing/Transaction/AuditTrait.php Outdated Show resolved Hide resolved
*/
private function value(EntityManagerInterface $entityManager, Type $type, $value)
private function value(EntityManagerInterface $entityManager, Type $type, $value): mixed
Copy link
Owner

Choose a reason for hiding this comment

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

Same here, this will break with PHP 7.x

@codecov-commenter
Copy link

Codecov Report

Merging #97 (82e2077) into master (3d3d162) will increase coverage by 0.27%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #97      +/-   ##
==========================================
+ Coverage   94.47%   94.75%   +0.27%     
==========================================
  Files          40       40              
  Lines        1431     1431              
==========================================
+ Hits         1352     1356       +4     
+ Misses         79       75       -4     
Impacted Files Coverage Δ
...der/Doctrine/Auditing/Event/DoctrineSubscriber.php 95.23% <0.00%> (+9.52%) ⬆️
.../Provider/Doctrine/Auditing/Logger/LoggerChain.php 100.00% <0.00%> (+20.00%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3d3d162...82e2077. Read the comment docs.

@DamienHarper DamienHarper merged commit 0aebff7 into DamienHarper:master Apr 16, 2022
@SanderVerkuil SanderVerkuil changed the title Draft: Test integration with the fixtures. #95 Test integration with the fixtures. #95 Apr 17, 2022
@SanderVerkuil SanderVerkuil mentioned this pull request May 16, 2022
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.

None yet

3 participants