Skip to content

Commit

Permalink
T-004: Implement Composer Script for Product Service API Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-ghenov committed Mar 4, 2024
1 parent caa2078 commit 86f62ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 86f62ea

Please sign in to comment.