Skip to content

Commit

Permalink
fix exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Mar 20, 2023
1 parent 0eb1c06 commit 696255b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phpunit-php5.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<directory>*/tests/Unit</directory>
<exclude>./Compute/tests/Unit/*</exclude>
<exclude>./SqlAdmin/tests/Unit/*</exclude>
<exclude>dev/tests/Unit/DocFx/CommandTest.php</exclude>
<exclude>dev/tests/Unit/Command/DocFxCommandTest.php</exclude>
<exclude>dev/tests/Unit/DocFx/PageTest.php</exclude>
<exclude>dev/tests/Unit/DocFx/NodeTest.php</exclude>
<exclude>dev/tests/Unit/SplitTest.php</exclude>
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<testsuites>
<testsuite name="Unit Test Suite">
<directory>*/tests/Unit</directory>
<exclude>dev/tests/Unit/DocFx/CommandTest.php</exclude>
<exclude>dev/tests/Unit/Command/DocFxCommandTest.php</exclude>
<exclude>dev/tests/Unit/DocFx/PageTest.php</exclude>
<exclude>dev/tests/Unit/DocFx/NodeTest.php</exclude>
<exclude>dev/tests/Unit/SplitTest.php</exclude>
Expand Down

0 comments on commit 696255b

Please sign in to comment.