예제 #1
0
 public function testCalls()
 {
     $this->entry->setCalls(100500);
     $this->assertEquals(100500, $this->entry->getCalls());
 }