comparator icon indicating copy to clipboard operation
comparator copied to clipboard

Fix weak comparison between `'0'` and `false`

Open mvorisek opened this issue 2 years ago • 1 comments

fixes https://github.com/sebastianbergmann/phpunit/issues/4967

mvorisek avatar May 21 '22 20:05 mvorisek

@sebastianbergmann can you please merge this fix into 3.0 - 5.0 to fix phpunit 8.5 and 9.5?

Github Actions CI should be probably backported to 3.0 branch too, but I run the tests and they are passing.

mvorisek avatar Jun 01 '22 10:06 mvorisek

Thank you.

Versions 3.0.4 and 4.0.7 have been tagged, https://github.com/sebastianbergmann/phpunit/pull/4972 can be updated.

sebastianbergmann avatar Sep 14 '22 06:09 sebastianbergmann