%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/conference/vendor/phar-io/manifest/tests/xml/
Upload File :
Create Path :
Current File : /var/www/html/conference/vendor/phar-io/manifest/tests/xml/ComponentElementCollectionTest.php

<?php

namespace PharIo\Manifest;

use DOMDocument;

class ComponentElementCollectionTest extends \PHPUnit_Framework_TestCase {
    public function testComponentElementCanBeRetrievedFromCollection() {
        $dom = new DOMDocument();
        $dom->loadXML('<?xml version="1.0" ?><component xmlns="https://phar.io/xml/manifest/1.0" />');
        $collection = new ComponentElementCollection($dom->childNodes);

        foreach($collection as $componentElement) {
            $this->assertInstanceOf(ComponentElement::class, $componentElement);
        }
    }

}

Zerion Mini Shell 1.0