We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b90b945 commit 2a20c0fCopy full SHA for 2a20c0f
1 file changed
src/shim.php
@@ -1,8 +1,7 @@
1
<?php
2
// @codingStandardsIgnoreStart
3
// Add aliases for PHPUnit 6
4
-namespace {
5
- require_once __DIR__ . '/../vendor/autoload.php';
+namespace {
6
7
if (!class_exists('PHPUnit\Framework\Assert') && class_exists('PHPUnit_Framework_Assert')) {
8
class_alias('PHPUnit_Framework_Assert', 'PHPUnit\Framework\Assert');
0 commit comments