haozi 5 лет назад
Родитель
Сommit
7f2eb7e216
15 измененных файлов с 13 добавлено и 13 удалено
  1. 1 1
      tests/Inventory/Services/InventoryAccountService/InventoryAccountService_ConditionSearchTest.php
  2. 1 1
      tests/Inventory/Services/InventoryAccountService/InventoryAccountService_CreateInventoryMissionRecordTest.php
  3. 2 2
      tests/Inventory/Services/InventoryAccountService/InventoryAccountService_CreateMissionTest.php
  4. 2 2
      tests/Inventory/Services/InventoryAccountService/InventoryAccountService_GetTest.php
  5. 2 2
      tests/Inventory/Services/InventoryAccountService/InventoryAccountService_PaginateTest.php
  6. 1 1
      tests/Inventory/Services/InventoryAccountService/InventoryAccountService_SearchStockInventoryRecordTest.php
  7. 2 2
      tests/Inventory/Services/InventoryAccountService/InventoryAccountService_SomeTest.php
  8. 1 1
      tests/Inventory/Services/InventoryAccountService/InventoryAccountService_StockInventoryTest.php
  9. 0 0
      tests/Inventory/http/InventoryAccountControllor/InventoryAccountController_CreateStockInventoryMissionTest.php
  10. 0 0
      tests/Inventory/http/InventoryAccountControllor/InventoryAccountController_DeleteStockInventoryMissionTest.php
  11. 0 0
      tests/Inventory/http/InventoryAccountControllor/InventoryAccountController_EnterStockInventoryTest.php
  12. 0 0
      tests/Inventory/http/InventoryAccountControllor/InventoryAccountController_MissionTest.php
  13. 0 0
      tests/Inventory/http/InventoryAccountControllor/InventoryAccountController_SearchStockInventoryRecordTest.php
  14. 0 0
      tests/Inventory/http/InventoryAccountControllor/InventoryAccountController_StockInventoryTest.php
  15. 1 1
      tests/Inventory/model/InventoryAccountTest.php

+ 1 - 1
tests/Inventory/Services/InventoryService/InventoryService_ConditionSearchTest.php → tests/Inventory/Services/InventoryAccountService/InventoryAccountService_ConditionSearchTest.php

@@ -1,7 +1,7 @@
 <?php
 
 
-namespace Tests\Inventory\Services\InventoryService;
+namespace Tests\Inventory\Services\InventoryAccountService;
 
 
 use App\Services\InventoryAccountService;

+ 1 - 1
tests/Inventory/Services/InventoryService/InventoryService_CreateInventoryMissionRecordTest.php → tests/Inventory/Services/InventoryAccountService/InventoryAccountService_CreateInventoryMissionRecordTest.php

@@ -1,7 +1,7 @@
 <?php
 
 
-namespace Tests\Inventory\Services\InventoryService;
+namespace Tests\Inventory\Services\InventoryAccountService;
 
 
 use App\InventoryAccount;

+ 2 - 2
tests/Inventory/Services/InventoryService/InventoryService_CreateMissionTest.php → tests/Inventory/Services/InventoryAccountService/InventoryAccountService_CreateMissionTest.php

@@ -1,7 +1,7 @@
 <?php
 
 
-namespace Tests\Inventory\Services\InventoryService;
+namespace Tests\Inventory\Services\InventoryAccountService;
 
 
 use App\InventoryAccount;
@@ -9,7 +9,7 @@ use App\InventoryAccountMission;
 use App\Services\InventoryAccountService;
 use Tests\TestCase;
 
