]> git.mxchange.org Git - friendica.git/commitdiff
comment out use clause
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 23 Apr 2018 06:47:42 +0000 (08:47 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 23 Apr 2018 06:47:42 +0000 (08:47 +0200)
tests/BaseObjectTest.php

index f56093b89deb2653f16fcc4d9b07f2320ed68bc0..4a60b9ec342ae54542a792b031d2e79c6fafac2b 100644 (file)
@@ -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.
  */