Skip to content

Commit 6191264

Browse files
committed
Add expected example output
1 parent 222a0cf commit 6191264

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/example.output

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<testsuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" failures="1" name="phpstan" tests="1" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/junit-team/junit5/r5.5.1/platform-tests/src/test/resources/jenkins-junit.xsd">
3+
<testcase name="example/example.php:9">
4+
<failure type="ERROR" message="Don't resource operation inside constructor. Method SplFileInfo::openfile() is called."/>
5+
</testcase>
6+
</testsuite>

0 commit comments

Comments
 (0)