NEXUS (post-application) (repository name: nhance)
| app | ||
| public | ||
| system | ||
| tests | ||
| writable | ||
| .cpanel.yml | ||
| .env.sample | ||
| .gitignore | ||
| .htaccess | ||
| bitbucket-pipelines.yml | ||
| composer.json | ||
| icon-192x192.png | ||
| icon-512x512.png | ||
| LICENSE | ||
| manifest.json | ||
| nhance-app-google-drive.json | ||
| package.json | ||
| Papirus-Team-Papirus-Apps-Fusion-icon.512.png | ||
| phpunit.xml.dist | ||
| preload.php | ||
| README.md | ||
| service-worker.js | ||
| spark | ||
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