You are here

public function TagadelicTagMethodsTest::testSet_drupal in Tagadelic 7.2

@covers TagadelicTag::set_drupal

File

tests/TagadelicTagMethodsTest.php, line 62

Class

TagadelicTagMethodsTest
Class TagadelicTagMethodsTest

Code

public function testSet_drupal() {
  $drupal = $this
    ->getMock("TagaDelicDrupalWrapper");
  $this->object
    ->set_drupal($drupal);
  $this
    ->assertAttributeSame($drupal, "drupal", $this->object);
}