comment out use clause

This commit is contained in:
Tobias Diekershoff 2018-04-23 08:47:42 +02:00
parent 0a58637ace
commit c31a54175d
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ use Friendica\BaseObject;
if (!class_exists('\PHPUnit\Framework\TestCase')) { if (!class_exists('\PHPUnit\Framework\TestCase')) {
class_alias('\PHPUnit_Framework_TestCase', '\PHPUnit\Framework\TestCase'); class_alias('\PHPUnit_Framework_TestCase', '\PHPUnit\Framework\TestCase');
} }
use \PHPUnit_Framework_TestCase; #use \PHPUnit_Framework_TestCase;
/** /**
* Tests for the BaseObject class. * Tests for the BaseObject class.
*/ */