Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
simpletest.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
12 Dec 2013 at 01:59 UTC
Updated:
29 Jul 2014 at 23:12 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
berdirComment #2
alexpottCan not see any disadvantages to doing this! Nice find :)
Comment #3
xjm1: password-log-count-2154961-1.patch queued for re-testing.
Comment #4
catchWhy not do this for web tests too?
Comment #5
berdirThought about it but we currently don't have the possibility to do that.
I know there's an issue to add a testing service provider in an issue, but I can't remember which one right now, that would help.
Comment #6
catchFair enough. Committed/pushed to 8.x, thanks!
Comment #7
pwolanin commentedIt roughly looks like inside DrupalKernel::initializeContainer() you could make some tweaks if the environment is "testing"?
Comment #8
pwolanin commentedopened a new issue: #2165549: Reduce number of password hashing iterations in all tests to improve test performance