Mercurial > hg > isophonics-drupal-site
annotate vendor/dflydev/dot-access-data/tests/bootstrap.php @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 129ea1e6d783 |
children |
rev | line source |
---|---|
Chris@17 | 1 <?php |
Chris@17 | 2 |
Chris@17 | 3 /* |
Chris@17 | 4 * This file is a part of dflydev/dot-access-data. |
Chris@17 | 5 * |
Chris@17 | 6 * (c) Dragonfly Development Inc. |
Chris@17 | 7 * |
Chris@17 | 8 * For the full copyright and license information, please view the LICENSE |
Chris@17 | 9 * file that was distributed with this source code. |
Chris@17 | 10 */ |
Chris@17 | 11 |
Chris@17 | 12 $loader = require dirname(__DIR__).'/vendor/autoload.php'; |
Chris@17 | 13 |