Skip to content

Commit

Permalink
🚿
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Apr 30, 2024
1 parent f31eff7 commit f02b94f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
24 changes: 12 additions & 12 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,13 @@
}
},
"scripts": {
"phan": "@php vendor/bin/phan",
"phpcs": "@php vendor/bin/phpcs",
"phpbench":[
"Composer\\Config::disableProcessTimeout",
"@php vendor/bin/phpbench run"
],
"phpunit": "@php vendor/bin/phpunit",
"phan": "@php vendor/bin/phan"
"phpunit": "@php vendor/bin/phpunit"
},
"config": {
"lock": false,
Expand Down
4 changes: 2 additions & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
>
<testsuites>
<testsuite name="php-qrcode test suite">
<directory>./tests/</directory>
<exclude>./tests/Performance</exclude>
<directory>tests</directory>
<exclude>tests/Performance</exclude>
</testsuite>
</testsuites>
<source>
Expand Down

0 comments on commit f02b94f

Please sign in to comment.