Skip to content

Commit

Permalink
Get rid of autoloading workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed May 7, 2014
1 parent db3ea12 commit 5e65d6b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions framework/Test/lib/Horde/Test/AllTests.php
Expand Up @@ -12,16 +12,6 @@
* @link http://www.horde.org/components/Horde_Test
*/

if (!@include_once 'PHPUnit/Autoload.php') {
/* Try to load PHAR-based phpunit. */
set_include_path(get_include_path() . PATH_SEPARATOR . getenv('PATH'));
$GLOBALS['_SERVER']['SCRIPT_NAME'] = '-';
ob_start();
@include_once 'phpunit';
ob_end_clean();
restore_include_path();
}

/**
* Horde base test suite
*
Expand Down

0 comments on commit 5e65d6b

Please sign in to comment.