You are here

public function TagadelicTagMethodsTest::testDistributed in Tagadelic 7.2

@covers TagadelicTag::distributed

File

tests/TagadelicTagMethodsTest.php, line 147

Class

TagadelicTagMethodsTest
Class TagadelicTagMethodsTest

Code

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