Skip to content

Commit

Permalink
Stupid me
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoirotte committed Feb 5, 2017
1 parent 7ce7a8a commit 04a8ef6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?php

if (!class_exists('PHPUnit_Framework_TestCase')) {
class_alias('\\PHPUnit\\Framework\\TestCase', 'PHPUnit_Framework_TestCase');
}

require_once(
__DIR__ .
DIRECTORY_SEPARATOR . '..' .
Expand All @@ -8,7 +12,3 @@
DIRECTORY_SEPARATOR . 'testenv' .
DIRECTORY_SEPARATOR . 'bootstrap.php'
);

if (!class_exists('PHPUnit_Framework_TestCase')) {
class_alias('\\PHPUnit\\Framework\\TestCase', 'PHPUnit_Framework_TestCase');
}

0 comments on commit 04a8ef6

Please sign in to comment.