public function SetTest::testDefaultPriority in Googalytics - Google Analytics 8
Test the default priority.
File
- tests/
src/ Unit/ AnalyticsCommand/ SetTest.php, line 17
Class
- SetTest
- @coversDefaultClass \Drupal\ga\AnalyticsCommand\Set @group ga
Namespace
Drupal\Tests\ga\Unit\AnalyticsCommandCode
public function testDefaultPriority() {
$command = new Set('key', 'value');
$this
->assertEquals(100, $command
->getPriority());
}