File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff 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);
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments