Skip to content

Commit

Permalink
Update c3.php
Browse files Browse the repository at this point in the history
  • Loading branch information
DavertMik committed Feb 19, 2018
1 parent 0e06eb9 commit c7348bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c3.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class_alias('SebastianBergmann\CodeCoverage\Report\Xml\Facade', 'PHP_CodeCoverag
class_alias('SebastianBergmann\CodeCoverage\Exception', 'PHP_CodeCoverage_Exception');
}
// phpunit version
if (!class_exists('PHPUnit_Runner_Version' && class_exists('PHPUnit\Runner\Version')) {
if (!class_exists('PHPUnit_Runner_Version') && class_exists('PHPUnit\Runner\Version')) {
class_alias('PHPUnit\Runner\Version', 'PHPUnit_Runner_Version');
}

Expand Down

0 comments on commit c7348bb

Please sign in to comment.