| Línea 27... |
Línea 27... |
| 27 |
* @package core
|
27 |
* @package core
|
| 28 |
* @category test
|
28 |
* @category test
|
| 29 |
* @copyright 2017 Kilian Singer {@link http://quantumtechnology.info}
|
29 |
* @copyright 2017 Kilian Singer {@link http://quantumtechnology.info}
|
| 30 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
30 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
| 31 |
*/
|
31 |
*/
|
| 32 |
class xmlize_test extends \basic_testcase {
|
32 |
final class xmlize_test extends \basic_testcase {
|
| 33 |
/**
|
33 |
/**
|
| 34 |
* Test an XML import using a valid XML file.
|
34 |
* Test an XML import using a valid XML file.
|
| 35 |
*
|
35 |
*
|
| 36 |
* The test expected file was generated using the original xmlize
|
36 |
* The test expected file was generated using the original xmlize
|
| 37 |
* implentation found at https://github.com/rmccue/XMLize/blob/master/xmlize-php5.inc.
|
37 |
* implentation found at https://github.com/rmccue/XMLize/blob/master/xmlize-php5.inc.
|