Skip to content

Commit 9426fd6

Browse files
committed
autoload fixes
1 parent f8c5149 commit 9426fd6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/TestCase.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
<?php
22

33
if (version_compare(PHP_VERSION, '7.1.0', '>=')) {
4-
require_once __DIR__ . '/Php71TestCase.php';
5-
64
class TestCase extends Php71TestCase
75
{
86
}
97
} else {
10-
require_once __DIR__ . '/Php56TestCase.php';
11-
128
class TestCase extends Php56TestCase
139
{
1410
}

0 commit comments

Comments
 (0)