We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41655fa commit 50a1e3eCopy full SHA for 50a1e3e
test/CodePatcherTest.php
@@ -29,7 +29,6 @@ public function testDefaultPatchIsAppliedIfAvailable(): void
29
$this->assertEquals($expected, $patcher->patch($exercise, '<?php $original = true;'));
30
}
31
32
-
33
public function testPatcherDoesNotApplyPatchIfNotPatchableExercise(): void
34
{
35
$patcher = new CodePatcher((new ParserFactory())->create(ParserFactory::PREFER_PHP7), new Standard());
0 commit comments