You are here

public function TagadelicTagMethodsTest::testGet_weight in Tagadelic 7.2

@covers TagadelicTag::get_weight

File

tests/TagadelicTagMethodsTest.php, line 39

Class

TagadelicTagMethodsTest
Class TagadelicTagMethodsTest

Code

public function testGet_weight() {
  $this->object
    ->set_weight(123);
  $this
    ->assertSame(123, $this->object
    ->get_weight());
}