- in the IDE:
- open modules/custom/units/sections/custom_eh.php file for editing
- add a syntax error in there, e.g. replace function OnOverrideClonedSubItems($event) with function OnOverride ClonedSubItems($event)
- save changes
- in CLI:
- run the phing -f tools/build/build_custom.xml db-dump command to create a dump
- for each of the build-*.sql files created in the system directory:
- remove the mysqldump: [Warning] Using a password on the command line interface can be insecure. line (if found)
- save changes
- run the phing -f tools/build/build_custom.xml verify command
- confirm, that build output clearly shows where the syntax error is made
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.