mirror of
https://github.com/Karaka-Management/oms-Marketing.git
synced 2026-02-17 18:38:41 +00:00
fix tests
This commit is contained in:
parent
3ce3288ae8
commit
9d8b14de3f
|
|
@ -17,7 +17,9 @@
|
||||||
"description": "Marketing module.",
|
"description": "Marketing module.",
|
||||||
"directory": "Marketing",
|
"directory": "Marketing",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Admin": "1.0.0"
|
"Admin": "1.0.0",
|
||||||
|
"Media": "1.0.0",
|
||||||
|
"Calendar": "1.0.0"
|
||||||
},
|
},
|
||||||
"providing": {
|
"providing": {
|
||||||
"Navigation": "*"
|
"Navigation": "*"
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ final class AdminTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
protected const NAME = 'Marketing';
|
protected const NAME = 'Marketing';
|
||||||
|
|
||||||
protected const URI_LOAD = '';
|
protected const URI_LOAD = 'http://127.0.0.1/en/backend/marketing';
|
||||||
|
|
||||||
use \tests\Modules\ModuleTestTrait;
|
use \tests\Modules\ModuleTestTrait;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user