Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# that match the most relevant aspects of the test being executed
# and its smurf.xml results.

<detail name="phpcs" status="error" numerrors="2" numwarnings="1"/>
<detail name="phpcs" status="error" numerrors="3" numwarnings="1"/>
<description>This section shows the coding style problems detected in the code by phpcs</description>
<problem file="mod/glossary/tests/lib_test.php"
PHPUnit class namespace "mod_wrong" does not match expected file namespace "mod_glossary"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# and its smurf.xml results.

# Just verify that there isn't any externalbackup section in the report
condensedresult="smurf,success,0,0:overview,success,0,0;phplint,success,0,0;phpcs,success,0,0;js,success,0,0;css,success,0,0;phpdoc,success,0,0;savepoint,success,0,0;thirdparty,success,0,0;grunt,success,0,0;shifter,success,0,0;mustache,success,0,0;gherkin,success,0,0"
condensedresult="smurf,error,1,0:overview,success,0,0;phplint,success,0,0;phpcs,error,1,0;js,success,0,0;css,success,0,0;phpdoc,success,0,0;savepoint,success,0,0;thirdparty,success,0,0;grunt,success,0,0;shifter,success,0,0;mustache,success,0,0;gherkin,success,0,0"
Loading