File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
1
parameters :
2
2
level : max
3
3
bootstrapFiles :
4
- - %rootDir%/../../../tests/bootstrap .php
4
+ - %rootDir%/../../../tests/static_analysis_bootstrap .php
5
5
paths :
6
6
- %rootDir%/../../../MO4
7
7
- %rootDir%/../../../tests
Original file line number Diff line number Diff line change 4
4
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
5
xmlns =" https://getpsalm.org/schema/config"
6
6
xsi : schemaLocation =" https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
7
- autoloader =" tests/bootstrap .php"
7
+ autoloader =" tests/static_analysis_bootstrap .php"
8
8
>
9
9
<projectFiles >
10
10
<directory name =" MO4" />
Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ /**
4
+ * This file is part of the mo4-coding-standard (phpcs standard)
5
+ *
6
+ * Bootstrap file for PHP_CodeSniffer MO4 Coding Standard unit tests.
7
+ *
8
+ * @author Xaver Loppenstedt <[email protected] >
9
+ *
10
+ * @license http://spdx.org/licenses/MIT MIT License
11
+ *
12
+ * @link https://github.com/mayflower/mo4-coding-standard
13
+ */
14
+
15
+ declare (strict_types=1 );
16
+
17
+ require_once __DIR__ .'/../vendor/squizlabs/php_codesniffer/autoload.php ' ;
18
+ require_once __DIR__ .'/../vendor/squizlabs/php_codesniffer/src/Util/Tokens.php ' ;
You can’t perform that action at this time.
0 commit comments