Skip to content

Commit f02b94f

Browse files
committed
🚿
1 parent f31eff7 commit f02b94f

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

.idea/codeStyles/Project.xml

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,13 @@
7676
}
7777
},
7878
"scripts": {
79+
"phan": "@php vendor/bin/phan",
80+
"phpcs": "@php vendor/bin/phpcs",
7981
"phpbench":[
8082
"Composer\\Config::disableProcessTimeout",
8183
"@php vendor/bin/phpbench run"
8284
],
83-
"phpunit": "@php vendor/bin/phpunit",
84-
"phan": "@php vendor/bin/phan"
85+
"phpunit": "@php vendor/bin/phpunit"
8586
},
8687
"config": {
8788
"lock": false,

phpunit.xml.dist

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
>
88
<testsuites>
99
<testsuite name="php-qrcode test suite">
10-
<directory>./tests/</directory>
11-
<exclude>./tests/Performance</exclude>
10+
<directory>tests</directory>
11+
<exclude>tests/Performance</exclude>
1212
</testsuite>
1313
</testsuites>
1414
<source>

0 commit comments

Comments
 (0)