Skip to content

Commit

Permalink
Generic/SpaceAfterNot: improve code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoprimo committed May 15, 2024
1 parent e328954 commit 2670d74
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

// Intentional parse error.
// This should be the only test in this file.
// Testing that the sniff is *not* triggered.

if (!
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public function getErrorList($testFile='')
68 => 1,
71 => 1,
79 => 1,
89 => 1,
];

case 'SpaceAfterNotUnitTest.js':
Expand Down

0 comments on commit 2670d74

Please sign in to comment.