Exemple #1
0
 /**
  * Test constructor.
  */
 public function testConstruct()
 {
     $this->assertNull($this->vote->getAnnuaire());
     $this->assertNull($this->vote->getCreated());
     $this->assertNull($this->vote->getId());
     $this->assertNull($this->vote->getSite());
     $this->assertNull($this->vote->getTracker());
     $this->assertNull($this->vote->getUser());
 }