Skip to content
Snippets Groups Projects
Commit 53accf19 authored by Damien McKenna's avatar Damien McKenna Committed by Damien McKenna
Browse files

Issue #3343676 by DamienMcKenna: Remove empty unit test file.

parent 8a1945e2
No related branches found
No related tags found
No related merge requests found
<?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.');
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment