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

Commit 165813c

Browse files
committed
Added new tests for BETA and RC versions
1 parent 9e41335 commit 165813c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tests/Symfony/Installer/Tests/IntegrationTest.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,18 @@ public function provideSymfonyInstallationData()
106106
'/.*Symfony 2\.5\.6 was successfully installed.*/',
107107
'/Symfony version 2\.5\.6 - app\/dev\/debug/',
108108
),
109+
110+
array(
111+
'2.7-BETA1',
112+
'/.*Symfony 2\.7\-BETA1 was successfully installed.*/',
113+
'/Symfony version 2\.7\-BETA1 - app\/dev\/debug/',
114+
),
115+
116+
array(
117+
'2.7-RC1',
118+
'/.*Symfony 2\.7\-RC1 was successfully installed.*/',
119+
'/Symfony version 2\.7\-RC1 - app\/dev\/debug/',
120+
),
109121
);
110122
}
111123
}

0 commit comments

Comments
 (0)