We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 222a0cf commit 6191264Copy full SHA for 6191264
test/example.output
@@ -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