You are here

public function StatsDTest::setUp in StatsD 7.2

Enable module.

File

lib/Drupal/statsd/Tests/StatsDTest.php, line 28
Tests for statsd module.

Class

StatsDTest
Unit tests for statsd.inc

Namespace

Drupal\statsd\Tests

Code

public function setUp() {
  parent::setUp('statsd');
}