Skip to content

Commit 44c8a3e

Browse files
committed
feat: ready for symfony 5.3, add github actions, merged from orginal repo suncat2000#143, suncat2000#144, suncat2000#135, suncat2000#133
1 parent a5e15c4 commit 44c8a3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
stopOnError="false"
1212
stopOnIncomplete="false"
1313
stopOnSkipped="false"
14-
bootstrap="tests/bootstrap.php"
14+
bootstrap="Tests/bootstrap.php"
1515
>
1616

1717
<php>
@@ -42,7 +42,7 @@
4242
<directory>./src/Resources</directory>
4343
<directory>./Tests</directory>
4444
<directory>./vendor</directory>
45-
<file>./tests/bootstrap.php</file>
45+
<file>./Tests/bootstrap.php</file>
4646
</exclude>
4747
<report>
4848
<clover outputFile="build/logs/clover.xml"/>

0 commit comments

Comments
 (0)