mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:02:58 +00:00
Update and rename test class
update and rename test class.
This commit is contained in:
parent
186cd1d415
commit
cace4a8991
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* @file tests/src/Util/StringsTest.php
|
* @file tests/src/Util/XmlTest.php
|
||||||
*/
|
*/
|
||||||
namespace Friendica\Test\Util;
|
namespace Friendica\Test\Util;
|
||||||
|
|
||||||
use Friendica\Util\Strings;
|
use Friendica\Util\XML;
|
||||||
use PHPUnit\Framework\TestCase;
|
use PHPUnit\Framework\TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Strings utility test class
|
* @brief XML utility test class
|
||||||
*/
|
*/
|
||||||
class StringsTest extends TestCase
|
class XmlTest extends TestCase
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* escape and unescape
|
* escape and unescape
|
Loading…
Reference in a new issue