Example #1
0
 /**
  * Set up.
  */
 public function setUp()
 {
     parent::setUp();
     $this->pasteBin = new PasteBin();
 }
Example #2
0
 /**
  * Set up.
  */
 public function setUp()
 {
     parent::setUp();
     $this->admin = new Admin();
 }
Example #3
0
 /**
  * Set up.
  */
 public function setUp()
 {
     parent::setUp();
     $this->shortURL = new ShortURL();
 }
Example #4
0
 /**
  * Set up.
  */
 public function setUp()
 {
     parent::setUp();
     $this->twitterUser = new TwitterUser();
 }
Example #5
0
 /**
  * Set up.
  */
 public function setUp()
 {
     parent::setUp();
     $this->memo = new Memo();
 }