mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-02-16 17:28:41 +00:00
add/change docs
This commit is contained in:
parent
ca65aca3f3
commit
b1b2283c17
|
|
@ -37,6 +37,9 @@ class ApiControllerTest extends \PHPUnit\Framework\TestCase
|
||||||
|
|
||||||
protected $module = null;
|
protected $module = null;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* {@inheritdoc}
|
||||||
|
*/
|
||||||
protected function setUp() : void
|
protected function setUp() : void
|
||||||
{
|
{
|
||||||
$this->app = new class() extends ApplicationAbstract
|
$this->app = new class() extends ApplicationAbstract
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,9 @@ class CollectionTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
protected Collection $media;
|
protected Collection $media;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* {@inheritdoc}
|
||||||
|
*/
|
||||||
protected function setUp() : void
|
protected function setUp() : void
|
||||||
{
|
{
|
||||||
$this->media = new Collection();
|
$this->media = new Collection();
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,9 @@ class MediaTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
protected Media $media;
|
protected Media $media;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* {@inheritdoc}
|
||||||
|
*/
|
||||||
protected function setUp() : void
|
protected function setUp() : void
|
||||||
{
|
{
|
||||||
$this->media = new Media();
|
$this->media = new Media();
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,9 @@ class MediaViewTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
protected MediaView $view;
|
protected MediaView $view;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* {@inheritdoc}
|
||||||
|
*/
|
||||||
protected function setUp() : void
|
protected function setUp() : void
|
||||||
{
|
{
|
||||||
$this->view = new MediaView();
|
$this->view = new MediaView();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user