Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
174a7d1a
Commit
174a7d1a
authored
Jan 01, 2014
by
catch
Browse files
Issue
#2154961
by Berdir: Password hashing slows down DUBT tests.
parent
8d1f9b8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/simpletest/lib/Drupal/simpletest/DrupalUnitTestBase.php
View file @
174a7d1a
...
...
@@ -187,6 +187,11 @@ public function containerBuild(ContainerBuilder $container) {
$definition
=
$container
->
getDefinition
(
'path_processor_alias'
);
$definition
->
clearTag
(
'path_processor_inbound'
)
->
clearTag
(
'path_processor_outbound'
);
}
if
(
$container
->
hasDefinition
(
'password'
))
{
$container
->
getDefinition
(
'password'
)
->
setArguments
(
array
(
1
));
}
$request
=
Request
::
create
(
'/'
);
$this
->
container
->
set
(
'request'
,
$request
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment