Ejemplo n.º 1
0
 /**
  * @test
  *
  * Test to ensure getEmptyToken returns correctly
  */
 public function getEmptyTokenReturnsCorrectly()
 {
     $this->signature->setEmptyToken(false);
     $this->assertFalse($this->signature->getEmptyToken());
 }