This commit is contained in:
TomasVotruba 2021-05-12 19:00:09 +01:00
parent 566e171c36
commit 11c53972e5

View File

@ -74,8 +74,7 @@ return [
// see https://regex101.com/r/v8zRMm/1
return Strings::replace(
$content, '
#' . $prefix . '\\\\PHPUnit\\\\Framework\\\\ExpectationFailedException',
#',
#' . $prefix . '\\\\PHPUnit\\\\Framework\\\\ExpectationFailedException#',
'PHPUnit\Framework\ExpectationFailedException'
);
},