mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
Running unit tests results in PHPUnit deprecation notice #6613
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mchekin on GitHub (Jan 26, 2021).
Running unit tests results in deprecation notices:
@ostrolucky commented on GitHub (Jan 30, 2021):
Thanks for noticing, but we don't need to have issue for that opened. They are just warnings and there isn't any good quick way to solve these.
@mchekin commented on GitHub (Jan 30, 2021):
@ostrolucky
Why not switching to
assertFileDoesNotExist?I would gladly create a pull request for that.
@ostrolucky commented on GitHub (Jan 30, 2021):
Because we need phpunit 8 so we can test with php 7.2