Skip to content
Snippets Groups Projects
Commit 92447b83 authored by Pedro Lozano's avatar Pedro Lozano Committed by Tim Plunkett
Browse files

Issue #1639250 by Pedro Lozano: Convert exposd form tests to PSR-0.

parent f5fd5a4d
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,13 +2,17 @@
/**
* @file
* Definition of ViewsAnalyzeTest.
* Definition of Drupal\views\Tests\AnalyzeTest.
*/
namespace Drupal\views\Tests;
use ViewsSqlTest;
/**
* Tests the views analyze system.
*/
class ViewsAnalyzeTest extends ViewsSqlTest {
class AnalyzeTest extends ViewsSqlTest {
public static function getInfo() {
return array(
'name' => 'Views Analyze',
......
......@@ -2,13 +2,17 @@
/**
* @file
* Definition of ViewsExposedFormTest.
* Definition of Drupal\views\Tests\ExposedFormTest.
*/
namespace Drupal\views\Tests;
use ViewsSqlTest;
/**
* Tests exposed forms.
*/
class ViewsExposedFormTest extends ViewsSqlTest {
class ExposedFormTest extends ViewsSqlTest {
public static function getInfo() {
return array(
'name' => 'Exposed forms',
......
......@@ -2,13 +2,17 @@
/**
* @file
* Definition of ViewsGlossaryTestCase.
* Definition of Drupal\views\Tests\GlossaryTest.
*/
namespace Drupal\views\Tests;
use ViewsSqlTest;
/**
* Tests glossary view ( summary of arguments ).
*/
class ViewsGlossaryTestCase extends ViewsSqlTest {
class GlossaryTest extends ViewsSqlTest {
public static function getInfo() {
return array(
'name' => 'Glossary Test',
......
......@@ -248,11 +248,8 @@ files[] = tests/test_plugins/views_test_plugin_access_test_dynamic.inc
files[] = tests/test_plugins/views_test_plugin_access_test_static.inc
files[] = tests/plugins/views_plugin_display.test
files[] = tests/views_access.test
files[] = tests/views_analyze.test
files[] = tests/views_argument_default.test
files[] = tests/views_exposed_form.test
files[] = tests/field/views_fieldapi.test
files[] = tests/views_glossary.test
files[] = tests/views_groupby.test
files[] = tests/views_handlers.test
files[] = tests/views_module.test
......
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