Skip to content

Commit 713d63b

Browse files
authored
Merge pull request #18 from codelicia/fix/ci
2 parents 329eb40 + bee2ef1 commit 713d63b

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

phpunit.xml.dist

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@
1212
<directory suffix=".phpt">./tests/functional</directory>
1313
</testsuite>
1414
</testsuites>
15-
<coverage>
15+
<coverage />
16+
<source>
1617
<include>
1718
<directory suffix=".php">src</directory>
1819
</include>
19-
</coverage>
20+
</source>
2021
<php>
2122
<ini name="zend.assertions" value="1" />
2223
</php>

tests/functional/param-return-error.phpt

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ E 1 / 1 (100%)
1212

1313

1414

15-
FILE: ...%s/tests/assets/return-type-off.php
16-
--------------------------------------------------------------------------------
15+
FILE: %s/tests/assets/return-type-off.php
16+
%s----
1717
FOUND 1 ERROR AFFECTING 1 LINE
18-
--------------------------------------------------------------------------------
18+
%s----
1919
4 | ERROR | [x] Psalm tag not formatted.
20-
--------------------------------------------------------------------------------
20+
%s----
2121
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
22-
--------------------------------------------------------------------------------
22+
%s----
2323

2424
Time: %A

0 commit comments

Comments
 (0)