コード例 #1
0
 public function testCreateExistingDoesNothing()
 {
     $this->address->create();
     $this->assertTrue($this->address->exists());
 }