Skip to content

Commit

Permalink
Add fixture file with phpcs format
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodimaio3 committed Sep 11, 2020
1 parent 7164fc9 commit a983509
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Test/Unit/Fixtures/normal/phpcs-junit-1.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="PHP_CodeSniffer 3.5.5" errors="0" tests="2" failures="0">
<testsuite name="Unit/Testsuite1.php" errors="0" tests="1" failures="0">
<testcase name="Unit/Testsuite1.php" />
</testsuite>
<testsuite name="Unit/Testsuite2.php" errors="0" tests="1" failures="0">
<testcase name="Unit/Testsuite2.php" />
</testsuite>
</testsuites>

0 comments on commit a983509

Please sign in to comment.