commit vendor
This commit is contained in:
6
vendor/michelf/php-markdown/test/bootstrap.php
vendored
Normal file
6
vendor/michelf/php-markdown/test/bootstrap.php
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
define('TEST_ROOT', __DIR__);
|
||||
define('TEST_RESOURCES_ROOT', __DIR__ . '/resources');
|
||||
|
||||
require_once __DIR__ . '/helpers/MarkdownTestHelper.php';
|
||||
Reference in New Issue
Block a user