Beispiel #1
0
 public function testCanInstantiateTracker()
 {
     $tracker = new Tracker(123);
     $this->assertEquals(123, $tracker->getId());
 }