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.
1 parent 8d40792 commit ae48857Copy full SHA for ae48857
.github/workflows/ci.yml
@@ -44,4 +44,4 @@ jobs:
44
echo "NEO4J_PASSWORD=${{ secrets.NEO4J_PASSWORD }}" >> $GITHUB_ENV
45
46
- name: Run Tests without phpunit.xml
47
- run: vendor/bin/phpunit --configuration phpunit.dist.xml --testdox
+ run: vendor/bin/phpunit --configuration phpunit.dist.xml
phpunit.dist.xml
@@ -7,10 +7,12 @@
7
</testsuite>
8
</testsuites>
9
10
- <!-- Logging -->
+<!--
11
+ <!– Logging –>
12
<logging>
13
<log type="testdox" target="php://stdout" />
14
</logging>
15
+-->
16
17
<!-- No need to set sensitive information here -->
18
</phpunit>
0 commit comments