Exemple #1
0
 public function testCanSetPersistent()
 {
     $isPersistent = false;
     $this->toolkit->setIsPersistent($isPersistent);
     $this->assertEquals($isPersistent, $this->toolkit->getIsPersistent());
 }