Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / stecman / symfony-console-completion / tests / bootstrap.php
1 <?php
2
3 $filename = __DIR__ . '/../vendor/autoload.php';
4
5 if (!file_exists($filename)) {
6     echo 'You must first install the vendors using composer.' . PHP_EOL;
7     exit(1);
8 }
9
10 require_once $filename;