Skip to content

Commit 9d16520

Browse files
committed
Removes unneeded files and reduces scope of phpunit coverage.
1 parent 65b0e82 commit 9d16520

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<directory suffix=".php">src</directory>
2525
</include>
2626
<exclude>
27-
<directory suffix="Test.php">src</directory>
27+
<directory suffix=".php">src/Tempest/**/tests</directory>
2828
<directory suffix=".cache.php">src</directory>
2929
</exclude>
3030
</source>

src/Tempest/CommandBus/tests/Fixtures/UserRepository.php

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)