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 bc98a48 + 5dd6fb1 commit 5b2114dCopy full SHA for 5b2114d
.github/workflows/php.yml
@@ -13,6 +13,8 @@ jobs:
13
14
steps:
15
- uses: actions/checkout@v2
16
+ with:
17
+ fetch-depth: 0
18
19
- name: Validate composer.json and composer.lock
20
run: composer validate
phpunit.xml
@@ -23,7 +23,7 @@
23
</logging>
24
<filter>
25
<whitelist>
26
- <directory>tests/Unit</directory>
+ <directory>src</directory>
27
</whitelist>
28
</filter>
29
</phpunit>
0 commit comments