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
4e1c0fed
Commit
4e1c0fed
authored
Jul 19, 2013
by
alexpott
Browse files
Issue
#2029375
by damiankloip: Rename ModuleEnable test to ModuleEnableTest.
parent
a7ef6f36
Changes
1
Show whitespace changes
Inline
Side-by-side
core/modules/system/lib/Drupal/system/Tests/Module/ModuleEnable.php
→
core/modules/system/lib/Drupal/system/Tests/Module/ModuleEnable
Test
.php
View file @
4e1c0fed
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Contains Drupal\system\Tests\Module\ModuleEnable.
* Contains
\
Drupal\system\Tests\Module\ModuleEnable
Test
.
*/
namespace
Drupal\system\Tests\Module
;
...
...
@@ -13,7 +13,7 @@
/**
* Tests enabling modules.
*/
class
ModuleEnable
extends
WebTestBase
{
class
ModuleEnable
Test
extends
WebTestBase
{
public
static
function
getInfo
()
{
return
array
(
...
...
@@ -31,7 +31,7 @@ public static function getInfo() {
* be an array.
*/
function
testEnableUserTwice
()
{
module_
enable
(
array
(
'user'
),
FALSE
);
$this
->
container
->
get
(
'module_handler'
)
->
enable
(
array
(
'user'
),
FALSE
);
$this
->
assertIdentical
(
config
(
'system.module'
)
->
get
(
'enabled.user'
),
'0'
);
}
...
...
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