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
|
|
|
|
|
require_once __DIR__ . '/../Classes/PHPWord/Autoloader.php';
|
|
|
|
|
PHPWord_Autoloader::Register();
|
|
|
|
|
|
|
|
|
|
require_once __DIR__ . '/_inc/TestHelperDOCX.php';
|