You are here

public function TagadelicTagMethodsTest::testForce_clean in Tagadelic 7.2

@covers TagadelicTag::force_clean

File

tests/TagadelicTagMethodsTest.php, line 112

Class

TagadelicTagMethodsTest
Class TagadelicTagMethodsTest

Code

public function testForce_clean() {
  $this->object
    ->force_clean();
  $this
    ->assertAttributeSame(FALSE, "dirty", $this->object);
}