Beispiel #1
0
 /**
  * Test getSessionID returns NULL for none existing visit
  *
  * @covers Candidate::getSessionID
  * @return void
  */
 public function testGetSessionIDReturnsNullForNoneExistingVisit()
 {
     $this->_setUpTestDoublesForSelectCandidate();
     $this->_candidate->select(969664);
     $this->assertNull($this->_candidate->getSessionID(0));
 }