File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
rules-tests/CodeQuality/Rector/ClassMethod/BehatPHPUnitAssertToWebmozartRector
rules/CodeQuality/Rector/ClassMethod Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5- namespace Rector \PHPUnit \Tests \CodeQuality \Rector \ClassMethod \BehatPHPUnitAssertToWebmozzartRector ;
5+ namespace Rector \PHPUnit \Tests \CodeQuality \Rector \ClassMethod \BehatPHPUnitAssertToWebmozartRector ;
66
77use Iterator ;
88use PHPUnit \Framework \Attributes \DataProvider ;
99use 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
Original file line number Diff line number Diff line change 11<?php
22
3- namespace Rector \PHPUnit \Tests \CodeQuality \Rector \ClassMethod \BehatPHPUnitAssertToWebmozzartRector \Fixture ;
3+ namespace Rector \PHPUnit \Tests \CodeQuality \Rector \ClassMethod \BehatPHPUnitAssertToWebmozartRector \Fixture ;
44
55use PHPUnit \Framework \Assert ;
66use PHPUnit \Framework \TestCase ;
Original file line number Diff line number Diff line change 11<?php
22
3- namespace Rector \PHPUnit \Tests \CodeQuality \Rector \ClassMethod \BehatPHPUnitAssertToWebmozzartRector \Fixture ;
3+ namespace Rector \PHPUnit \Tests \CodeQuality \Rector \ClassMethod \BehatPHPUnitAssertToWebmozartRector \Fixture ;
44
55use Behat \Behat \Context \Context ;
66use 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
2424use Behat \Behat \Context \Context ;
2525use PHPUnit \Framework \Assert ;
Original file line number Diff line number Diff line change 33declare (strict_types=1 );
44
55use Rector \Config \RectorConfig ;
6- use Rector \PHPUnit \CodeQuality \Rector \ClassMethod \BehatPHPUnitAssertToWebmozzartRector ;
6+ use Rector \PHPUnit \CodeQuality \Rector \ClassMethod \BehatPHPUnitAssertToWebmozartRector ;
77
88return RectorConfig::configure ()
9- ->withRules ([BehatPHPUnitAssertToWebmozzartRector ::class]);
9+ ->withRules ([BehatPHPUnitAssertToWebmozartRector ::class]);
Original file line number Diff line number Diff line change 1818use 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>
You can’t perform that action at this time.
0 commit comments