scratch – Blame information for rev 115

Subversion Repositories:
Rev:
Rev Author Line No. Line
115 office 1 <?php
2  
3 $file = __DIR__ . '/../vendor/autoload.php';
4 if (!file_exists($file)) {
5 throw new RuntimeException('Install dependencies to run test suite.');
6 }
7  
8 $autoload = require_once $file;