Skip to content

Commit

Permalink
Add an alias for Deprecated to be compatible with PHP5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Aug 26, 2017
1 parent 65c6e1c commit b6ce0fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/phpunit_aliases.php
Expand Up @@ -7,4 +7,5 @@
class_alias('PHPUnit_Framework_Test', 'PHPUnit\Framework\Test');
class_alias('PHPUnit_Framework_AssertionFailedError', 'PHPUnit\Framework\AssertionFailedError');
class_alias('PHPUnit_Framework_TestSuite', 'PHPUnit\Framework\TestSuite');
class_alias('PHPUnit_Framework_Error_Deprecated', 'PHPUnit\Framework\Error\Deprecated');
}

0 comments on commit b6ce0fe

Please sign in to comment.