Skip to content

Commit

Permalink
Fix Translation/ phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunnyka98 committed Dec 1, 2023
1 parent f85cb09 commit 10d359d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MailReport/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"childRequirements": [],
"implemented": [],
"prefix": "MR",
"url": "https://www.symcon.de/de/service/dokumentation/modulreferenz/symconreport/mailreport/"
"url": "https://www.symcon.de/en/service/documentation/module-reference/symconreport/mailreport/"
}
6 changes: 4 additions & 2 deletions tests/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
<source>
<include>
<directory suffix=".php">../MailReport</directory>
<directory suffix=".php">../PDFReport</directory>
<directory suffix=".php">..libs</directory>
<directory suffix=".php">../PDFReportEnergy</directory>
<directory suffix=".php">../PDFReportMulti</directory>
<directory suffix=".php">../PDFReportSingle</directory>
<directory suffix=".php">../libs</directory>
</include>
</source>
</phpunit>

0 comments on commit 10d359d

Please sign in to comment.