aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/twig/twig/test/bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/twig/twig/test/bootstrap.php')
-rw-r--r--vendor/twig/twig/test/bootstrap.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/twig/twig/test/bootstrap.php b/vendor/twig/twig/test/bootstrap.php
deleted file mode 100644
index aecb976f..00000000
--- a/vendor/twig/twig/test/bootstrap.php
+++ /dev/null
@@ -1,13 +0,0 @@
1<?php
2
3/*
4 * This file is part of Twig.
5 *
6 * (c) Fabien Potencier
7 *
8 * For the full copyright and license information, please view the LICENSE
9 * file that was distributed with this source code.
10 */
11
12require_once dirname(__FILE__).'/../lib/Twig/Autoloader.php';
13Twig_Autoloader::register(true);