676c4b1860c52e49acf991113971022228a1f812
[yaffs-website] / vendor / egulias / email-validator / tests / bootstrap.php
1 <?php
2
3 if ( ! is_file($autoloadFile = __DIR__.'/../vendor/autoload.php')) {
4     echo 'Could not find "vendor/autoload.php". Did you forget to run "composer install --dev"?'.PHP_EOL;
5     exit(1);
6 }
7
8 require_once $autoloadFile;