/Tests/bootstrap.php
http://github.com/FriendsOfSymfony/FOSFacebookBundle · PHP · 17 lines · 6 code · 3 blank · 8 comment · 1 complexity · 5cc8ba3818d468f564c985a444de17cb MD5 · raw file
- <?php
- /*
- * This file is part of the FOSFacebookBundle package.
- *
- * (c) FriendsOfSymfony <http://friendsofsymfony.github.com/>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
- $file = __DIR__.'/../vendor/autoload.php';
- if (!file_exists($file)) {
- throw new RuntimeException('Install dependencies to run test suite.');
- }
- $autoload = require_once $file;