You are here

DummyTestClass.php in Upgrade Status 8.2

Same filename and directory in other branches
  1. 8 tests/modules/upgrade_status_test_error/src/DummyTestClass.php

File

tests/modules/upgrade_status_test_error/src/DummyTestClass.php
View source
<?php

namespace Drupal\upgrade_status_test_error;

use Drupal\simpletest\WebTestBase;

/**
 * A DummyTestClass to test deprecation of WebTestBase.
 *
 * @group upgrade_status_test_error
 */
class DummyTestClass extends WebTestBase {

  /**
   * No-op test method to make testbot happy.
   */
  public function testNoop() {
  }

}

Classes

Namesort descending Description
DummyTestClass A DummyTestClass to test deprecation of WebTestBase.