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