Ejemplo n.º 1
0
 public function testPrimary()
 {
     $this->assertFalse($this->phone->isPrimary());
     $this->phone->setPrimary(true);
     $this->assertTrue($this->phone->isPrimary());
 }