示例#1
0
 /**
  * Set up.
  */
 public function setUp()
 {
     parent::setUp();
     $this->twitterId = static::$all->id_str;
     $this->twitterScreenName = static::$all->screen_name;
     $this->twitterName = static::$all->name;
     $this->sessionLogined = ['twitter.to' => static::$to, 'twitter.login' => true, 'twitter.me.all' => static::$all, 'twitter.me.id' => $this->twitterId, 'twitter.me.sn' => $this->twitterScreenName, 'twitter.me.name' => $this->twitterName];
 }
 /**
  * Set up.
  */
 public function setUp()
 {
     parent::setUp();
     $this->shortURL = new ShortURL();
 }
示例#3
0
 /**
  * Set up.
  */
 public function setUp()
 {
     parent::setUp();
     $this->admin = new Admin();
 }
 /**
  * Set up.
  */
 public function setUp()
 {
     parent::setUp();
     $this->pasteBin = new PasteBin();
 }
示例#5
0
 /**
  * Set up.
  */
 public function setUp()
 {
     parent::setUp();
     $this->memo = new Memo();
 }