Skip to content

Commit 4443035

Browse files
committed
Ignore test solution folders
1 parent 64bfa4b commit 4443035

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
/program.php
44
/solution
55
/exercises/*/solution/vendor
6+
/test/solutions/*/*/vendor
67
.phpunit.result.cache

phpunit.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
</coverage>
88
<testsuite name="My PHP Workshop Test Suite">
99
<directory>./test</directory>
10+
<exclude>./test/solutions</exclude>
1011
</testsuite>
1112
</phpunit>

0 commit comments

Comments
 (0)