mirror of
https://github.com/Karaka-Management/oms-Surveys.git
synced 2026-01-11 07:58:41 +00:00
Fix tests and create coverage
This commit is contained in:
parent
4a73685959
commit
c1b59e907f
|
|
@ -14,8 +14,6 @@
|
|||
declare(strict_types = 1);
|
||||
namespace Modules\Surveys;
|
||||
|
||||
use phpOMS\Pattern\Multition;
|
||||
|
||||
/**
|
||||
* Answer class.
|
||||
*
|
||||
|
|
@ -25,7 +23,7 @@ use phpOMS\Pattern\Multition;
|
|||
* @link http://website.orange-management.de
|
||||
* @since 1.0.0
|
||||
*/
|
||||
class Answer implements Multition
|
||||
class Answer
|
||||
{
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -14,8 +14,6 @@
|
|||
declare(strict_types = 1);
|
||||
namespace Modules\Surveys;
|
||||
|
||||
use phpOMS\Pattern\Multition;
|
||||
|
||||
/**
|
||||
* Question class.
|
||||
*
|
||||
|
|
@ -25,7 +23,7 @@ use phpOMS\Pattern\Multition;
|
|||
* @link http://website.orange-management.de
|
||||
* @since 1.0.0
|
||||
*/
|
||||
class Question implements Multition
|
||||
class Question
|
||||
{
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -14,8 +14,6 @@
|
|||
declare(strict_types = 1);
|
||||
namespace Modules\Surveys;
|
||||
|
||||
use phpOMS\Pattern\Multition;
|
||||
|
||||
/**
|
||||
* Section class.
|
||||
*
|
||||
|
|
@ -25,7 +23,7 @@ use phpOMS\Pattern\Multition;
|
|||
* @link http://website.orange-management.de
|
||||
* @since 1.0.0
|
||||
*/
|
||||
class Section implements Multition
|
||||
class Section
|
||||
{
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -14,8 +14,6 @@
|
|||
declare(strict_types = 1);
|
||||
namespace Modules\Surveys;
|
||||
|
||||
use phpOMS\Pattern\Multition;
|
||||
|
||||
/**
|
||||
* Survey class.
|
||||
*
|
||||
|
|
@ -25,7 +23,7 @@ use phpOMS\Pattern\Multition;
|
|||
* @link http://website.orange-management.de
|
||||
* @since 1.0.0
|
||||
*/
|
||||
class Survey implements Multition
|
||||
class Survey
|
||||
{
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user