Skip to content

Commit 4a7372e

Browse files
committed
wip
1 parent 9c5bf75 commit 4a7372e

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

packages/upgrade/tests/RectorTester.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ private function getActual(string $fixturePath): string
7474
isDryRun: true,
7575
shouldClearCache: true,
7676
showDiffs: true,
77-
7877
);
7978

8079
$processer = $container->make(ApplicationFileProcessor::class);

packages/upgrade/tests/Tempest2/Tempest2RectorTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ public function test_uri_namespace_change(): void
4545
->runFixture(__DIR__ . '/Fixtures/UriNamespaceChange.input.php')
4646
->assertContains('use function Tempest\Router\uri;')
4747
->assertNotContains('use function Tempest\uri;');
48-
4948
}
5049

5150
public function test_is_current_uri_namespace_change(): void
@@ -54,6 +53,5 @@ public function test_is_current_uri_namespace_change(): void
5453
->runFixture(__DIR__ . '/Fixtures/IsCurrentUriNamespaceChange.input.php')
5554
->assertContains('use function Tempest\Router\is_current_uri;')
5655
->assertNotContains('use function Tempest\is_current_uri;');
57-
5856
}
5957
}

0 commit comments

Comments
 (0)