1
0
mirror of https://github.com/Chouchen/ShikiryuRSS.git synced 2026-05-25 00:09:06 +02:00

Add original cases

This commit is contained in:
2023-04-11 14:07:13 +02:00
parent 63d0b03b50
commit 5de5993e2b
6 changed files with 152 additions and 52 deletions
+1 -8
View File
@@ -8,8 +8,7 @@
convertNoticesToExceptions = "true"
convertWarningsToExceptions = "true"
processIsolation = "false"
stopOnFailure = "false"
syntaxCheck = "false">
stopOnFailure = "false">
<testsuites>
<testsuite name="Project Test Suite">
@@ -17,12 +16,6 @@
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">src/</directory>
</whitelist>
</filter>
<php>
<env name="APP_ENV" value="testing"/>
</php>