mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:42:53 +00:00
there are more then 1 test ATM
This commit is contained in:
parent
c31a54175d
commit
61a380975b
1 changed files with 6 additions and 2 deletions
|
@ -5,12 +5,16 @@
|
|||
|
||||
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.
|
||||
*/
|
||||
class TextTest extends PHPUnit_Framework_TestCase
|
||||
class TextTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue