function DbLogResourceTest::setUp
Overrides ResourceTestBase::setUp
File
-
core/
modules/ hal/ tests/ src/ Functional/ dblog/ DbLogResourceTest.php, line 54
Class
- DbLogResourceTest
- Tests the watchdog database log resource.
Namespace
Drupal\Tests\hal\Functional\dblogCode
public function setUp() : void {
parent::setUp();
$auth = isset(static::$auth) ? [
static::$auth,
] : [];
$this->provisionResource([
static::$format,
], $auth);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.