Skip to content

Commit ae48857

Browse files
committed
fixed the testdox
1 parent 8d40792 commit ae48857

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
echo "NEO4J_PASSWORD=${{ secrets.NEO4J_PASSWORD }}" >> $GITHUB_ENV
4545
4646
- name: Run Tests without phpunit.xml
47-
run: vendor/bin/phpunit --configuration phpunit.dist.xml --testdox
47+
run: vendor/bin/phpunit --configuration phpunit.dist.xml

phpunit.dist.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@
77
</testsuite>
88
</testsuites>
99

10-
<!-- Logging -->
10+
<!--
11+
&lt;!&ndash; Logging &ndash;&gt;
1112
<logging>
1213
<log type="testdox" target="php://stdout" />
1314
</logging>
15+
-->
1416

1517
<!-- No need to set sensitive information here -->
1618
</phpunit>

0 commit comments

Comments
 (0)