Added phing for running tests & fixed issues in order to pass the tests
This commit is contained in:
@ -179,11 +179,11 @@ class MultiPart extends PartHeader
|
||||
*/
|
||||
public function generateBoundary()
|
||||
{
|
||||
return 'multipart-boundary-' . Helper::generateUUID() . '@response.info';
|
||||
return 'multipart-boundary-' . Helper::generateUuid() . '@response.info';
|
||||
}
|
||||
|
||||
public function getMainPartContentId()
|
||||
{
|
||||
return $this->mainPartContentId;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user