You are here

public function MetricTest::testOutOfBoundsIndex in Googalytics - Google Analytics 8

Test an index greater than the valid range.

@expectedException \InvalidArgumentException

File

tests/src/Unit/AnalyticsCommand/MetricTest.php, line 68

Class

MetricTest
@coversDefaultClass \Drupal\ga\AnalyticsCommand\Metric @group ga

Namespace

Drupal\Tests\ga\Unit\AnalyticsCommand

Code

public function testOutOfBoundsIndex() {
  new Metric(420, 123);
}