Skip to content

Commit 64df5bb

Browse files
committed
Correct namespace
1 parent 485869e commit 64df5bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Cron/Test/Unit/Shell/CommandRendererBackgroundTest.php

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

88
declare(strict_types=1);
99

10-
namespace Magento\Cron\Shell\Test\Unit;
10+
namespace Magento\Cron\Test\Unit\Shell;
1111

1212
use Magento\Cron\Shell\CommandRendererBackground;
1313
use Magento\Framework\Filesystem;
@@ -17,7 +17,7 @@
1717
use PHPUnit\Framework\TestCase;
1818

1919
/**
20-
* @covers CommandRendererBackground
20+
* @covers \Magento\Cron\Shell\CommandRendererBackground
2121
*/
2222
class CommandRendererBackgroundTest extends TestCase
2323
{

0 commit comments

Comments
 (0)