refactor(shop_category): migrate admin module to Domain+DI with routing and ajax cleanup
This commit is contained in:
@@ -44,9 +44,16 @@ Aktualizacja po migracji ShopClients (2026-02-15, ver. 0.274) - testy punktowe:
|
||||
OK (10 tests, 34 assertions)
|
||||
```
|
||||
|
||||
Aktualizacja po migracji ShopCategory (2026-02-15, ver. 0.275) - testy punktowe:
|
||||
```text
|
||||
OK (16 tests, 72 assertions)
|
||||
```
|
||||
|
||||
Nowe testy dodane 2026-02-15:
|
||||
- `tests/Unit/Domain/Client/ClientRepositoryTest.php`
|
||||
- `tests/Unit/admin/Controllers/ShopClientsControllerTest.php`
|
||||
- `tests/Unit/Domain/Category/CategoryRepositoryTest.php`
|
||||
- `tests/Unit/admin/Controllers/ShopCategoryControllerTest.php`
|
||||
|
||||
## Struktura testow
|
||||
|
||||
@@ -60,6 +67,7 @@ tests/
|
||||
| | |-- Banner/BannerRepositoryTest.php
|
||||
| | |-- Cache/CacheRepositoryTest.php
|
||||
| | |-- Coupon/CouponRepositoryTest.php
|
||||
| | |-- Category/CategoryRepositoryTest.php
|
||||
| | |-- Dictionaries/DictionariesRepositoryTest.php
|
||||
| | |-- Integrations/IntegrationsRepositoryTest.php
|
||||
| | |-- PaymentMethod/PaymentMethodRepositoryTest.php
|
||||
@@ -79,6 +87,7 @@ tests/
|
||||
| |-- ProductArchiveControllerTest.php
|
||||
| |-- SettingsControllerTest.php
|
||||
| |-- ShopAttributeControllerTest.php
|
||||
| |-- ShopCategoryControllerTest.php
|
||||
| |-- ShopCouponControllerTest.php
|
||||
| |-- ShopPaymentMethodControllerTest.php
|
||||
| |-- ShopProducerControllerTest.php
|
||||
|
||||
Reference in New Issue
Block a user