comment out use clause

Este commit está contenido en:
Tobias Diekershoff 2018-04-23 08:47:42 +02:00
padre 0a58637ace
commit c31a54175d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -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.
*/