Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
simpletest.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 May 2014 at 15:46 UTC
Updated:
29 Jul 2014 at 23:37 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
alexpottComment #2
alexpottComment #3
alexpottWithout this patch you can not use run-tests.sh without a parent site. With it everythign works as expected.
To run run-tests.sh without a parent site you need to add --sqlite and --dburl parameters.
Above are the errors without this patch from running a parentless test.
Comment #4
berdirConfirmed, makes the warning go away and fixes it for the no-parent-mode. Need to confirm testbot output but this should be good.
Comment #5
alexpottTalked to @sun in IRC the second element of the array is usually the module name - in this case let's use the component name.
Comment #6
sunLet's use the component name with its capitalized notion to prevent name clashes; i.e., 'Test'
x-post... yes, that, and also adjusting the method override.
Comment #7
sunComment #8
catchCommitted/pushed to 8.x, thanks!