You are here

public function TagadelicCloudTest::testSet_drupal in Tagadelic 7.2

@covers TagadelicCloud::set_drupal()

File

tests/TagadelicCloudTest.php, line 79

Class

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

Code

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