aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/michelf/php-markdown/test/bootstrap.php
blob: a7b3507d0ae87e6fa14f254146019f796372724b (plain) (blame)
1
2
3
4
5
6
<?php

define('TEST_ROOT', __DIR__);
define('TEST_RESOURCES_ROOT', __DIR__ . '/resources');

require_once __DIR__ . '/helpers/MarkdownTestHelper.php';