Skip to content

Commit 50a1e3e

Browse files
committed
CS
1 parent 41655fa commit 50a1e3e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/CodePatcherTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ public function testDefaultPatchIsAppliedIfAvailable(): void
2929
$this->assertEquals($expected, $patcher->patch($exercise, '<?php $original = true;'));
3030
}
3131

32-
3332
public function testPatcherDoesNotApplyPatchIfNotPatchableExercise(): void
3433
{
3534
$patcher = new CodePatcher((new ParserFactory())->create(ParserFactory::PREFER_PHP7), new Standard());

0 commit comments

Comments
 (0)