NEXUS (post-application) (repository name: nhance)
Go to file
2026-01-29 09:25:42 +05:30
app FEAT_VISIT_DELETE&FIX_HEADER&FOOTER 2026-01-29 09:25:42 +05:30
public FIX_HTACCESS 2026-01-27 12:22:03 +05:30
system
tests
writable
.cpanel.yml
.env.sample FIX_FIXES 2026-01-27 09:54:24 +05:30
.gitignore
.htaccess
bitbucket-pipelines.yml
ca.pem FEAT_DB_SSL_ENABLED 2025-12-08 13:08:20 +05:30
composer.json FEAT_ECARD_S3MIG 2025-12-24 18:41:31 +05:30
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