We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485869e commit 64df5bbCopy full SHA for 64df5bb
app/code/Magento/Cron/Test/Unit/Shell/CommandRendererBackgroundTest.php
@@ -7,7 +7,7 @@
7
8
declare(strict_types=1);
9
10
-namespace Magento\Cron\Shell\Test\Unit;
+namespace Magento\Cron\Test\Unit\Shell;
11
12
use Magento\Cron\Shell\CommandRendererBackground;
13
use Magento\Framework\Filesystem;
@@ -17,7 +17,7 @@
17
use PHPUnit\Framework\TestCase;
18
19
/**
20
- * @covers CommandRendererBackground
+ * @covers \Magento\Cron\Shell\CommandRendererBackground
21
*/
22
class CommandRendererBackgroundTest extends TestCase
23
{
0 commit comments