File: bootstrap.php

package info (click to toggle)
php-pimple 1.1.1-1~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 132 kB
  • sloc: php: 303; makefile: 7; sh: 5
file content (15 lines) | stat: -rw-r--r-- 438 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

/*
 * This file is part of the Silex framework.
 *
 * (c) Fabien Potencier <fabien@symfony.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

require_once __DIR__.'/../lib/Pimple.php';
require_once __DIR__.'/Pimple/Tests/Service.php';
require_once __DIR__.'/Pimple/Tests/Invokable.php';
require_once __DIR__.'/Pimple/Tests/NonInvokable.php';