Yaffs site version 1.1
[yaffs-website] / vendor / phpunit / phpunit / tests / Regression / GitHub / 1472.phpt
1 --TEST--
2 GH-1472: assertEqualXMLStructure modifies the tested elements
3 --SKIPIF--
4 <?php
5 // See: https://github.com/facebook/hhvm/issues/4669
6 if (defined('HHVM_VERSION')) {
7     print 'skip: HHVM does not support cloning DOM nodes';
8 }
9 ?>
10 --FILE--
11 <?php
12 $_SERVER['argv'][1] = '--no-configuration';
13 $_SERVER['argv'][2] = 'Issue1472Test';
14 $_SERVER['argv'][3] = dirname(__FILE__) . '/1472/Issue1472Test.php';
15
16 require __DIR__ . '/../../bootstrap.php';
17 PHPUnit_TextUI_Command::main();
18 ?>
19 --EXPECTF--
20 PHPUnit %s by Sebastian Bergmann and contributors.
21
22 .
23
24 Time: %s, Memory: %s
25
26 OK (1 test, 4 assertions)