Mercurial > hg > cmmr2012-drupal-site
annotate vendor/dflydev/dot-access-data/tests/bootstrap.php @ 0:c75dbcec494b
Initial commit from drush-created site
author | Chris Cannam |
---|---|
date | Thu, 05 Jul 2018 14:24:15 +0000 |
parents | |
children |
rev | line source |
---|---|
Chris@0 | 1 <?php |
Chris@0 | 2 |
Chris@0 | 3 /* |
Chris@0 | 4 * This file is a part of dflydev/dot-access-data. |
Chris@0 | 5 * |
Chris@0 | 6 * (c) Dragonfly Development Inc. |
Chris@0 | 7 * |
Chris@0 | 8 * For the full copyright and license information, please view the LICENSE |
Chris@0 | 9 * file that was distributed with this source code. |
Chris@0 | 10 */ |
Chris@0 | 11 |
Chris@0 | 12 $loader = require dirname(__DIR__).'/vendor/autoload.php'; |
Chris@0 | 13 |