2014-02-24 19:17:06 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
date_default_timezone_set('UTC');
|
|
|
|
|
|
|
|
|
|
// Constantes
|
2014-03-02 14:40:58 -05:00
|
|
|
if (!defined('PHPWORD_TESTS_DIR_ROOT')) {
|
|
|
|
|
define('PHPWORD_TESTS_DIR_ROOT', __DIR__);
|
2014-02-24 19:17:06 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Includes
|
2014-03-20 16:54:12 +04:00
|
|
|
require_once __DIR__ . '/../Classes/PhpWord/Autoloader.php';
|
2014-02-24 19:17:06 +01:00
|
|
|
PHPWord_Autoloader::Register();
|
|
|
|
|
|
|
|
|
|
require_once __DIR__ . '/_inc/TestHelperDOCX.php';
|
2014-03-12 00:12:55 +07:00
|
|
|
require_once __DIR__ . '/_inc/XmlDocument.php';
|