Skip to content

Commit

Permalink
Merge pull request #18 from codelicia/fix/ci
Browse files Browse the repository at this point in the history
  • Loading branch information
malukenho committed Feb 20, 2024
2 parents 329eb40 + bee2ef1 commit 713d63b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
<directory suffix=".phpt">./tests/functional</directory>
</testsuite>
</testsuites>
<coverage>
<coverage />
<source>
<include>
<directory suffix=".php">src</directory>
</include>
</coverage>
</source>
<php>
<ini name="zend.assertions" value="1" />
</php>
Expand Down
10 changes: 5 additions & 5 deletions tests/functional/param-return-error.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ E 1 / 1 (100%)



FILE: ...%s/tests/assets/return-type-off.php
--------------------------------------------------------------------------------
FILE: %s/tests/assets/return-type-off.php
%s----
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------
%s----
4 | ERROR | [x] Psalm tag not formatted.
--------------------------------------------------------------------------------
%s----
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------
%s----

Time: %A

0 comments on commit 713d63b

Please sign in to comment.