diff --git a/composer.json b/composer.json index 6d59b82..30b4b4c 100644 --- a/composer.json +++ b/composer.json @@ -25,6 +25,7 @@ }, "scripts": { "test-api-client": "vendor/bin/phpunit tests/Api/ApiClientTest.php", + "test-service-product": "vendor/bin/phpunit tests/Service/ProductServiceTest.php", "test-service-purchase": "vendor/bin/phpunit tests/Service/PurchaseServiceTest.php", "test-service-status_check": "vendor/bin/phpunit tests/Service/StatusCheckServiceTest.php" }