You are here

public function TagadelicTagMethodsTest::testSet_weight in Tagadelic 7.2

@covers TagadelicTag::set_weight

File

tests/TagadelicTagMethodsTest.php, line 54

Class

TagadelicTagMethodsTest
Class TagadelicTagMethodsTest

Code

public function testSet_weight() {
  $this->object
    ->set_weight(123);
  $this
    ->assertAttributeSame(123, "weight", $this->object);
}