Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dlakomski committed Oct 15, 2024
1 parent c7d472b commit cbb6242
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions ci/phpunit/integration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
verbose="true">

<testsuites>
<testsuite name="unit">
<directory>../../tests</directory>
<exclude>../../tests/Usage</exclude>
</testsuite>
<testsuite name="integration">
<directory>../../tests/Usage</directory>
<exclude>../../tests/Usage/symfony</exclude>
Expand Down
5 changes: 0 additions & 5 deletions tests/Usage/symfony/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@
"App\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"App\\Tests\\": "tests/"
}
},
"replace": {
"paragonie/random_compat": "2.*",
"symfony/polyfill-ctype": "*",
Expand Down

0 comments on commit cbb6242

Please sign in to comment.