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
224
Merge Requests
224
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
6d61ca5c
Commit
6d61ca5c
authored
May 11, 2014
by
alexpott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2256405
by blueminds: VocabularyUnitTest and VocabularyTest are misnamed.
parent
0d166fa5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyCrudTest.php
...taxonomy/lib/Drupal/taxonomy/Tests/VocabularyCrudTest.php
+2
-2
core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyUITest.php
...s/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyUITest.php
+2
-2
No files found.
core/modules/taxonomy/lib/Drupal/taxonomy/Tests/Vocabulary
Unit
Test.php
→
core/modules/taxonomy/lib/Drupal/taxonomy/Tests/Vocabulary
Crud
Test.php
View file @
6d61ca5c
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Contains \Drupal\taxonomy\Tests\Vocabulary
Unit
Test.
* Contains \Drupal\taxonomy\Tests\Vocabulary
Crud
Test.
*/
namespace
Drupal\taxonomy\Tests
;
...
...
@@ -10,7 +10,7 @@
/**
* Tests for taxonomy vocabulary functions.
*/
class
Vocabulary
Unit
Test
extends
TaxonomyTestBase
{
class
Vocabulary
Crud
Test
extends
TaxonomyTestBase
{
/**
* Modules to enable.
...
...
core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyTest.php
→
core/modules/taxonomy/lib/Drupal/taxonomy/Tests/Vocabulary
UI
Test.php
View file @
6d61ca5c
...
...
@@ -2,7 +2,7 @@
/**
* @file
*
Definition of Drupal\taxonomy\Tests\Vocabulary
Test.
*
Contains \Drupal\taxonomy\Tests\VocabularyUi
Test.
*/
namespace
Drupal\taxonomy\Tests
;
...
...
@@ -10,7 +10,7 @@
/**
* Tests the taxonomy vocabulary interface.
*/
class
VocabularyTest
extends
TaxonomyTestBase
{
class
Vocabulary
Ui
Test
extends
TaxonomyTestBase
{
public
static
function
getInfo
()
{
return
array
(
...
...
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