We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e92e44d + 0ccfc9c commit 11429bdCopy full SHA for 11429bd
.gitignore
@@ -3,4 +3,5 @@
3
/program.php
4
/solution
5
/exercises/*/solution/vendor
6
+/test/solutions/*/*/vendor
7
.phpunit.result.cache
phpunit.xml
@@ -7,6 +7,7 @@
<filter>
8
<whitelist addUncoveredFilesFromWhitelist="true">
9
<directory suffix=".php">./src</directory>
10
+ <exclude>./test/solutions</exclude>
11
</whitelist>
12
</filter>
13
</phpunit>
0 commit comments