Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
taxonomy_menu
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
taxonomy_menu
Commits
53accf19
Commit
53accf19
authored
1 year ago
by
Damien McKenna
Committed by
Damien McKenna
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3343676
by DamienMcKenna: Remove empty unit test file.
parent
8a1945e2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/src/Unit/TaxonomyMenuTest.php
+0
-37
0 additions, 37 deletions
tests/src/Unit/TaxonomyMenuTest.php
with
0 additions
and
37 deletions
tests/src/Unit/TaxonomyMenuTest.php
deleted
100644 → 0
+
0
−
37
View file @
8a1945e2
<?php
namespace
Drupal\Tests\taxonomy_menu\Unit
;
use
Drupal\Tests\UnitTestCase
;
/**
* Class TaxonomyMenuTest.
*
* Provides automated tests for the taxonomy_menu module.
*
* @package Drupal\Tests\taxonomy_menu
*
* @group taxonomy_menu
*/
class
TaxonomyMenuTest
extends
UnitTestCase
{
/**
* {@inheritdoc}
*/
public
static
function
getInfo
()
{
return
[
'name'
=>
"taxonomy_menu TaxonomyMenu's controller functionality"
,
'description'
=>
'Test Unit for module taxonomy_menu and controller TaxonomyMenu.'
,
'group'
=>
'Other'
,
];
}
/**
* Tests taxonomy_menu functionality.
*/
public
function
testTaxonomyMenu
()
{
// Check that the basic functions of module taxonomy_menu.
$this
->
assertEquals
(
TRUE
,
TRUE
,
'Test Unit Generated via App Console.'
);
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment