PHP code example of shulard / atoum-xml-extension
1. Go to this page and download the library: Download shulard/atoum-xml-extension library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
shulard / atoum-xml-extension example snippets
namespace shulard\example\xml;
use atoum;
class foo extends atoum\test
{
public function testXMLDocument()
{
$xml = <<<XML
<?xml version="1.0"
// .atoum.php
xml;
$runner->addExtension(new xml\extension($script));
namespace shulard\example\xml;
use atoum;
class foo extends atoum\test
{
/**
* Test attribute on nodes
*/
public function testAttributes()
{
$xml = <<<XML
<?xml version="1.0"