- open SSH connection to Web Server with In-Portal on it
- change current directory to In-Portal directory
- run php index.php ; echo $? command
- confirm, that after all output 0 is displayed (means no errors)
- in the /index.php file after $application->Init(); line add throw new RuntimeException('Test');
- run php index.php ; echo $? command
- confirm, that after all output 1 is displayed (means has errors)
Details
Details
Diff Detail
Diff Detail
- Repository
- rINP In-Portal
- Branch
- /in-portal/branches/5.2.x
- Lint
Lint Errors Excuse: Not sure how to fix. Severity Location Code Message Error core/kernel/utility/logger.php:1280 PHPCS.E.Generic.Files.LineLength.MaxExceeded Generic.Files.LineLength.MaxExceeded - Unit
No Unit Test Coverage - Build Status
Buildable 924 Build 924: arc lint + arc unit