Пример #1
0
 public function testSetAndGetId()
 {
     $this->trainer->setId(1);
     $this->assertEquals(1, $this->trainer->getId());
 }