Skip to content
This repository was archived by the owner on Nov 14, 2019. It is now read-only.

Commit 6f0bed6

Browse files
committed
bug #254 Fix tests for new Symfony 3.1 version. (regniblod)
This PR was merged into the 1.0-dev branch. Discussion ---------- Fix tests for new Symfony 3.1 version. Commits ------- e8b2fa2 Fix tests for new Symfony 3.1 version.
2 parents 10fe668 + e8b2fa2 commit 6f0bed6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/Symfony/Installer/Tests/IntegrationTest.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@ public function provideSymfonyInstallationData()
107107
return array(
108108
array(
109109
'',
110+
'/.*Symfony 3\.1\.\d+ was successfully installed.*/',
111+
'/Symfony version 3\.1\.\d+(-DEV)? - app\/dev\/debug/',
112+
),
113+
114+
array(
115+
'3.0',
110116
'/.*Symfony 3\.0\.\d+ was successfully installed.*/',
111117
'/Symfony version 3\.0\.\d+(-DEV)? - app\/dev\/debug/',
112118
),

0 commit comments

Comments
 (0)