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 cea38a8 commit fe7af28Copy full SHA for fe7af28
dev/tests/functional/tests/app/Magento/PageBuilder/Mtf/App/State/PageBuilderHandler.php
@@ -3,11 +3,17 @@
3
* Copyright © Magento, Inc. All rights reserved.
4
* See COPYING.txt for license details.
5
*/
6
+
7
+declare(strict_types=1);
8
9
namespace Magento\PageBuilder\Mtf\App\State;
10
11
use Magento\Mtf\App\State\AbstractState;
12
use Magento\Mtf\App\State\StateHandlerInterface;
13
14
+/**
15
+ * MTF test observer for managing PageBuilder's state
16
+ */
17
class PageBuilderHandler implements StateHandlerInterface
18
{
19
/**
0 commit comments