|
|
@@ -11,6 +11,7 @@ if (class_exists('PHPUnit_Runner_Version')) {
|
|
|
class_alias('PHPUnit_Framework_TestResult', 'PHPUnit\Framework\TestResult');
|
|
|
class_alias('PHPUnit_Framework_Error', 'PHPUnit\Framework\Error\Error');
|
|
|
class_alias('PHPUnit_Framework_Error_Deprecated', 'PHPUnit\Framework\Error\Deprecated');
|
|
|
+ class_alias('PHPUnit_Framework_Error_Notice', 'PHPUnit\Framework\Error\Notice');
|
|
|
class_alias('PHPUnit_Framework_Error_Warning', 'PHPUnit\Framework\Error\Warning');
|
|
|
class_alias('PHPUnit_Framework_ExpectationFailedException', 'PHPUnit\Framework\ExpectationFailedException');
|
|
|
}
|