ffmpeg-mappable-media/tests/bootstrap.php

9 lines
189 B
PHP
Raw Normal View History

2013-06-25 10:03:20 +02:00
<?php
$file = __DIR__ . '/../vendor/autoload.php';
if (!file_exists($file)) {
throw new RuntimeException('Install dependencies to run test suite.');
}
$autoload = require_once $file;