Version 1
[yaffs-website] / vendor / cebe / markdown / tests / bootstrap.php
1 <?php
2
3 if (file_exists(__DIR__ . '/../vendor/autoload.php')) {
4         require(__DIR__ . '/../vendor/autoload.php');
5 }