mirror of
https://github.com/Karaka-Management/oms-Script.git
synced 2026-01-11 12:28:41 +00:00
add/change docs
This commit is contained in:
parent
b216de5ccd
commit
c7eed7b4e3
|
|
@ -35,6 +35,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 ReportTest extends \PHPUnit\Framework\TestCase
|
|||
{
|
||||
protected Report $report;
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function setUp() : void
|
||||
{
|
||||
$this->report = new Report();
|
||||
|
|
|
|||
|
|
@ -31,6 +31,9 @@ class TemplateTest extends \PHPUnit\Framework\TestCase
|
|||
{
|
||||
protected Template $template;
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function setUp() : void
|
||||
{
|
||||
$this->template = new Template();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user