From: Tobias Diekershoff Date: Mon, 23 Apr 2018 06:47:42 +0000 (+0200) Subject: comment out use clause X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c31a54175d6f9be95bc7a05fea2bf4f0b7c3bf6f;p=friendica.git comment out use clause --- diff --git a/tests/BaseObjectTest.php b/tests/BaseObjectTest.php index f56093b89d..4a60b9ec34 100644 --- a/tests/BaseObjectTest.php +++ b/tests/BaseObjectTest.php @@ -11,7 +11,7 @@ use Friendica\BaseObject; if (!class_exists('\PHPUnit\Framework\TestCase')) { class_alias('\PHPUnit_Framework_TestCase', '\PHPUnit\Framework\TestCase'); } -use \PHPUnit_Framework_TestCase; +#use \PHPUnit_Framework_TestCase; /** * Tests for the BaseObject class. */