You are here

public function TagadelicTagMethodsTest::testForce_dirty in Tagadelic 7.2

@covers TagadelicTag::force_dirty

File

tests/TagadelicTagMethodsTest.php, line 104

Class

TagadelicTagMethodsTest
Class TagadelicTagMethodsTest

Code

public function testForce_dirty() {
  $this->object
    ->force_dirty();
  $this
    ->assertAttributeSame(TRUE, "dirty", $this->object);
}