diff --git a/core/modules/views/src/Tests/Handler/RelationshipTest.php b/core/modules/views/src/Tests/Handler/RelationshipTest.php index ec48c9e..f53a88e 100644 --- a/core/modules/views/src/Tests/Handler/RelationshipTest.php +++ b/core/modules/views/src/Tests/Handler/RelationshipTest.php @@ -64,7 +64,7 @@ public function testRelationshipBuild() { /** * Tests the query result of a view with a relationship. */ - public function _testRelationshipQuery() { + public function testRelationshipQuery() { // Set the first entry to have the admin as author. db_query("UPDATE {views_test_data} SET uid = 1 WHERE id = 1"); db_query("UPDATE {views_test_data} SET uid = 2 WHERE id <> 1");