mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-02-02 17:58:41 +00:00
Ignore coverage for view methods in controllers
This commit is contained in:
parent
f3e20c76ba
commit
57643e4848
|
|
@ -92,6 +92,7 @@ class Controller extends ModuleAbstract implements WebInterface
|
|||
* @return RenderableInterface
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
public function viewBillingInvoiceList(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable
|
||||
{
|
||||
|
|
@ -110,6 +111,7 @@ class Controller extends ModuleAbstract implements WebInterface
|
|||
* @return RenderableInterface
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
public function viewBillingInvoiceCreate(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable
|
||||
{
|
||||
|
|
@ -128,6 +130,7 @@ class Controller extends ModuleAbstract implements WebInterface
|
|||
* @return RenderableInterface
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
public function viewBillingPurchaInvoiceList(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user