We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d649dd + aa8767c commit 8a17273Copy full SHA for 8a17273
1 file changed
src/Codeception/function.php
@@ -1,4 +1,8 @@
1
<?php
2
+if (!class_exists('PHPUnit_Framework_Assert') && class_exists('PHPUnit\Framework\Assert')) {
3
+ class_alias('PHPUnit\Framework\Assert', 'PHPUnit_Framework_Assert');
4
+}
5
+
6
if (!function_exists('verify')) {
7
8
/**
0 commit comments