PHPWord/Tests/bootstrap.php

14 lines
398 B
PHP
Raw Normal View History

2014-02-24 19:17:06 +01:00
<?php
\date_default_timezone_set('UTC');
2014-02-24 19:17:06 +01:00
// defining base dir for tests
if (!\defined('PHPWORD_TESTS_BASE_DIR')) {
\define('PHPWORD_TESTS_BASE_DIR', __DIR__);
2014-02-24 19:17:06 +01:00
}
// loading classes with PSR-4 autoloader
require_once __DIR__ . '/../src/Autoloader.php';
PhpOffice\PhpWord\Autoloader::register();
2014-02-24 19:17:06 +01:00
require_once __DIR__ . '/_inc/TestHelperDOCX.php';
require_once __DIR__ . '/_inc/XmlDocument.php';