Ejemplo n.º 1
0
 public function setUp()
 {
     parent::setUp();
     $this->board = new PulseBoard(3844236);
     $this->user1 = 303448;
     $this->user2 = 361981;
 }
Ejemplo n.º 2
0
 public function setUp()
 {
     parent::setUp();
     $this->userId = 217784;
     $this->board = new PulseBoard(19306968);
     $this->pulse = $this->board->createPulse('Flapping Umbrella', $this->userId, 'dynamic_pulses');
 }
Ejemplo n.º 3
0
 public function setUp()
 {
     parent::setUp();
     $this->userID = 303448;
     $this->pulseBoard = PulseBoard::createBoard("Dynamic Board", $this->userID);
     $this->pulseColumns = $this->pulseBoard->getColumns();
     $this->pulseColumnCount = count($this->pulseColumns);
 }
Ejemplo n.º 4
0
 public function setUp()
 {
     parent::setUp();
     $this->pulse = new Pulse(5523969);
     $this->title = "Violently Making Toast";
     $this->content = "By adding the word 'violently' in front a phrase, it makes the phrase more amusing";
     $this->ownersOnly = true;
 }
Ejemplo n.º 5
0
 public function setUp()
 {
     parent::setUp();
     $this->id = 3844236;
     $this->userId = 303448;
     $this->board = new PulseBoard($this->id);
     $this->pulses = $this->board->getPulses();
 }
Ejemplo n.º 6
0
 public function setUp()
 {
     parent::setUp();
     $this->id = 19306968;
     $this->userId = 217784;
     $this->board = new PulseBoard($this->id);
     $this->pulses = $this->board->getPulses();
 }
Ejemplo n.º 7
0
 public function setUp()
 {
     parent::setUp();
     $this->board = new PulseBoard(19306968);
     $this->userId = 217784;
 }
Ejemplo n.º 8
0
 public function setUp()
 {
     parent::setUp();
     $this->userID = 303448;
 }
Ejemplo n.º 9
0
 public function setUp()
 {
     parent::setUp();
     $this->id = 19306969;
     $this->pulse = new Pulse($this->id);
 }
Ejemplo n.º 10
0
 public function setUp()
 {
     parent::setUp();
     $this->user1 = 217784;
     $this->user2 = 212350;
 }