Skip to content

Commit

Permalink
autoload fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bupy7 committed Jan 30, 2022
1 parent f8c5149 commit 9426fd6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/TestCase.php
@@ -1,14 +1,10 @@
<?php

if (version_compare(PHP_VERSION, '7.1.0', '>=')) {
require_once __DIR__ . '/Php71TestCase.php';

class TestCase extends Php71TestCase
{
}
} else {
require_once __DIR__ . '/Php56TestCase.php';

class TestCase extends Php56TestCase
{
}
Expand Down

0 comments on commit 9426fd6

Please sign in to comment.