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 b69d842 commit 1843e28Copy full SHA for 1843e28
app/code/Magento/Indexer/Test/Unit/Console/Command/IndexerReindexCommandTest.php
@@ -130,6 +130,11 @@ public function testExecuteAll()
130
self::STUB_INDEXER_NAME . ' index has been rebuilt successfully in',
131
$actualValue
132
);
133
+ $this->assertMatchesRegularExpression(
134
+ '/' . self::STUB_INDEXER_NAME
135
+ . ' index has been rebuilt successfully in (?:(?:([01]?\d|2[0-3]):)?([0-5]?\d):)?([0-5]?\d)/m',
136
+ $actualValue
137
+ );
138
}
139
140
/**
0 commit comments