Skip to content

Commit fe7af28

Browse files
committed
MC-11044: Address Core MTF Tests That Are Skipped By PageBuilder
Add class annotation and strict_types declaration
1 parent cea38a8 commit fe7af28

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dev/tests/functional/tests/app/Magento/PageBuilder/Mtf/App/State/PageBuilderHandler.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,17 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
7+
declare(strict_types=1);
8+
69
namespace Magento\PageBuilder\Mtf\App\State;
710

811
use Magento\Mtf\App\State\AbstractState;
912
use Magento\Mtf\App\State\StateHandlerInterface;
1013

14+
/**
15+
* MTF test observer for managing PageBuilder's state
16+
*/
1117
class PageBuilderHandler implements StateHandlerInterface
1218
{
1319
/**

0 commit comments

Comments
 (0)