You are here

public function TagadelicTagMethodsTest::testDrupal in Tagadelic 7.2

@covers TagadelicTag::drupal

File

tests/TagadelicTagMethodsTest.php, line 71

Class

TagadelicTagMethodsTest
Class TagadelicTagMethodsTest

Code

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