From 060dd04f650fa304bdc2a256d13a559156fb1847 Mon Sep 17 00:00:00 2001 From: Dan Harrin Date: Mon, 26 Feb 2024 19:50:13 +0000 Subject: [PATCH] Update RectorTest.php --- tests/src/Upgrade/RectorTest.php | 46 ++++++++++++++++---------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/tests/src/Upgrade/RectorTest.php b/tests/src/Upgrade/RectorTest.php index df20805e1fb..8c13f74d60d 100644 --- a/tests/src/Upgrade/RectorTest.php +++ b/tests/src/Upgrade/RectorTest.php @@ -1,25 +1,25 @@ doTestFile($filePath); - } - - public static function provideData(): Iterator - { - // return self::yieldFilesFromDirectory(__DIR__ . '/Fixture'); - } - - public function provideConfigFilePath(): string - { - return __DIR__ . '/../../../packages/upgrade/src/rector.php'; - } -} +// namespace Filament\Tests\Upgrade; +// +// use Iterator; +// use Rector\Testing\PHPUnit\AbstractRectorTestCase; +// +// class RectorTest extends AbstractRectorTestCase +// { +// /** @dataProvider provideData */ +// public function test(string $filePath): void +// { +// $this->doTestFile($filePath); +// } +// +// public static function provideData(): Iterator +// { +// return self::yieldFilesFromDirectory(__DIR__ . '/Fixture'); +// } +// +// public function provideConfigFilePath(): string +// { +// return __DIR__ . '/../../../packages/upgrade/src/rector.php'; +// } +// }