Removed modules/contrib/media module to allow update to the core media module
[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 }