Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
e7ecf68c
Commit
e7ecf68c
authored
Feb 01, 2013
by
Dries Buytaert
Browse files
Issue
#1899862
by sun: Fixed WebTestBase::() does not have a uid.
parent
ac40edf3
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
View file @
e7ecf68c
...
...
@@ -747,6 +747,7 @@ protected function setUp() {
// @see install.php, install.core.inc
$connection_info
=
Database
::
getConnectionInfo
();
$this
->
root_user
=
(
object
)
array
(
'uid'
=>
1
,
'name'
=>
'admin'
,
'mail'
=>
'admin@example.com'
,
'pass_raw'
=>
$this
->
randomName
(),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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