From a8e493082aff7da665e840a8a507a7e5b906b2d9 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Tue, 30 Jan 2024 17:24:30 +0100 Subject: [PATCH] remove dead file --- .../Rector/__Name__/__Name__Test.php.inc | 27 ------------------- 1 file changed, 27 deletions(-) delete mode 100644 templates/custom-rule/utils/rector/tests/Rector/__Name__/__Name__Test.php.inc diff --git a/templates/custom-rule/utils/rector/tests/Rector/__Name__/__Name__Test.php.inc b/templates/custom-rule/utils/rector/tests/Rector/__Name__/__Name__Test.php.inc deleted file mode 100644 index 75be5573365..00000000000 --- a/templates/custom-rule/utils/rector/tests/Rector/__Name__/__Name__Test.php.inc +++ /dev/null @@ -1,27 +0,0 @@ -doTestFile($filePath); - } - - public static function provideData(): \Iterator - { - return self::yieldFilesFromDirectory(__DIR__ . '/Fixture'); - } - - public function provideConfigFilePath(): string - { - return __DIR__ . '/config/configured_rule.php'; - } -}