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