mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-02-06 20:48:42 +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;
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function setUp() : void
|
||||
{
|
||||
$this->app = new class() extends ApplicationAbstract
|
||||
|
|
|
|||
|
|
@ -25,6 +25,9 @@ class CollectionTest extends \PHPUnit\Framework\TestCase
|
|||
{
|
||||
protected Collection $media;
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function setUp() : void
|
||||
{
|
||||
$this->media = new Collection();
|
||||
|
|
|
|||
|
|
@ -24,6 +24,9 @@ class MediaTest extends \PHPUnit\Framework\TestCase
|
|||
{
|
||||
protected Media $media;
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function setUp() : void
|
||||
{
|
||||
$this->media = new Media();
|
||||
|
|
|
|||
|
|
@ -24,6 +24,9 @@ class MediaViewTest extends \PHPUnit\Framework\TestCase
|
|||
{
|
||||
protected MediaView $view;
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function setUp() : void
|
||||
{
|
||||
$this->view = new MediaView();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user