mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-23 03:19:10 -04:00
ALPHA 3.0.2a
This commit is contained in:
@@ -4,7 +4,7 @@ namespace PharIo\Manifest;
|
||||
|
||||
use DOMDocument;
|
||||
|
||||
class AuthorElementCollectionTest extends \PHPUnit_Framework_TestCase {
|
||||
class AuthorElementCollectionTest extends \PHPUnit\Framework\TestCase {
|
||||
public function testAuthorElementCanBeRetrievedFromCollection() {
|
||||
$dom = new DOMDocument();
|
||||
$dom->loadXML('<?xml version="1.0" ?><author xmlns="https://phar.io/xml/manifest/1.0" name="Reiner Zufall" email="reiner@zufall.de" />');
|
||||
|
||||
Reference in New Issue
Block a user