- 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
- Branch
- /in-portal/branches/5.2.x
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 1246 Build 1246: arc lint + arc unit