1 backdrop_web_test_case.php BackdropWebTestCase::__construct($test_id = NULL)

Constructor for BackdropWebTestCase.

Overrides BackdropTestCase::__construct

File

core/modules/simpletest/backdrop_web_test_case.php, line 1090

Class

BackdropWebTestCase
Test case for typical Backdrop tests.

Code

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