aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/twig/twig/test/bootstrap.php
blob: aecb976f7f25107095ff113ef5f365804eb485c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

/*
 * This file is part of Twig.
 *
 * (c) Fabien Potencier
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

require_once dirname(__FILE__).'/../lib/Twig/Autoloader.php';
Twig_Autoloader::register(true);