Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 2a20c0f

Browse files
authored
Update shim.php
1 parent b90b945 commit 2a20c0f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/shim.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<?php
22
// @codingStandardsIgnoreStart
33
// Add aliases for PHPUnit 6
4-
namespace {
5-
require_once __DIR__ . '/../vendor/autoload.php';
4+
namespace {
65

76
if (!class_exists('PHPUnit\Framework\Assert') && class_exists('PHPUnit_Framework_Assert')) {
87
class_alias('PHPUnit_Framework_Assert', 'PHPUnit\Framework\Assert');

0 commit comments

Comments
 (0)