Skip to content
Snippets Groups Projects
Commit 081a59c7 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2012170 by ParisLiakos: Move ViewsUITest to the correct place.

parent c65c6440
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -2,27 +2,20 @@
/**
* @file
* Contains \Drupal\Tests\UI\ViewsUITest.
* Contains \Drupal\views_ui\Tests\Form\Ajax\RearrangeFilterTest.
*/
namespace Drupal\views\Tests\views\UI;
namespace Drupal\views_ui\Tests\Form\Ajax;
use Drupal\Tests\UnitTestCase;
use Drupal\views_ui\Form\Ajax\RearrangeFilter;
/**
* Tests views_ui functions and methods.
* Tests RearrangeFilter's methods.
*
* @group Views UI
*/
class ViewsUITest extends UnitTestCase {
/**
* Modules to enable.
*
* @var array
*/
public static $modules = array('views', 'views_ui');
class RearrangeFilterTest extends UnitTestCase {
public static function getInfo() {
return array(
......
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