mirror of
https://github.com/Karaka-Management/oms-Surveys.git
synced 2026-02-16 07:08: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);
|
declare(strict_types = 1);
|
||||||
namespace Modules\Surveys;
|
namespace Modules\Surveys;
|
||||||
|
|
||||||
use phpOMS\Pattern\Multition;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Answer class.
|
* Answer class.
|
||||||
*
|
*
|
||||||
|
|
@ -25,7 +23,7 @@ use phpOMS\Pattern\Multition;
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
class Answer implements Multition
|
class Answer
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -14,8 +14,6 @@
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace Modules\Surveys;
|
namespace Modules\Surveys;
|
||||||
|
|
||||||
use phpOMS\Pattern\Multition;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Question class.
|
* Question class.
|
||||||
*
|
*
|
||||||
|
|
@ -25,7 +23,7 @@ use phpOMS\Pattern\Multition;
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
class Question implements Multition
|
class Question
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -14,8 +14,6 @@
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace Modules\Surveys;
|
namespace Modules\Surveys;
|
||||||
|
|
||||||
use phpOMS\Pattern\Multition;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Section class.
|
* Section class.
|
||||||
*
|
*
|
||||||
|
|
@ -25,7 +23,7 @@ use phpOMS\Pattern\Multition;
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
class Section implements Multition
|
class Section
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -14,8 +14,6 @@
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
namespace Modules\Surveys;
|
namespace Modules\Surveys;
|
||||||
|
|
||||||
use phpOMS\Pattern\Multition;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Survey class.
|
* Survey class.
|
||||||
*
|
*
|
||||||
|
|
@ -25,7 +23,7 @@ use phpOMS\Pattern\Multition;
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
class Survey implements Multition
|
class Survey
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user