Exemple #1
0
 /**
  * Testing the setSequenceToNext methid increments the sequence number.
  *
  * @since 1.0
  */
 public function testSetSequenceToNext()
 {
     $this->sequence->setSequenceToNext();
     $this->assertEquals('TEST-2', $this->sequence->getValue(), 'Testing the setSequenceToNext methid increments the sequence number');
 }