Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
311
Merge Requests
311
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
fea90901
Commit
fea90901
authored
Jul 07, 2014
by
alexpott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2293825
by sun: Fixed Various test classes do not have a "Test" suffix.
parent
a4f2506b
Changes
20
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
42 additions
and
42 deletions
+42
-42
core/modules/comment/src/Tests/Views/DefaultViewRecentCommentsTest.php
...comment/src/Tests/Views/DefaultViewRecentCommentsTest.php
+2
-2
core/modules/language/tests/src/Menu/LanguageLocalTasksTest.php
...odules/language/tests/src/Menu/LanguageLocalTasksTest.php
+2
-2
core/modules/locale/src/Tests/LocaleJavascriptTranslationTest.php
...ules/locale/src/Tests/LocaleJavascriptTranslationTest.php
+2
-2
core/modules/migrate_drupal/src/Tests/d6/MigrateCommentVariableEntityDisplayTest.php
.../src/Tests/d6/MigrateCommentVariableEntityDisplayTest.php
+2
-2
core/modules/migrate_drupal/src/Tests/d6/MigrateCommentVariableEntityFormDisplayTest.php
.../Tests/d6/MigrateCommentVariableEntityFormDisplayTest.php
+2
-2
core/modules/migrate_drupal/src/Tests/d6/MigrateCommentVariableFieldTest.php
...e_drupal/src/Tests/d6/MigrateCommentVariableFieldTest.php
+2
-2
core/modules/migrate_drupal/src/Tests/d6/MigrateCommentVariableInstanceTest.php
...rupal/src/Tests/d6/MigrateCommentVariableInstanceTest.php
+2
-2
core/modules/migrate_drupal/src/Tests/d6/MigrateDrupal6Test.php
...odules/migrate_drupal/src/Tests/d6/MigrateDrupal6Test.php
+4
-4
core/modules/node/src/Tests/NodeFieldMultilingualTest.php
core/modules/node/src/Tests/NodeFieldMultilingualTest.php
+2
-2
core/modules/node/src/Tests/NodeRevisionsAllTest.php
core/modules/node/src/Tests/NodeRevisionsAllTest.php
+2
-2
core/modules/node/src/Tests/Views/RevisionRelationshipsTest.php
...odules/node/src/Tests/Views/RevisionRelationshipsTest.php
+2
-2
core/modules/system/src/Tests/Theme/EnginePhpTemplateTest.php
.../modules/system/src/Tests/Theme/EnginePhpTemplateTest.php
+2
-2
core/modules/system/src/Tests/Theme/EngineTwigTest.php
core/modules/system/src/Tests/Theme/EngineTwigTest.php
+2
-2
core/modules/system/src/Tests/Update/InvalidUpdateHookTest.php
...modules/system/src/Tests/Update/InvalidUpdateHookTest.php
+2
-2
core/modules/system/src/Tests/Update/UpdatesWith7xTest.php
core/modules/system/src/Tests/Update/UpdatesWith7xTest.php
+2
-2
core/modules/taxonomy/src/Tests/Views/RelationshipRepresentativeNodeTest.php
...my/src/Tests/Views/RelationshipRepresentativeNodeTest.php
+2
-2
core/modules/user/src/Tests/UserBlocksTest.php
core/modules/user/src/Tests/UserBlocksTest.php
+2
-2
core/modules/user/src/Tests/Views/RelationshipRepresentativeNodeTest.php
...er/src/Tests/Views/RelationshipRepresentativeNodeTest.php
+2
-2
core/modules/views_ui/src/Tests/DisplayCRUDTest.php
core/modules/views_ui/src/Tests/DisplayCRUDTest.php
+2
-2
core/modules/views_ui/src/Tests/DisplayPathTest.php
core/modules/views_ui/src/Tests/DisplayPathTest.php
+2
-2
No files found.
core/modules/comment/src/Tests/Views/DefaultViewRecentComments.php
→
core/modules/comment/src/Tests/Views/DefaultViewRecentComments
Test
.php
View file @
fea90901
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Contains \Drupal\comment\Tests\Views\DefaultViewRecentComments.
* Contains \Drupal\comment\Tests\Views\DefaultViewRecentComments
Test
.
*/
namespace
Drupal\comment\Tests\Views
;
...
...
@@ -14,7 +14,7 @@
/**
* Tests the Recent Comments default view.
*/
class
DefaultViewRecentComments
extends
ViewTestBase
{
class
DefaultViewRecentComments
Test
extends
ViewTestBase
{
/**
* Modules to enable.
...
...
core/modules/language/tests/src/Menu/LanguageLocalTasks.php
→
core/modules/language/tests/src/Menu/LanguageLocalTasks
Test
.php
View file @
fea90901
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Contains \Drupal\language\Tests\Menu\LanguageLocalTasks.
* Contains \Drupal\language\Tests\Menu\LanguageLocalTasks
Test
.
*/
namespace
Drupal\language\Tests\Menu
;
...
...
@@ -15,7 +15,7 @@
* @group Drupal
* @group language
*/
class
LanguageLocalTasks
extends
LocalTaskIntegrationTest
{
class
LanguageLocalTasks
Test
extends
LocalTaskIntegrationTest
{
public
static
function
getInfo
()
{
return
array
(
...
...
core/modules/locale/src/Tests/LocaleJavascriptTranslation.php
→
core/modules/locale/src/Tests/LocaleJavascriptTranslation
Test
.php
View file @
fea90901
...
...
@@ -2,7 +2,7 @@
/**
* @file
*
Definition of Drupal\locale\Tests\LocaleJavascriptTranslation
.
*
Contains \Drupal\locale\Tests\LocaleJavascriptTranslationTest
.
*/
namespace
Drupal\locale\Tests
;
...
...
@@ -13,7 +13,7 @@
/**
* Functional tests for JavaScript parsing for translatable strings.
*/
class
LocaleJavascriptTranslation
extends
WebTestBase
{
class
LocaleJavascriptTranslation
Test
extends
WebTestBase
{
/**
* Modules to enable.
...
...
core/modules/migrate_drupal/src/Tests/d6/MigrateCommentVariableEntityDisplay.php
→
core/modules/migrate_drupal/src/Tests/d6/MigrateCommentVariableEntityDisplay
Test
.php
View file @
fea90901
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Contains \Drupal\migrate_drupal\Tests\d6\MigrateCommentVariableEntityDisplay.
* Contains \Drupal\migrate_drupal\Tests\d6\MigrateCommentVariableEntityDisplay
Test
.
*/
namespace
Drupal\migrate_drupal\Tests\d6
;
...
...
@@ -10,7 +10,7 @@
/**
* Tests comment variables migrated into an entity display.
*/
class
MigrateCommentVariableEntityDisplay
extends
MigrateCommentVariableDisplayBase
{
class
MigrateCommentVariableEntityDisplay
Test
extends
MigrateCommentVariableDisplayBase
{
/**
* The migration to run.
...
...
core/modules/migrate_drupal/src/Tests/d6/MigrateCommentVariableEntityFormDisplay.php
→
core/modules/migrate_drupal/src/Tests/d6/MigrateCommentVariableEntityFormDisplay
Test
.php
View file @
fea90901
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Contains \Drupal\migrate_drupal\Tests\d6\MigrateCommentVariableEntityFormDisplay.
* Contains \Drupal\migrate_drupal\Tests\d6\MigrateCommentVariableEntityFormDisplay
Test
.
*/
namespace
Drupal\migrate_drupal\Tests\d6
;
...
...
@@ -10,7 +10,7 @@
/**
* Tests comment variables migrated into an entity display.
*/
class
MigrateCommentVariableEntityFormDisplay
extends
MigrateCommentVariableDisplayBase
{
class
MigrateCommentVariableEntityFormDisplay
Test
extends
MigrateCommentVariableDisplayBase
{
/**
* The migration to run.
...
...
core/modules/migrate_drupal/src/Tests/d6/MigrateCommentVariableField.php
→
core/modules/migrate_drupal/src/Tests/d6/MigrateCommentVariableField
Test
.php
View file @
fea90901
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Contains \Drupal\migrate_drupal\Tests\d6\MigrateCommentVariableField.
* Contains \Drupal\migrate_drupal\Tests\d6\MigrateCommentVariableField
Test
.
*/
namespace
Drupal\migrate_drupal\Tests\d6
;
...
...
@@ -13,7 +13,7 @@
/**
* Tests comment variables migrated into a field entity.
*/
class
MigrateCommentVariableField
extends
MigrateDrupalTestBase
{
class
MigrateCommentVariableField
Test
extends
MigrateDrupalTestBase
{
static
$modules
=
array
(
'comment'
,
'node'
);
...
...
core/modules/migrate_drupal/src/Tests/d6/MigrateCommentVariableInstance.php
→
core/modules/migrate_drupal/src/Tests/d6/MigrateCommentVariableInstance
Test
.php
View file @
fea90901
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Contains \Drupal\migrate_drupal\Tests\d6\MigrateCommentVariableInstance.
* Contains \Drupal\migrate_drupal\Tests\d6\MigrateCommentVariableInstance
Test
.
*/
namespace
Drupal\migrate_drupal\Tests\d6
;
...
...
@@ -13,7 +13,7 @@
/**
* Tests comment variables migrated into a field instance.
*/
class
MigrateCommentVariableInstance
extends
MigrateDrupalTestBase
{
class
MigrateCommentVariableInstance
Test
extends
MigrateDrupalTestBase
{
static
$modules
=
array
(
'comment'
,
'node'
);
...
...
core/modules/migrate_drupal/src/Tests/d6/MigrateDrupal6Test.php
View file @
fea90901
...
...
@@ -230,10 +230,10 @@ protected function getTestClassesList() {
__NAMESPACE__
.
'\MigrateCckFieldRevisionTest'
,
__NAMESPACE__
.
'\MigrateCommentTypeTest'
,
__NAMESPACE__
.
'\MigrateCommentTest'
,
__NAMESPACE__
.
'\MigrateCommentVariableEntityDisplay'
,
__NAMESPACE__
.
'\MigrateCommentVariableEntityFormDisplay'
,
__NAMESPACE__
.
'\MigrateCommentVariableField'
,
__NAMESPACE__
.
'\MigrateCommentVariableInstance'
,
__NAMESPACE__
.
'\MigrateCommentVariableEntityDisplay
Test
'
,
__NAMESPACE__
.
'\MigrateCommentVariableEntityFormDisplay
Test
'
,
__NAMESPACE__
.
'\MigrateCommentVariableField
Test
'
,
__NAMESPACE__
.
'\MigrateCommentVariableInstance
Test
'
,
__NAMESPACE__
.
'\MigrateContactCategoryTest'
,
__NAMESPACE__
.
'\MigrateContactConfigsTest'
,
__NAMESPACE__
.
'\MigrateBlockContentTest'
,
...
...
core/modules/node/src/Tests/NodeFieldMultilingualTest
Case
.php
→
core/modules/node/src/Tests/NodeFieldMultilingualTest.php
View file @
fea90901
...
...
@@ -2,7 +2,7 @@
/**
* @file
*
Definition of Drupal\node\Tests\NodeFieldMultilingualTestCase
.
*
Contains \Drupal\node\Tests\NodeFieldMultilingualTest
.
*/
namespace
Drupal\node\Tests
;
...
...
@@ -16,7 +16,7 @@
/**
* Functional test for multilingual fields.
*/
class
NodeFieldMultilingualTest
Case
extends
WebTestBase
{
class
NodeFieldMultilingualTest
extends
WebTestBase
{
/**
* Modules to enable.
...
...
core/modules/node/src/Tests/NodeRevisionsAllTest
Case
.php
→
core/modules/node/src/Tests/NodeRevisionsAllTest.php
View file @
fea90901
...
...
@@ -2,7 +2,7 @@
/**
* @file
*
Definition of Drupal\node\Tests\NodeRevisionsAllTestCase
.
*
Contains \Drupal\node\Tests\NodeRevisionsAllTest
.
*/
namespace
Drupal\node\Tests
;
...
...
@@ -10,7 +10,7 @@
/**
* Tests actions against revisions for user with access to all revisions.
*/
class
NodeRevisionsAllTest
Case
extends
NodeTestBase
{
class
NodeRevisionsAllTest
extends
NodeTestBase
{
protected
$nodes
;
protected
$revisionLogs
;
protected
$profile
=
"standard"
;
...
...
core/modules/node/src/Tests/Views/RevisionRelationships.php
→
core/modules/node/src/Tests/Views/RevisionRelationships
Test
.php
View file @
fea90901
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Contains \Drupal\node\Tests\Views\RevisionRelationships.
* Contains \Drupal\node\Tests\Views\RevisionRelationships
Test
.
*/
namespace
Drupal\node\Tests\Views
;
...
...
@@ -13,7 +13,7 @@
/**
* Tests basic node_revision table integration into views.
*/
class
RevisionRelationships
extends
ViewTestBase
{
class
RevisionRelationships
Test
extends
ViewTestBase
{
/**
* Modules to enable.
...
...
core/modules/system/src/Tests/Theme/
ThemeTestPhpTemplate
.php
→
core/modules/system/src/Tests/Theme/
EnginePhpTemplateTest
.php
View file @
fea90901
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Contains \Drupal\system\Tests\Theme\
ThemeTestPhpTemplate
.
* Contains \Drupal\system\Tests\Theme\
EnginePhpTemplateTest
.
*/
namespace
Drupal\system\Tests\Theme
;
...
...
@@ -12,7 +12,7 @@
/**
* Tests theme functions and templates with the PHPTemplate engine.
*/
class
ThemeTestPhpTemplate
extends
WebTestBase
{
class
EnginePhpTemplateTest
extends
WebTestBase
{
/**
* Modules to enable.
...
...
core/modules/system/src/Tests/Theme/
ThemeTestTwig
.php
→
core/modules/system/src/Tests/Theme/
EngineTwigTest
.php
View file @
fea90901
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Contains \Drupal\system\Tests\Theme\
ThemeTestTwig
.
* Contains \Drupal\system\Tests\Theme\
EngineTwigTest
.
*/
namespace
Drupal\system\Tests\Theme
;
...
...
@@ -12,7 +12,7 @@
/**
* Tests theme functions with the Twig engine.
*/
class
ThemeTestTwig
extends
WebTestBase
{
class
EngineTwigTest
extends
WebTestBase
{
/**
* Modules to enable.
...
...
core/modules/system/src/Tests/Update/InvalidUpdateHook.php
→
core/modules/system/src/Tests/Update/InvalidUpdateHook
Test
.php
View file @
fea90901
...
...
@@ -2,7 +2,7 @@
/**
* @file
*
Definition of Drupal\system\Tests\Update\InvalidUpdateHook
.
*
Contains \Drupal\system\Tests\Update\InvalidUpdateHookTest
.
*/
namespace
Drupal\system\Tests\Update
;
...
...
@@ -13,7 +13,7 @@
/**
* Tests for missing update dependencies.
*/
class
InvalidUpdateHook
extends
WebTestBase
{
class
InvalidUpdateHook
Test
extends
WebTestBase
{
/**
* Modules to enable.
...
...
core/modules/system/src/Tests/Update/UpdatesWith7x.php
→
core/modules/system/src/Tests/Update/UpdatesWith7x
Test
.php
View file @
fea90901
...
...
@@ -2,7 +2,7 @@
/**
* @file
*
Definition of Drupal\system\Tests\Update\UpdatesWith7x
.
*
Contains \Drupal\system\Tests\Update\UpdatesWith7xTest
.
*/
namespace
Drupal\system\Tests\Update
;
...
...
@@ -12,7 +12,7 @@
/**
* Tests for missing update dependencies.
*/
class
UpdatesWith7x
extends
WebTestBase
{
class
UpdatesWith7x
Test
extends
WebTestBase
{
/**
* Modules to enable.
...
...
core/modules/taxonomy/src/Tests/Views/RelationshipRepresentativeNode.php
→
core/modules/taxonomy/src/Tests/Views/RelationshipRepresentativeNode
Test
.php
View file @
fea90901
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Contains \Drupal\taxonomy\Tests\Views\RelationshipRepresentativeNode.
* Contains \Drupal\taxonomy\Tests\Views\RelationshipRepresentativeNode
Test
.
*/
namespace
Drupal\taxonomy\Tests\Views
;
...
...
@@ -12,7 +12,7 @@
/**
* Tests the representative node relationship for terms.
*/
class
RelationshipRepresentativeNode
extends
TaxonomyTestBase
{
class
RelationshipRepresentativeNode
Test
extends
TaxonomyTestBase
{
/**
* Views used by this test.
...
...
core/modules/user/src/Tests/UserBlocksTest
s
.php
→
core/modules/user/src/Tests/UserBlocksTest.php
View file @
fea90901
...
...
@@ -2,7 +2,7 @@
/**
* @file
*
Definition of Drupal\user\Tests\UserBlocksTests
.
*
Contains \Drupal\user\Tests\UserBlocksTest
.
*/
namespace
Drupal\user\Tests
;
...
...
@@ -12,7 +12,7 @@
/**
* Test user blocks.
*/
class
UserBlocksTest
s
extends
WebTestBase
{
class
UserBlocksTest
extends
WebTestBase
{
/**
* Modules to enable.
...
...
core/modules/user/src/Tests/Views/RelationshipRepresentativeNode.php
→
core/modules/user/src/Tests/Views/RelationshipRepresentativeNode
Test
.php
View file @
fea90901
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Contains \Drupal\user\Tests\Views\RelationshipRepresentativeNode.
* Contains \Drupal\user\Tests\Views\RelationshipRepresentativeNode
Test
.
*/
namespace
Drupal\user\Tests\Views
;
...
...
@@ -12,7 +12,7 @@
/**
* Tests the representative node relationship for users.
*/
class
RelationshipRepresentativeNode
extends
UserTestBase
{
class
RelationshipRepresentativeNode
Test
extends
UserTestBase
{
/**
* Views used by this test.
...
...
core/modules/views_ui/src/Tests/Display
TestCRUD
.php
→
core/modules/views_ui/src/Tests/Display
CRUDTest
.php
View file @
fea90901
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Contains \Drupal\views_ui\Tests\Display
TestCRUD
.
* Contains \Drupal\views_ui\Tests\Display
CRUDTest
.
*/
namespace
Drupal\views_ui\Tests
;
...
...
@@ -12,7 +12,7 @@
/**
* Tests the handling of displays in the UI, adding removing etc.
*/
class
Display
TestCRUD
extends
UITestBase
{
class
Display
CRUDTest
extends
UITestBase
{
/**
* Views used by this test.
...
...
core/modules/views_ui/src/Tests/DisplayPath.php
→
core/modules/views_ui/src/Tests/DisplayPath
Test
.php
View file @
fea90901
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Contains \Drupal\views_ui\Tests\DisplayPath
* Contains \Drupal\views_ui\Tests\DisplayPath
Test.
*/
namespace
Drupal\views_ui\Tests
;
...
...
@@ -12,7 +12,7 @@
*
* @see \Drupal\views\Plugin\views\display\PathPluginBase
*/
class
DisplayPath
extends
UITestBase
{
class
DisplayPath
Test
extends
UITestBase
{
/**
* Views used by this test.
...
...
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