there are more then 1 test ATM

This commit is contained in:
Tobias Diekershoff 2018-04-23 08:53:46 +02:00
parent c31a54175d
commit 61a380975b
1 changed files with 6 additions and 2 deletions

View File

@ -5,12 +5,16 @@
namespace Friendica\Test; namespace Friendica\Test;
use PHPUnit_Framework_TestCase; //use PHPUnit_Framework_TestCase;
// backward compatibility
if (!class_exists('\PHPUnit\Framework\TestCase')) {
class_alias('\PHPUnit_Framework_TestCase', '\PHPUnit\Framework\TestCase');
}
/** /**
* Tests for text functions. * Tests for text functions.
*/ */
class TextTest extends PHPUnit_Framework_TestCase class TextTest extends \PHPUnit\Framework\TestCase
{ {
/** /**