File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dev/tests/functional/tests/app/Magento/Install/Test/Constraint Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ class AssertSuccessfulReadinessCheck extends AbstractConstraint
22
22
/**
23
23
* PHP extensions message.
24
24
*/
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\./ ' ;
26
26
27
27
/**
28
28
* File permission message.
29
29
*/
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\./ ' ;
31
31
32
32
/**
33
33
* Assert that PHP Version, PHP Extensions and File Permission are ok.
You can’t perform that action at this time.
0 commit comments