You are here

public function TagadelicCloudTest::testDrupalInstantiatesNewWrapper in Tagadelic 7.2

@covers TagadelicCloud::drupal()

File

tests/TagadelicCloudTest.php, line 97

Class

TagadelicCloudTest
Generated by PHPUnit_SkeletonGenerator on 2012-05-16 at 15:23:33.

Code

public function testDrupalInstantiatesNewWrapper() {
  $this->object
    ->set_drupal(NULL);
  $drupal = $this
    ->getMock("TagadelicDrupalWrapper");
  $this
    ->assertInstanceOf("TagadelicDrupalWrapper", $this->object
    ->drupal());
}