You are here

public function TagadelicTagMethodsTest::testDrupalInstatiatesNewWrapper in Tagadelic 7.2

@covers TagadelicTag::drupal

File

tests/TagadelicTagMethodsTest.php, line 80

Class

TagadelicTagMethodsTest
Class TagadelicTagMethodsTest

Code

public function testDrupalInstatiatesNewWrapper() {
  $this->object
    ->set_drupal(NULL);
  $this
    ->assertInstanceOf("TagaDelicDrupalWrapper", $this->object
    ->drupal());
}