nhance/README.md
2025-03-24 09:06:14 +05:30

13 lines
333 B
Markdown
Executable File

# CodeIgniter 4 Framework
## Unit Testing
From command propmt run the following cmds
`php vendor/bin/phpunit tests\unit\GridType11PremiumCalculationTest.php`
Run speeific method
`php vendor/bin/phpunit tests\unit\PremiumCalculationTest.php --filter testPremiumCalculationWithPrimaryRackRateAndAdditionalRackRate`
Test Comments