Skip to content

Commit 40f5d28

Browse files
committed
wip
1 parent e3a242d commit 40f5d28

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/upgrade/tests/Tempest28/Fixtures/CustomRoute.input.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Tempest\Upgrade\Tests\Tempest30\Fixtures;
3+
namespace Tempest\Upgrade\Tests\Tempest28\Fixtures;
44

55
use Tempest\Http\Method;
66
use Tempest\Router\Route;

packages/upgrade/tests/Tempest28/Tempest28RectorTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?php
22

3-
namespace Tempest\Upgrade\Tests\Tempest30;
3+
namespace Tempest\Upgrade\Tests\Tempest28;
44

55
use PHPUnit\Framework\TestCase;
66
use Tempest\Upgrade\Tests\RectorTester;
77

88
final class Tempest28RectorTest extends TestCase
99
{
1010
private RectorTester $rector {
11-
get => new RectorTester(__DIR__ . '/tempest30_rector.php');
11+
get => new RectorTester(__DIR__ . '/tempest28_rector.php');
1212
}
1313

1414
public function test_writeable_routes(): void

0 commit comments

Comments
 (0)