You are here

public function TagadelicTagTest::testDistributed in Tagadelic 8.3

@covers ::distributed

File

tests/src/Unit/TagadelicTagTest.php, line 75
Contains \Drupal\Tests\tagadelic\Unit\TagadelicTagTest.

Class

TagadelicTagTest
@coversDefaultClass \Drupal\tagadelic\TagadelicTag @group tagadelic

Namespace

Drupal\Tests\tagadelic\Unit

Code

public function testDistributed() {
  $this
    ->assertEquals(log(2), $this->object
    ->distributed());
}