Skip to content
Merged
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
@@ -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 @@ -33,7 +33,7 @@ final class SpaceAfterNotUnitTest extends AbstractSniffUnitTest
public function getErrorList($testFile='')
{
switch ($testFile) {
case 'SpaceAfterNotUnitTest.inc':
case 'SpaceAfterNotUnitTest.1.inc':
return [
3 => 2,
4 => 2,
Expand Down