You are here

protected function TagadelicCloudTest::setUp in Tagadelic 7.2

Sets up the fixture, for example, opens a network connection. This method is called before a test is executed.

File

tests/TagadelicCloudTest.php, line 19

Class

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

Code

protected function setUp() {
  $this->object = new TagadelicCloud(1337);
  $this
    ->addTagStub("jane", "Jane", 200);
  $this
    ->addTagStub("blackbeard", "Blackbeard", 100);
}