Skip to content

Commit

Permalink
minor #5050 DX: moving integration test for braces, indentation_type …
Browse files Browse the repository at this point in the history
…and no_break_comment into right place (kubawerlos)

This PR was merged into the 2.15 branch.

Discussion
----------

DX: moving integration test for braces, indentation_type and no_break_comment into right place

Commits
-------

a183440 DX: moving integration tests for braces, indentation_type and no_break_comment into right place
  • Loading branch information
SpacePossum committed Aug 6, 2020
2 parents d1c79b1 + a183440 commit 3941ffe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/AutoReview/FixerFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -413,12 +413,6 @@ public function testPriorityIntegrationTestFilesAreListedPriorityCases($fileName
ksort($priorityCases);
}

if (\in_array($fileName, [
'braces,indentation_type,no_break_comment.test',
], true)) {
static::markTestIncomplete(sprintf('Case "%s" has unexpected name, please help fixing it.', $fileName));
}

static::assertSame(
1,
preg_match('#^([a-z][a-z0-9_]*),([a-z][a-z_]*)(?:_\d{1,3})?\.test(-(in|out)\.php)?$#', $fileName, $matches),
Expand Down

0 comments on commit 3941ffe

Please sign in to comment.