Skip to content

Commit a7648a1

Browse files
committed
typo
1 parent 90734bc commit a7648a1

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

rules-tests/CodeQuality/Rector/ClassMethod/BehatPHPUnitAssertToWebmozzartRector/BehatPHPUnitAssertToWebmozzartRectorTest.php renamed to rules-tests/CodeQuality/Rector/ClassMethod/BehatPHPUnitAssertToWebmozartRector/BehatPHPUnitAssertToWebmozartRectorTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
declare(strict_types=1);
44

5-
namespace Rector\PHPUnit\Tests\CodeQuality\Rector\ClassMethod\BehatPHPUnitAssertToWebmozzartRector;
5+
namespace Rector\PHPUnit\Tests\CodeQuality\Rector\ClassMethod\BehatPHPUnitAssertToWebmozartRector;
66

77
use Iterator;
88
use PHPUnit\Framework\Attributes\DataProvider;
99
use Rector\Testing\PHPUnit\AbstractRectorTestCase;
1010

11-
final class BehatPHPUnitAssertToWebmozzartRectorTest extends AbstractRectorTestCase
11+
final class BehatPHPUnitAssertToWebmozartRectorTest extends AbstractRectorTestCase
1212
{
1313
#[DataProvider('provideData')]
1414
public function test(string $filePath): void

rules-tests/CodeQuality/Rector/ClassMethod/BehatPHPUnitAssertToWebmozzartRector/Fixture/skip_phpunit_context.php.inc renamed to rules-tests/CodeQuality/Rector/ClassMethod/BehatPHPUnitAssertToWebmozartRector/Fixture/skip_phpunit_context.php.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Rector\PHPUnit\Tests\CodeQuality\Rector\ClassMethod\BehatPHPUnitAssertToWebmozzartRector\Fixture;
3+
namespace Rector\PHPUnit\Tests\CodeQuality\Rector\ClassMethod\BehatPHPUnitAssertToWebmozartRector\Fixture;
44

55
use PHPUnit\Framework\Assert;
66
use PHPUnit\Framework\TestCase;

rules-tests/CodeQuality/Rector/ClassMethod/BehatPHPUnitAssertToWebmozzartRector/Fixture/some_class.php.inc renamed to rules-tests/CodeQuality/Rector/ClassMethod/BehatPHPUnitAssertToWebmozartRector/Fixture/some_class.php.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Rector\PHPUnit\Tests\CodeQuality\Rector\ClassMethod\BehatPHPUnitAssertToWebmozzartRector\Fixture;
3+
namespace Rector\PHPUnit\Tests\CodeQuality\Rector\ClassMethod\BehatPHPUnitAssertToWebmozartRector\Fixture;
44

55
use Behat\Behat\Context\Context;
66
use PHPUnit\Framework\Assert;
@@ -19,7 +19,7 @@ final class SomeClass implements Context
1919
-----
2020
<?php
2121

22-
namespace Rector\PHPUnit\Tests\CodeQuality\Rector\ClassMethod\BehatPHPUnitAssertToWebmozzartRector\Fixture;
22+
namespace Rector\PHPUnit\Tests\CodeQuality\Rector\ClassMethod\BehatPHPUnitAssertToWebmozartRector\Fixture;
2323

2424
use Behat\Behat\Context\Context;
2525
use PHPUnit\Framework\Assert;

rules-tests/CodeQuality/Rector/ClassMethod/BehatPHPUnitAssertToWebmozzartRector/config/configured_rule.php renamed to rules-tests/CodeQuality/Rector/ClassMethod/BehatPHPUnitAssertToWebmozartRector/config/configured_rule.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
use Rector\Config\RectorConfig;
6-
use Rector\PHPUnit\CodeQuality\Rector\ClassMethod\BehatPHPUnitAssertToWebmozzartRector;
6+
use Rector\PHPUnit\CodeQuality\Rector\ClassMethod\BehatPHPUnitAssertToWebmozartRector;
77

88
return RectorConfig::configure()
9-
->withRules([BehatPHPUnitAssertToWebmozzartRector::class]);
9+
->withRules([BehatPHPUnitAssertToWebmozartRector::class]);

rules/CodeQuality/Rector/ClassMethod/BehatPHPUnitAssertToWebmozzartRector.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
use Symplify\RuleDocGenerator\ValueObject\RuleDefinition;
1919

2020
/**
21-
* @see \Rector\PHPUnit\Tests\CodeQuality\Rector\ClassMethod\BehatPHPUnitAssertToWebmozzartRector\BehatPHPUnitAssertToWebmozzartRectorTest
21+
* @see \Rector\PHPUnit\Tests\CodeQuality\Rector\ClassMethod\BehatPHPUnitAssertToWebmozartRector\BehatPHPUnitAssertToWebmozartRectorTest
2222
*/
23-
final class BehatPHPUnitAssertToWebmozzartRector extends AbstractRector
23+
final class BehatPHPUnitAssertToWebmozartRector extends AbstractRector
2424
{
2525
/**
2626
* @var array<string, string>

0 commit comments

Comments
 (0)