mirror of
https://github.com/rectorphp/rector.git
synced 2025-03-14 12:29:43 +01:00
fix test classes names
This commit is contained in:
parent
1a0db5e25c
commit
1fdeffe2e1
@ -8,7 +8,7 @@ final class Issue1225Test extends AbstractRectorTestCase
|
||||
{
|
||||
public function test(): void
|
||||
{
|
||||
$this->doTestFiles([__DIR__ . '/Fixture/fixture1225.php']);
|
||||
$this->doTestFiles([__DIR__ . '/Fixture/fixture1225.php.inc']);
|
||||
}
|
||||
|
||||
protected function provideConfig(): string
|
||||
|
@ -8,7 +8,7 @@ final class Issue1242Test extends AbstractRectorTestCase
|
||||
{
|
||||
public function test(): void
|
||||
{
|
||||
$this->doTestFiles([__DIR__ . '/Fixture/fixture1242.php']);
|
||||
$this->doTestFiles([__DIR__ . '/Fixture/fixture1242.php.inc']);
|
||||
}
|
||||
|
||||
protected function provideConfig(): string
|
||||
|
@ -8,7 +8,7 @@ final class Issue1243Test extends AbstractRectorTestCase
|
||||
{
|
||||
public function test(): void
|
||||
{
|
||||
$this->doTestFiles([__DIR__ . '/Fixture/fixture1243.php']);
|
||||
$this->doTestFiles([__DIR__ . '/Fixture/fixture1243.php.inc']);
|
||||
}
|
||||
|
||||
protected function provideConfig(): string
|
||||
|
@ -9,7 +9,7 @@ final class Issue594Test extends AbstractRectorTestCase
|
||||
{
|
||||
public function test(): void
|
||||
{
|
||||
$this->doTestFiles([__DIR__ . '/Fixture/fixture594.php']);
|
||||
$this->doTestFiles([__DIR__ . '/Fixture/fixture594.php.inc']);
|
||||
}
|
||||
|
||||
public function getRectorClass(): string
|
||||
|
@ -8,7 +8,7 @@ final class Issue835Test extends AbstractRectorTestCase
|
||||
{
|
||||
public function test(): void
|
||||
{
|
||||
$this->doTestFiles([__DIR__ . '/Fixture/fixture835.php']);
|
||||
$this->doTestFiles([__DIR__ . '/Fixture/fixture835.php.inc']);
|
||||
}
|
||||
|
||||
protected function provideConfig(): string
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
use Rector\Tests\Rector\MethodCall\RenameMethodRector\Source\FormMacros;
|
||||
use Rector\Tests\Rector\MethodCall\RenameStaticMethodRector\Source\FormMacros;
|
||||
|
||||
function staticMethodNameReplacer2()
|
||||
{
|
||||
@ -12,7 +12,7 @@ function staticMethodNameReplacer2()
|
||||
-----
|
||||
<?php
|
||||
|
||||
use Rector\Tests\Rector\MethodCall\RenameMethodRector\Source\FormMacros;
|
||||
use Rector\Tests\Rector\MethodCall\RenameStaticMethodRector\Source\FormMacros;
|
||||
|
||||
function staticMethodNameReplacer2()
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
namespace Rector\Tests\Rector\MethodCall\RenameMethodRector\Source;
|
||||
namespace Rector\Tests\Rector\MethodCall\RenameStaticMethodRector\Source;
|
||||
|
||||
final class FormMacros
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user