Skip to content

Commit 754730f

Browse files
committed
MCLOUD-7277: Fix failed tests on travis for PHP 7.1
1 parent 26bfa25 commit 754730f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codeception.dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ modules:
2525
composer_magento_password: "%REPO_PASSWORD%"
2626
composer_github_token: "%GITHUB_TOKEN%"
2727
use_cached_workdir: true
28-
printOutput: true
28+
printOutput: false
2929
Magento\CloudDocker\Test\Functional\Codeception\Docker:
3030
system_magento_dir: "%Magento.docker.settings.system.magento_dir%"
31-
printOutput: true
31+
printOutput: false
3232
PhpBrowser:
3333
url: "%Magento.docker.settings.env.url.base%"
3434
Magento\CloudDocker\Test\Functional\Codeception\MagentoDb:

0 commit comments

Comments
 (0)