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

Issue #1641670 by Pedro Lozano: Convert module tests to PSR-0.

parent fb0b7ba1
No related branches found
No related tags found
No related merge requests found
......@@ -2,13 +2,17 @@
/**
* @file
* Definition of ViewsModuleTest.
* Definition of Drupal\views\Tests\ModuleTest.
*/
namespace Drupal\views\Tests;
use ViewsSqlTest;
/**
* Tests basic functions from the Views module.
*/
class ViewsModuleTest extends ViewsSqlTest {
class ModuleTest extends ViewsSqlTest {
public static function getInfo() {
return array(
'name' => 'Tests views.module',
......
......@@ -247,7 +247,6 @@ 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_groupby.test
files[] = tests/views_module.test
files[] = tests/views_plugin_localization_test.inc
files[] = tests/views_query.test
files[] = tests/views_test.views_default.inc
......
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