File tree Expand file tree Collapse file tree 3 files changed +13
-12
lines changed Expand file tree Collapse file tree 3 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 1
1
.idea
2
- .php_cs
3
- .php_cs.cache
4
- .php-cs-fixer.cache
5
2
.phpunit.result.cache
6
- .DS_STORE
7
- build
3
+ .phpunit.cache
8
4
composer.lock
9
5
coverage
10
- docs
11
6
phpunit.xml
12
- psalm.xml
7
+ phpstan.neon
13
8
testbench.yaml
14
9
vendor
15
10
node_modules
16
- phpstan.neon
11
+ .phpactor.json
12
+ build
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ includes:
2
2
- phpstan-baseline.neon
3
3
4
4
parameters:
5
- level: 4
5
+ level: 5
6
6
paths:
7
7
- src
8
8
- config
9
9
tmpDir: build/phpstan
10
10
checkOctaneCompatibility: true
11
11
checkModelProperties: true
12
-
12
+ noEnvCallsOutsideOfConfig: false
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.2/phpunit.xsd" backupGlobals =" false" bootstrap =" vendor/autoload.php" colors =" true" processIsolation =" false" stopOnFailure =" false" executionOrder =" random" failOnWarning =" true" failOnRisky =" true" failOnEmptyTestSuite =" true" beStrictAboutOutputDuringTests =" true" cacheDirectory =" .phpunit.cache" backupStaticProperties =" false" >
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.3/phpunit.xsd" backupGlobals =" false"
4
+ bootstrap =" vendor/autoload.php" colors =" true" processIsolation =" false" stopOnFailure =" false"
5
+ executionOrder =" random" failOnWarning =" true" failOnRisky =" true" failOnEmptyTestSuite =" true"
6
+ beStrictAboutOutputDuringTests =" true" cacheDirectory =" .phpunit.cache" backupStaticProperties =" false" >
3
7
<testsuites >
4
- <testsuite name =" CodebarAg Test Suite" >
8
+ <testsuite name =" codebar Solutions AG Test Suite" >
5
9
<directory >tests</directory >
6
10
</testsuite >
7
11
</testsuites >
16
20
<junit outputFile =" build/report.junit.xml" />
17
21
</logging >
18
22
<php >
23
+ <env name =" APP_KEY" value =" base64:F+mHMDBbavrsp/I3WYA5lDSwDJJI/0wQG4eM3csq/lo=" />
19
24
<env name =" ZENDESK_SUBDOMAIN" value =" " />
20
25
<env name =" ZENDESK_EMAIL_ADDRESS" value =" " />
21
26
<env name =" ZENDESK_API_TOKEN" value =" " />
You can’t perform that action at this time.
0 commit comments