Skip to content

Commit a44cb73

Browse files
committed
fixup! [code-quality] Add AssertThatToDirectAssertRector
1 parent 6832d24 commit a44cb73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rules-tests/CodeQuality/Rector/MethodCall/AssertThatToDirectAssertRector/Fixture/simple_assert_that.php.inc

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

55
namespace Rector\PHPUnit\Tests\CodeQuality\Rector\MethodCall\AssertThatToDirectAssertRector\Fixture;
66

7-
final class SimpleAssertTthat extends \PHPUnit\Framework\TestCase
7+
final class SimpleAssertThat extends \PHPUnit\Framework\TestCase
88
{
99
public function test()
1010
{
@@ -20,7 +20,7 @@ declare(strict_types=1);
2020

2121
namespace Rector\PHPUnit\Tests\CodeQuality\Rector\MethodCall\AssertThatToDirectAssertRector\Fixture;
2222

23-
final class SimpleAssertTthat extends \PHPUnit\Framework\TestCase
23+
final class SimpleAssertThat extends \PHPUnit\Framework\TestCase
2424
{
2525
public function test()
2626
{

0 commit comments

Comments
 (0)