Skip to content
Snippets Groups Projects
Commit 504216ff authored by Tim Plunkett's avatar Tim Plunkett
Browse files

Issue #1700480 by tim.plunkett: Correctly mark base classes as abstract.

parent fa5a91c5
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
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
/** /**
* Provides some helper methods for testing fieldapi integration into views. * Provides some helper methods for testing fieldapi integration into views.
*/ */
class ApiTestBase extends ViewsSqlTest { abstract class ApiTestBase extends ViewsSqlTest {
protected $profile = 'standard'; protected $profile = 'standard';
/** /**
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
/** /**
* Views UI wizard tests. * Views UI wizard tests.
*/ */
class WizardTestBase extends ViewsSqlTest { abstract class WizardTestBase extends ViewsSqlTest {
protected $profile = 'standard'; protected $profile = 'standard';
function setUp() { function setUp() {
......
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