Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bootstrap.php « tests « php-token-stream « phpunit « vendor - github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bcd0f64525facea046c68bf2a9bd81be2dcd56de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
/*
 * This file is part of php-token-stream.
 *
 * (c) Sebastian Bergmann <sebastian@phpunit.de>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
require __DIR__ . '/../vendor/autoload.php';

define(
    'TEST_FILES_PATH',
    __DIR__ . DIRECTORY_SEPARATOR . '_fixture' . DIRECTORY_SEPARATOR
);