NovikovViktor/RequestLimitBundle

View on GitHub
Tests/bootstrap.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

if (!file_exists($autoloadFile = __DIR__ . '/../vendor/autoload.php')) {
    throw new \LogicException("Make sure that you install all dependencies.");
}

require_once $autoloadFile;