Skip to content

Commit 61bdbc3

Browse files
ShradddhaShradddha
authored andcommitted
AC-11979:: Remove Deprecations- PhpUnit10 Integration Tests
1 parent 3344d49 commit 61bdbc3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/code/Magento/Backend/Test/Unit/Console/Command/AbstractCacheSetCommandTestCase.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
declare(strict_types=1);
77

88
namespace Magento\Backend\Test\Unit\Console\Command;
9+
910
abstract class AbstractCacheSetCommandTestCase extends AbstractCacheManageCommandTestCase
1011
{
1112
/**

app/code/Magento/Config/Test/Unit/Model/Config/Backend/SerializedTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class SerializedTest extends TestCase
3030

3131
/**
3232
* @var ScopeConfigInterface|MockObject
33-
**/
33+
*/
3434
private $scopeConfigMock;
3535

3636
protected function setUp(): void

0 commit comments

Comments
 (0)