Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 75dfc79

Browse filesBrowse files
committed
merged branch drak/securitybundle_test (PR #2888)
Commits ------- 62f3dc4 [SecurityBundle] Changed environment to something unique. Discussion ---------- [SecurityBundle] Fix name clash with functional tests Bug fix: no Feature addition: no Backwards compatibility break: no Symfony2 tests pass: yes Fixes the following tickets: - Todo: - Functional tests need a unique environment or it will produce class redeclare errors when multiple bundles are functional tested at the same time.
2 parents 202cefd + 62f3dc4 commit 75dfc79
Copy full SHA for 75dfc79

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/Symfony/Bundle/SecurityBundle/Tests/Functional/WebTestCase.php

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/Functional/WebTestCase.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ static protected function createKernel(array $options = array())
5959
return new $class(
6060
$options['test_case'],
6161
isset($options['root_config']) ? $options['root_config'] : 'config.yml',
62-
isset($options['environment']) ? $options['environment'] : 'test',
62+
isset($options['environment']) ? $options['environment'] : 'securitybundletest',
6363
isset($options['debug']) ? $options['debug'] : true
6464
);
6565
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.