mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 12:11:19 +00:00
tests for bill and attachment transformers.
This commit is contained in:
@@ -53,6 +53,8 @@ class AttachmentTransformer extends TransformerAbstract
|
||||
/**
|
||||
* BillTransformer constructor.
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
*
|
||||
* @param ParameterBag $parameters
|
||||
*/
|
||||
public function __construct(ParameterBag $parameters)
|
||||
@@ -61,6 +63,10 @@ class AttachmentTransformer extends TransformerAbstract
|
||||
}
|
||||
|
||||
/**
|
||||
* Attach the user.
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
*
|
||||
* @param Attachment $attachment
|
||||
*
|
||||
* @return Item
|
||||
@@ -71,6 +77,8 @@ class AttachmentTransformer extends TransformerAbstract
|
||||
}
|
||||
|
||||
/**
|
||||
* Transform attachment.
|
||||
*
|
||||
* @param Attachment $attachment
|
||||
*
|
||||
* @return array
|
||||
|
Reference in New Issue
Block a user