mirror of
https://github.com/Karaka-Management/oms-News.git
synced 2026-02-09 21:38:42 +00:00
add/change docs
This commit is contained in:
parent
cfbc6a6a2c
commit
a284e2d962
|
|
@ -38,6 +38,9 @@ class ControllerTest extends \PHPUnit\Framework\TestCase
|
|||
|
||||
protected $module = null;
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function setUp() : void
|
||||
{
|
||||
$this->app = new class() extends ApplicationAbstract
|
||||
|
|
|
|||
|
|
@ -29,6 +29,9 @@ class NewsArticleTest extends \PHPUnit\Framework\TestCase
|
|||
{
|
||||
protected NewsArticle $news;
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function setUp() : void
|
||||
{
|
||||
$this->news = new NewsArticle();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user