File tree 2 files changed +9
-15
lines changed
2 files changed +9
-15
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,7 @@ parameters:
10
10
bootstrapFiles:
11
11
# Constants, functions, etc. used by GatherPress
12
12
- phpstan.stubs
13
- # - vendor/pmc/unit-test/src/classes/autoloader.php
14
- # - vendor/autoload.php
15
- # - gatherpress.php
13
+
16
14
parallel:
17
15
maximumNumberOfProcesses: 1
18
16
processTimeout: 300.0
@@ -23,20 +21,8 @@ parameters:
23
21
24
22
paths:
25
23
- includes/
26
- # - test/
27
-
28
- # excludePaths:
29
- # analyse:
30
- # - vendor/
31
24
32
25
ignoreErrors:
33
- - '#^Constant GATHERPRESS_CACHE_GROUP not found\.$#'
34
- - '#^Constant GATHERPRESS_CORE_FILE not found\.$#'
35
- - '#^Constant GATHERPRESS_CORE_PATH not found\.$#'
36
- - '#^Constant GATHERPRESS_CORE_URL not found\.$#'
37
- - '#^Constant GATHERPRESS_REST_NAMESPACE not found\.$#'
38
- - '#^Constant GATHERPRESS_REQUIRES_PHP not found\.$#'
39
-
40
26
# core/classes/class-setup.php
41
27
#
42
28
# A dev-only error, which can occur if the gatherpress is symlinked into a WP instance or called via wp-env or Playground.
Original file line number Diff line number Diff line change 5
5
*/
6
6
7
7
namespace {
8
+
9
+ define( 'GATHERPRESS_CACHE_GROUP', '');
10
+ define( 'GATHERPRESS_CORE_FILE', './gatherpress.php');
11
+ define( 'GATHERPRESS_CORE_PATH', '.');
12
+ define( 'GATHERPRESS_CORE_URL', '');
13
+ define( 'GATHERPRESS_REST_NAMESPACE', '');
14
+ define( 'GATHERPRESS_REQUIRES_PHP', '');
15
+
8
16
/**
9
17
* Used in includes/core/classes/class-export.php
10
18
*
You can’t perform that action at this time.
0 commit comments