Skip to content

Commit

Permalink
PB-6081 Fixes phpunit.xml.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloelcolombiano committed Sep 15, 2022
1 parent 5b9edc1 commit 2fc5fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpunit.xml.dist
Expand Up @@ -12,10 +12,10 @@
</testsuite>
<testsuite name="plugins">
<directory>./plugins</directory>
<exclude>./plugins/Passbolt/WebInstaller</exclude>
<exclude>./plugins/PassboltCe/WebInstaller</exclude>
</testsuite>
<testsuite name="installers">
<directory>./plugins/Passbolt/WebInstaller/tests/TestCase</directory>
<directory>./plugins/PassboltCe/WebInstaller/tests/TestCase</directory>
<directory>./tests/TestCase/Command</directory>
</testsuite>
</testsuites>
Expand Down

0 comments on commit 2fc5fd4

Please sign in to comment.