mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 11:44:14 +01:00
tests - add covers references for faster movement
This commit is contained in:
parent
771d30e0c6
commit
180c08b39b
@ -5,6 +5,9 @@ namespace Rector\Tests\Rector\Dynamic\MethodNameReplacerRector;
|
||||
use Iterator;
|
||||
use Rector\Testing\PHPUnit\AbstractRectorTestCase;
|
||||
|
||||
/**
|
||||
* @covers \Rector\Rector\Dynamic\MethodNameReplacerRector
|
||||
*/
|
||||
final class ChainTest extends AbstractRectorTestCase
|
||||
{
|
||||
/**
|
||||
|
@ -5,6 +5,9 @@ namespace Rector\Tests\Rector\Dynamic\MethodNameReplacerRector;
|
||||
use Iterator;
|
||||
use Rector\Testing\PHPUnit\AbstractRectorTestCase;
|
||||
|
||||
/**
|
||||
* @covers \Rector\Rector\Dynamic\MethodNameReplacerRector
|
||||
*/
|
||||
final class MethodNameReplacerRectorTest extends AbstractRectorTestCase
|
||||
{
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user