Пример #1
0
 public function testId()
 {
     $this->assertNull($this->phone->getId());
     $this->phone->setId(100);
     $this->assertEquals(100, $this->phone->getId());
 }