Skip to content

Commit 734ebcd

Browse files
committed
MAGETWO-34390: Stabilization of replacing Zend_Locale with Native PHP Implementation
1 parent 4dbe477 commit 734ebcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/functional/tests/app/Magento/Install/Test/Constraint/AssertSuccessfulReadinessCheck.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ class AssertSuccessfulReadinessCheck extends AbstractConstraint
2222
/**
2323
* PHP extensions message.
2424
*/
25-
const PHP_EXTENSIONS_REGEXP = 'You meet (\d+) out of \1 PHP extensions requirements\.';
25+
const PHP_EXTENSIONS_REGEXP = '/You meet (\d+) out of \1 PHP extensions requirements\./';
2626

2727
/**
2828
* File permission message.
2929
*/
30-
const FILE_PERMISSION_REGEXP = 'You meet (\d+) out of \1 writable file permission requirements\.';
30+
const FILE_PERMISSION_REGEXP = '/You meet (\d+) out of \1 writable file permission requirements\./';
3131

3232
/**
3333
* Assert that PHP Version, PHP Extensions and File Permission are ok.

0 commit comments

Comments
 (0)