mirror of
https://github.com/Karaka-Management/oms-Labeling.git
synced 2026-02-11 07:18:39 +00:00
fix tests
This commit is contained in:
parent
0ee73e0a09
commit
3d36699ed8
|
|
@ -29,7 +29,7 @@
|
||||||
"load": [
|
"load": [
|
||||||
{
|
{
|
||||||
"pid": [
|
"pid": [
|
||||||
"/warehouse/stocktaking"
|
"/warehouse/labeling"
|
||||||
],
|
],
|
||||||
"type": 4,
|
"type": 4,
|
||||||
"for": 0,
|
"for": 0,
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ final class AdminTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
protected const NAME = 'Labeling';
|
protected const NAME = 'Labeling';
|
||||||
|
|
||||||
protected const URI_LOAD = '';
|
protected const URI_LOAD = 'http://127.0.0.1/en/backend/warehouse/labeling';
|
||||||
|
|
||||||
use \tests\Modules\ModuleTestTrait;
|
use \tests\Modules\ModuleTestTrait;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user