From 180c08b39b16445f68cb203e159153a8e14428c2 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Wed, 13 Jun 2018 11:01:14 +0200 Subject: [PATCH] tests - add covers references for faster movement --- tests/Rector/Dynamic/MethodNameReplacerRector/ChainTest.php | 3 +++ .../MethodNameReplacerRector/MethodNameReplacerRectorTest.php | 3 +++ 2 files changed, 6 insertions(+) diff --git a/tests/Rector/Dynamic/MethodNameReplacerRector/ChainTest.php b/tests/Rector/Dynamic/MethodNameReplacerRector/ChainTest.php index a568f5fc209..b8a5a529699 100644 --- a/tests/Rector/Dynamic/MethodNameReplacerRector/ChainTest.php +++ b/tests/Rector/Dynamic/MethodNameReplacerRector/ChainTest.php @@ -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 { /** diff --git a/tests/Rector/Dynamic/MethodNameReplacerRector/MethodNameReplacerRectorTest.php b/tests/Rector/Dynamic/MethodNameReplacerRector/MethodNameReplacerRectorTest.php index aa09459a5d9..41d73912dc9 100644 --- a/tests/Rector/Dynamic/MethodNameReplacerRector/MethodNameReplacerRectorTest.php +++ b/tests/Rector/Dynamic/MethodNameReplacerRector/MethodNameReplacerRectorTest.php @@ -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 { /**