1.20.x backdrop_web_test_case.php BackdropUnitTestCase::__construct($test_id = NULL)

Constructor for BackdropUnitTestCase.

Overrides BackdropTestCase::__construct

File

modules/simpletest/backdrop_web_test_case.php, line 846

Class

BackdropUnitTestCase
Test case for Backdrop unit tests.

Code

function __construct($test_id = NULL) {
  parent::__construct($test_id);
  $this->skipClasses[__CLASS__] = TRUE;
}