Exemplo n.º 1
0
 /**
  *
  */
 public function testPhoneNumber()
 {
     $this->assertNull($this->object->phoneNumber());
 }
Exemplo n.º 2
0
 /**
  *
  */
 public function testPhoneNumber()
 {
     $this->assertSame('my E51', $this->object->phoneNumber());
 }