- 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
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.