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

Commit 6751701

Browse files
committed
Fixed again one test
1 parent 3ea393a commit 6751701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Symfony/Installer/Tests/IntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public function provideSymfonyInstallationData()
110110
array(
111111
'2.7.0-BETA1',
112112
'/.*Symfony 2\.7\.0\-BETA1 was successfully installed.*/',
113-
'/Symfony version 2\.7\-BETA1 - app\/dev\/debug/',
113+
'/Symfony version 2\.7\.0\-BETA1 - app\/dev\/debug/',
114114
),
115115
);
116116
}

0 commit comments

Comments
 (0)