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
6902fbd7
Commit
6902fbd7
authored
Jun 02, 2014
by
Jennifer Hodgdon
Browse files
Issue
#2275145
by martin107, dawehner: Fix covers statement in PathFieldDefinitionTest
parent
eaa62b5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/path/tests/src/Field/PathFieldDefinitionTest.php
View file @
6902fbd7
...
...
@@ -49,7 +49,7 @@ protected function getModuleAndPath() {
* Tests FieldDefinition::getColumns().
*
* @covers \Drupal\Core\Field\FieldDefinition::getColumns
* @covers \Drupal\path\Plugin\Field\FieldType\PathItem::
getS
chema
* @covers \Drupal\path\Plugin\Field\FieldType\PathItem::
s
chema
*/
public
function
testGetColumns
()
{
$this
->
assertSame
(
array
(),
$this
->
definition
->
getColumns
());
...
...
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