-class InventoryService_CreateMissionTest extends TestCase
+class InventoryAccountService_CreateMissionTest extends TestCase
 {
 
     public $inventory;

+ 2 - 2
tests/Inventory/Services/InventoryService/InventoryService_GetTest.php → tests/Inventory/Services/InventoryAccountService/InventoryAccountService_GetTest.php

@@ -1,14 +1,14 @@
 <?php
 
 
-namespace Tests\Inventory\Services\InventoryService;
+namespace Tests\Inventory\Services\InventoryAccountService;
 
 
 use App\InventoryAccount;
 use App\Services\InventoryAccountService;
 use Tests\TestCase;
 
-class InventoryService_GetTest extends TestCase
+class InventoryAccountService_GetTest extends TestCase
 {
     public $inventories;
     public $inventorys;

+ 2 - 2
tests/Inventory/Services/InventoryService/InventoryService_PaginateTest.php → tests/Inventory/Services/InventoryAccountService/InventoryAccountService_PaginateTest.php

@@ -1,14 +1,14 @@
 <?php
 
 
-namespace Tests\Inventory\Services\InventoryService;
+namespace Tests\Inventory\Services\InventoryAccountService;
 
 
 use App\InventoryAccount;
 use App\Services\InventoryAccountService;
 use Tests\TestCase;
 
-class InventoryService_PaginateTest extends TestCase
+class InventoryAccountService_PaginateTest extends TestCase
 {
     public $inventories;
     public $inventorys;

+ 1 - 1
tests/Inventory/Services/InventoryService/InventoryService_SearchStockInventoryRecordTest.php → tests/Inventory/Services/InventoryAccountService/InventoryAccountService_SearchStockInventoryRecordTest.php

@@ -1,7 +1,7 @@
 <?php
 
 
-namespace Tests\Inventory\Services\InventoryService;
+namespace Tests\Inventory\Services\InventoryAccountService;
 
 
 use App\Commodity;

+ 2 - 2
tests/Inventory/Services/InventoryService/InventoryService_SomeTest.php → tests/Inventory/Services/InventoryAccountService/InventoryAccountService_SomeTest.php

@@ -1,14 +1,14 @@
 <?php
 
 
-namespace Tests\Inventory\Services\InventoryService;
+namespace Tests\Inventory\Services\InventoryAccountService;
 
 
 use App\InventoryAccount;
 use App\Services\InventoryAccountService;
 use Tests\TestCase;
 
-class InventoryService_SomeTest extends TestCase
+class InventoryAccountService_SomeTest extends TestCase
 {
     public $inventories;
     public $inventorys;

+ 1 - 1
tests/Inventory/Services/InventoryService/InventoryService_StockInventoryTest.php → tests/Inventory/Services/InventoryAccountService/InventoryAccountService_StockInventoryTest.php

@@ -1,7 +1,7 @@
 <?php
 
 
-namespace Tests\Inventory\Services\InventoryService;
+namespace Tests\Inventory\Services\InventoryAccountService;
 
 
 use App\Commodity;

+ 0 - 0
tests/Inventory/http/InventoryControllor/InventoryController_CreateStockInventoryMissionTest.php → tests/Inventory/http/InventoryAccountControllor/InventoryAccountController_CreateStockInventoryMissionTest.php


+ 0 - 0
tests/Inventory/http/InventoryControllor/InventoryController_DeleteStockInventoryMissionTest.php → tests/Inventory/http/InventoryAccountControllor/InventoryAccountController_DeleteStockInventoryMissionTest.php


+ 0 - 0
tests/Inventory/http/InventoryControllor/InventoryController_EnterStockInventoryTest.php → tests/Inventory/http/InventoryAccountControllor/InventoryAccountController_EnterStockInventoryTest.php


+ 0 - 0
tests/Inventory/http/InventoryControllor/InventoryController_MissionTest.php → tests/Inventory/http/InventoryAccountControllor/InventoryAccountController_MissionTest.php


+ 0 - 0
tests/Inventory/http/InventoryControllor/InventoryController_SearchStockInventoryRecordTest.php → tests/Inventory/http/InventoryAccountControllor/InventoryAccountController_SearchStockInventoryRecordTest.php


+ 0 - 0
tests/Inventory/http/InventoryControllor/InventoryController_StockInventoryTest.php → tests/Inventory/http/InventoryAccountControllor/InventoryAccountController_StockInventoryTest.php


+ 1 - 1
tests/Inventory/model/InventoryTest.php → tests/Inventory/model/InventoryAccountTest.php

@@ -11,7 +11,7 @@ use Tests\TestCase;
 
 
 
-class InventoryTest extends TestCase
+class InventoryAccountTest extends TestCase
 {
 
     public $inventory;