comparison vendor/squizlabs/php_codesniffer/tests/AllTests.php @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents a9cd425dd02b
children
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
6 * @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600) 6 * @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
7 * @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence 7 * @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
8 */ 8 */
9 9
10 namespace PHP_CodeSniffer\Tests; 10 namespace PHP_CodeSniffer\Tests;
11
12 use PHPUnit\TextUI\TestRunner;
13 11
14 if (is_file(__DIR__.'/../autoload.php') === true) { 12 if (is_file(__DIR__.'/../autoload.php') === true) {
15 include_once 'Core/AllTests.php'; 13 include_once 'Core/AllTests.php';
16 include_once 'Standards/AllSniffs.php'; 14 include_once 'Standards/AllSniffs.php';
17 } else { 15 } else {