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 3e7814a commit 47c99ccCopy full SHA for 47c99cc
dev/tests/integration/testsuite/Magento/AsynchronousOperations/_files/operation_searchable.php
@@ -3,6 +3,9 @@
3
* Copyright © Magento, Inc. All rights reserved.
4
* See COPYING.txt for license details.
5
*/
6
+
7
+declare(strict_types=1);
8
9
use Magento\TestFramework\Helper\Bootstrap;
10
use Magento\Framework\Bulk\OperationInterface;
11
@@ -20,8 +23,8 @@
20
23
'user_id' => 1,
21
24
'description' => 'Bulk Description',
22
25
'operation_count' => 3,
- 'start_time' => '2009-10-10 00:00:00'
- ]
26
+ 'start_time' => '2009-10-10 00:00:00',
27
+ ],
28
];
29
// Only processed operations are saved into database (i.e. operations that are not in 'open' state)
30
$operations = [
0 commit comments