mirror of
https://github.com/Karaka-Management/oms-Knowledgebase.git
synced 2026-01-11 17:38:40 +00:00
add/change docs
This commit is contained in:
parent
72f1c5ef6b
commit
681effbaae
|
|
@ -17,7 +17,7 @@ namespace Modules\Knowledgebase\Models;
|
|||
use phpOMS\Stdlib\Base\Enum;
|
||||
|
||||
/**
|
||||
* Task status enum.
|
||||
* Wiki status enum.
|
||||
*
|
||||
* @package Modules\Knowledgebase\Models
|
||||
* @license OMS License 1.0
|
||||
|
|
|
|||
|
|
@ -25,6 +25,9 @@ class WikiAppTest extends \PHPUnit\Framework\TestCase
|
|||
{
|
||||
protected WikiApp $app;
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function setUp() : void
|
||||
{
|
||||
$this->app = new WikiApp();
|
||||
|
|
|
|||
|
|
@ -28,6 +28,9 @@ class WikiCategoryMapperTest extends \PHPUnit\Framework\TestCase
|
|||
{
|
||||
protected WikiCategory $category;
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function setUp() : void
|
||||
{
|
||||
$this->category = new WikiCategory();
|
||||
|
|
|
|||
|
|
@ -27,6 +27,9 @@ class WikiCategoryTest extends \PHPUnit\Framework\TestCase
|
|||
{
|
||||
protected WikiCategory $category;
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function setUp() : void
|
||||
{
|
||||
$this->category = new WikiCategory();
|
||||
|
|
|
|||
|
|
@ -29,6 +29,9 @@ class WikiDocTest extends \PHPUnit\Framework\TestCase
|
|||
{
|
||||
protected WikiDoc $doc;
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function setUp() : void
|
||||
{
|
||||
$this->doc = new WikiDoc();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user