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
297
Merge Requests
297
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
d7efdaa9
Commit
d7efdaa9
authored
Jun 27, 2014
by
alexpott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2262195
by sun: Fixed Various test classes are missing phpDoc.
parent
0e8032ef
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
17 additions
and
0 deletions
+17
-0
core/modules/locale/src/Tests/LocaleLocaleLookupTest.php
core/modules/locale/src/Tests/LocaleLocaleLookupTest.php
+3
-0
core/modules/migrate/tests/src/process/CallbackTest.php
core/modules/migrate/tests/src/process/CallbackTest.php
+2
-0
core/modules/migrate/tests/src/process/ConcatTest.php
core/modules/migrate/tests/src/process/ConcatTest.php
+2
-0
core/modules/migrate/tests/src/process/GetTest.php
core/modules/migrate/tests/src/process/GetTest.php
+2
-0
core/modules/migrate/tests/src/process/StaticMapTest.php
core/modules/migrate/tests/src/process/StaticMapTest.php
+2
-0
core/modules/migrate_drupal/tests/src/source/VariableTest.php
.../modules/migrate_drupal/tests/src/source/VariableTest.php
+2
-0
core/modules/migrate_drupal/tests/src/source/d6/Drupal6SqlBaseTest.php
...migrate_drupal/tests/src/source/d6/Drupal6SqlBaseTest.php
+2
-0
core/tests/Drupal/Tests/Core/Path/PathMatcherTest.php
core/tests/Drupal/Tests/Core/Path/PathMatcherTest.php
+2
-0
No files found.
core/modules/locale/src/Tests/LocaleLocaleLookupTest.php
View file @
d7efdaa9
...
...
@@ -10,6 +10,9 @@
use
Drupal\Core\Language\Language
;
use
Drupal\simpletest\WebTestBase
;
/**
* Tests that LocaleLookup does not cause circular references.
*/
class
LocaleLocaleLookupTest
extends
WebTestBase
{
/**
...
...
core/modules/migrate/tests/src/process/CallbackTest.php
View file @
d7efdaa9
...
...
@@ -10,6 +10,8 @@
use
Drupal\migrate\Plugin\migrate\process\Callback
;
/**
* Tests the callback process plugin.
*
* @group migrate
* @group Drupal
*/
...
...
core/modules/migrate/tests/src/process/ConcatTest.php
View file @
d7efdaa9
...
...
@@ -10,6 +10,8 @@
use
Drupal\migrate\Plugin\migrate\process\Concat
;
/**
* Tests the concat process plugin.
*
* @group migrate
* @group Drupal
*/
...
...
core/modules/migrate/tests/src/process/GetTest.php
View file @
d7efdaa9
...
...
@@ -10,6 +10,8 @@
use
Drupal\migrate\Row
;
/**
* Tests the get process plugin.
*
* @group migrate
* @group Drupal
*/
...
...
core/modules/migrate/tests/src/process/StaticMapTest.php
View file @
d7efdaa9
...
...
@@ -9,6 +9,8 @@
use
Drupal\migrate\Plugin\migrate\process\StaticMap
;
/**
* Tests the static map process plugin.
*
* @group migrate
* @group Drupal
*/
...
...
core/modules/migrate_drupal/tests/src/source/VariableTest.php
View file @
d7efdaa9
...
...
@@ -10,6 +10,8 @@
use
Drupal\migrate\Tests\MigrateSqlSourceTestCase
;
/**
* Tests the variable source plugin.
*
* @group migrate_drupal
* @group Drupal
*/
...
...
core/modules/migrate_drupal/tests/src/source/d6/Drupal6SqlBaseTest.php
View file @
d7efdaa9
...
...
@@ -10,6 +10,8 @@
use
Drupal\migrate\Tests\MigrateTestCase
;
/**
* Tests the D6 SQL base class.
*
* @group migrate_drupal
* @group Drupal
*/
...
...
core/tests/Drupal/Tests/Core/Path/PathMatcherTest.php
View file @
d7efdaa9
...
...
@@ -12,6 +12,8 @@
use
Drupal\Tests\UnitTestCase
;
/**
* Tests that path matching is working properly.
*
* @group Drupal
* @see \Drupal\Core\Path\PathMatcher
*/
...
...
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