コード例 #1
0
 /**
  * @todo Implement testSetBoundary().
  */
 public function testSetBoundary()
 {
     $boundary = 'theboundary';
     $this->object->setBoundary($boundary);
     $this->assertEquals($boundary, $this->readAttribute($this->object, 'boundary'));
 }