Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

This section shows php lint problems in the code detected by php -l [More info]


PHP coding style problems

(16 errors, 53 warnings)

This section shows the coding style problems detected in the code by phpcs [More info]

mod/tutorialbooking/classes/event/session_added.php
(#96) Line exceeds 132 characters; contains 137 characters
mod/tutorialbooking/classes/event/session_deleted.php
(#96) Line exceeds 132 characters; contains 140 characters
mod/tutorialbooking/classes/event/session_updated.php
(#96) Line exceeds 132 characters; contains 140 characters
mod/tutorialbooking/classes/external/capabilities.php
(#88) Line exceeds 132 characters; contains 133 characters
(#93) Line exceeds 132 characters; contains 145 characters
mod/tutorialbooking/classes/external/details.php
(#121) Line exceeds 132 characters; contains 142 characters
(#127) Line exceeds 132 characters; contains 136 characters
(#133) Line exceeds 132 characters; contains 153 characters
mod/tutorialbooking/classes/external/moveslot.php
(#94) Line exceeds 132 characters; contains 146 characters
mod/tutorialbooking/classes/external/signup.php
(#50) PHP4 style constructors are not allowed; use "__construct()" instead
mod/tutorialbooking/classes/external/view.php
(#50) PHP4 style constructors are not allowed; use "__construct()" instead
mod/tutorialbooking/classes/output/slot.php
(#75) Line exceeds 132 characters; contains 150 characters
(#110) Expected 1 space after "="; 2 found
mod/tutorialbooking/classes/output/teacher_renderer.php
(#64) global $PAGE cannot be used in renderers. Use $this->page.
(#70) global $PAGE cannot be used in renderers. Use $this->page.
(#72) global $PAGE cannot be used in renderers. Use $this->page.
mod/tutorialbooking/classes/output/tutorialbooking.php
(#160) Line exceeds 132 characters; contains 136 characters
(#237) Whitespace found at end of line within string
(#240) Whitespace found at end of line within string
(#243) Whitespace found at end of line within string
(#298) Commas (,) must be followed by white space.
mod/tutorialbooking/classes/session.php
(#123) Line exceeds 132 characters; contains 136 characters
(#185) Line exceeds 132 characters; contains 144 characters
(#456) Line exceeds 132 characters; contains 138 characters
mod/tutorialbooking/classes/task/fix_duplicates.php
(#53) Line exceeds 132 characters; contains 134 characters
mod/tutorialbooking/db/log.php
(#29) Line exceeds 132 characters; contains 133 characters
(#30) Line exceeds 132 characters; contains 136 characters
(#31) Line exceeds 132 characters; contains 136 characters
mod/tutorialbooking/index.php
(#99) Line exceeds 132 characters; contains 145 characters
mod/tutorialbooking/lang/en/tutorialbooking.php
(#186) Expected 1 space after "="; 0 found
mod/tutorialbooking/lib.php
(#291) Whitespace found at end of line
(#361) Inline comments must start with a capital letter, digit or 3-dots sequence
(#361) Inline comments must end in full-stops, exclamation marks, or question marks
(#363) Inline comments must start with a capital letter, digit or 3-dots sequence
(#363) Inline comments must end in full-stops, exclamation marks, or question marks
mod/tutorialbooking/tests/behat/behat_mod_tutorialbooking.php
(#83) Line exceeds 132 characters; contains 138 characters
(#87) Line exceeds maximum limit of 180 characters; contains 192 characters
(#202) Line exceeds 132 characters; contains 177 characters
(#247) Line exceeds 132 characters; contains 133 characters
(#259) Line exceeds 132 characters; contains 141 characters
(#314) Line exceeds 132 characters; contains 145 characters
(#321) Line exceeds 132 characters; contains 140 characters
(#347) Line exceeds 132 characters; contains 135 characters
(#354) Line exceeds maximum limit of 180 characters; contains 187 characters
(#409) Line exceeds 132 characters; contains 137 characters
(#416) Line exceeds 132 characters; contains 141 characters
(#420) Line exceeds 132 characters; contains 139 characters
(#535) Line exceeds maximum limit of 180 characters; contains 189 characters
(#541) Line exceeds 132 characters; contains 139 characters
mod/tutorialbooking/tests/message_test.php
(#90) Line exceeds 132 characters; contains 134 characters
mod/tutorialbooking/tests/privacy_provider_test.php
(#96) Whitespace found at end of line
(#383) Line exceeds 132 characters; contains 136 characters
mod/tutorialbooking/tests/user_test.php
(#99) Line exceeds 132 characters; contains 138 characters
(#102) Line exceeds 132 characters; contains 140 characters
(#106) Line exceeds 132 characters; contains 142 characters
(#107) Line exceeds 132 characters; contains 133 characters
(#110) Line exceeds 132 characters; contains 135 characters
(#117) Line exceeds 132 characters; contains 142 characters
(#118) Line exceeds 132 characters; contains 139 characters
(#121) Line exceeds 132 characters; contains 135 characters
(#128) Line exceeds 132 characters; contains 145 characters
(#138) Line exceeds 132 characters; contains 141 characters
(#141) Line exceeds 132 characters; contains 141 characters
(#144) Line exceeds 132 characters; contains 138 characters
(#147) Line exceeds 132 characters; contains 140 characters
(#151) Line exceeds 132 characters; contains 145 characters
(#162) Line exceeds 132 characters; contains 142 characters
mod/tutorialbooking/tutorialbooking_sessions.php
(#77) Line exceeds 132 characters; contains 138 characters
(#88) Line exceeds 132 characters; contains 146 characters

Javascript coding style problems

(0 errors, 0 warnings)

This section shows the coding style problems detected in the code by eslint [More info]


CSS problems

(0 errors, 0 warnings)

This section shows CSS problems detected by stylelint [More info]


PHPDocs style problems

(11 errors, 81 warnings)

This section shows the phpdocs problems detected in the code by local_moodlecheck [More info]

mod/tutorialbooking/backup/moodle2/restore_tutorialbooking_activity_task.class.php
(#74) Inline phpdocs tag {@link restore_logs_processor} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
(#76) Inline phpdocs tag {@link restore_log_rule} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
(#86) Inline phpdocs tag {@link restore_logs_processor} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
(#88) Inline phpdocs tag {@link restore_log_rule} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
mod/tutorialbooking/backup/moodle2/restore_tutorialbooking_stepslib.php
(#60) Not recommended phpdocs tag @global used
(#83) Not recommended phpdocs tag @global used
(#83) Not recommended phpdocs tag @global used
(#112) Not recommended phpdocs tag @global used
(#135) Not recommended phpdocs tag @global used
mod/tutorialbooking/classes/external/details.php
(#45) Not recommended phpdocs tag @global used
mod/tutorialbooking/classes/external/removesignup.php
(#45) Not recommended phpdocs tag @global used
(#45) Not recommended phpdocs tag @global used
mod/tutorialbooking/classes/external/signup.php
(#45) Not recommended phpdocs tag @global used
(#45) Not recommended phpdocs tag @global used
mod/tutorialbooking/classes/external/view.php
(#46) Not recommended phpdocs tag @global used
mod/tutorialbooking/classes/message.php
(#45) Not recommended phpdocs tag @global used
(#76) Not recommended phpdocs tag @global used
(#76) Not recommended phpdocs tag @global used
(#151) Not recommended phpdocs tag @global used
(#151) Not recommended phpdocs tag @global used
mod/tutorialbooking/classes/observer.php
(#63) Not recommended phpdocs tag @global used
mod/tutorialbooking/classes/output/teacher_renderer.php
(#56) Not recommended phpdocs tag @global used
mod/tutorialbooking/classes/privacy/provider.php
(#17) File-level phpdocs block is not found
mod/tutorialbooking/classes/register.php
(#48) Not recommended phpdocs tag @global used
mod/tutorialbooking/classes/search/session.php
(#42) Not recommended phpdocs tag @global used
(#112) Not recommended phpdocs tag @global used
mod/tutorialbooking/classes/session.php
(#162) Phpdocs for function mod_tutorialbooking_session::generate_editsession_formdata has incomplete parameters list
(#64) Not recommended phpdocs tag @global used
(#114) Not recommended phpdocs tag @global used
(#160) Not recommended phpdocs tag @global used
(#160) Not recommended phpdocs tag @global used
(#218) Not recommended phpdocs tag @global used
(#233) Not recommended phpdocs tag @global used
(#251) Not recommended phpdocs tag @global used
(#265) Not recommended phpdocs tag @global used
(#315) Not recommended phpdocs tag @global used
(#346) Not recommended phpdocs tag @global used
(#393) Not recommended phpdocs tag @global used
(#393) Not recommended phpdocs tag @global used
(#393) Not recommended phpdocs tag @global used
mod/tutorialbooking/classes/session_add_user.php
(#64) Not recommended phpdocs tag @global used
mod/tutorialbooking/classes/task/fix_duplicates.php
(#17) File-level phpdocs block is not found
(#48) Not recommended phpdocs tag @global used
mod/tutorialbooking/classes/tutorial.php
(#174) Phpdocs for function mod_tutorialbooking_tutorial::update_events has incomplete parameters list
(#48) Not recommended phpdocs tag @global used
(#65) Not recommended phpdocs tag @global used
(#87) Not recommended phpdocs tag @global used
(#101) Not recommended phpdocs tag @global used
(#133) Not recommended phpdocs tag @global used
(#133) Not recommended phpdocs tag @global used
mod/tutorialbooking/classes/user.php
(#47) Not recommended phpdocs tag @global used
(#47) Not recommended phpdocs tag @global used
(#127) Not recommended phpdocs tag @global used
(#169) Not recommended phpdocs tag @global used
(#200) Not recommended phpdocs tag @global used
(#271) Not recommended phpdocs tag @global used
(#296) Not recommended phpdocs tag @global used
mod/tutorialbooking/tests/behat/behat_mod_tutorialbooking.php
(#60) Phpdocs for function behat_mod_tutorialbooking::generate_xpath_session_controls has incomplete parameters list
(#240) Phpdocs for function behat_mod_tutorialbooking::i_should_not_be_able_to_remove_my_sign_up_from_signup_sheet has incomplete parameters list
(#88) Not recommended phpdocs tag @global used
(#203) Not recommended phpdocs tag @global used
(#295) Not recommended phpdocs tag @global used
(#322) Not recommended phpdocs tag @global used
(#431) Not recommended phpdocs tag @global used
(#518) Not recommended phpdocs tag @global used
mod/tutorialbooking/tests/generator/lib.php
(#17) File-level phpdocs block is not found
(#34) Not recommended phpdocs tag @global used
(#34) Not recommended phpdocs tag @global used
(#198) Not recommended phpdocs tag @global used
mod/tutorialbooking/tests/privacy_provider_test.php
(#338) Not recommended phpdocs tag @global used
mod/tutorialbooking/tests/tutorial_test.php
(#308) Not recommended phpdocs tag @global used
mod/tutorialbooking/tests/webservice_capabiliies_test.php
(#45) Not recommended phpdocs tag @global used
(#83) Not recommended phpdocs tag @global used
(#120) Not recommended phpdocs tag @global used
(#158) Not recommended phpdocs tag @global used
mod/tutorialbooking/tests/webservice_details_test.php
(#45) Not recommended phpdocs tag @global used
(#113) Not recommended phpdocs tag @global used
mod/tutorialbooking/tests/webservice_moveslot_test.php
(#44) Not recommended phpdocs tag @global used
(#68) Not recommended phpdocs tag @global used
(#92) Not recommended phpdocs tag @global used
(#110) Not recommended phpdocs tag @global used
(#127) Not recommended phpdocs tag @global used
mod/tutorialbooking/tests/webservice_remove_signup_test.php
(#46) Not recommended phpdocs tag @global used
(#89) Not recommended phpdocs tag @global used
(#123) Not recommended phpdocs tag @global used
(#160) Not recommended phpdocs tag @global used
mod/tutorialbooking/tests/webservice_signup_test.php
(#45) Not recommended phpdocs tag @global used
(#85) Not recommended phpdocs tag @global used
(#122) Not recommended phpdocs tag @global used
(#157) Not recommended phpdocs tag @global used
(#194) Not recommended phpdocs tag @global used
mod/tutorialbooking/tests/webservice_view_test.php
(#44) Not recommended phpdocs tag @global used

Update savepoints problems

(0 errors, 0 warnings)

This section shows problems detected with the handling of upgrade savepoints [More info]


Third party library modification problems

(0 errors, 0 warnings)

This section shows problems detected with the modification of third party libraries [More info]


grunt changes

(1 errors, 1 warnings)

This section shows files built by grunt and not commited [More info]

Problems running grunt
Task "gherkinlint" failed. Use --force to continue.

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(3 errors, 19 warnings)

This section shows problems detected in mustache templates [More info]

mod/tutorialbooking/templates/mobile_signup.mustache
(#1) Mustache syntax exception: Example context JSON is unparsable, fails with: Syntax error
mod/tutorialbooking/templates/mobile_slot.mustache
(#1) HTML Validation info, line 21: Attribute “[params]” is not serializable as XML 1.0. ( <button ion-button icon-start core-site-plugins-call-ws name="mod_tutorialbooking_signup" [params]="{slotid: 6}" [preSets]="{getFromCache: 0, saveToCache: 0}" refreshOnSuccess="true"> )
(#1) HTML Validation info, line 21: Attribute “[presets]” is not serializable as XML 1.0. ( <button ion-button icon-start core-site-plugins-call-ws name="mod_tutorialbooking_signup" [params]="{slotid: 6}" [preSets]="{getFromCache: 0, saveToCache: 0}" refreshOnSuccess="true"> )
(#1) HTML Validation error, line 21: Attribute “ion-button” not allowed on element “button” at this point. ( <button ion-button icon-start core-site-plugins-call-ws name="mod_tutorialbooking_signup" [params]="{slotid: 6}" [preSets]="{getFromCache: 0, saveToCache: 0}" refreshOnSuccess="true"> )
(#1) HTML Validation error, line 21: Attribute “icon-start” not allowed on element “button” at this point. ( <button ion-button icon-start core-site-plugins-call-ws name="mod_tutorialbooking_signup" [params]="{slotid: 6}" [preSets]="{getFromCache: 0, saveToCache: 0}" refreshOnSuccess="true"> )
(#1) HTML Validation error, line 21: Attribute “core-site-plugins-call-ws” not allowed on element “button” at this point. ( <button ion-button icon-start core-site-plugins-call-ws name="mod_tutorialbooking_signup" [params]="{slotid: 6}" [preSets]="{getFromCache: 0, saveToCache: 0}" refreshOnSuccess="true"> )
(#1) HTML Validation error, line 21: Attribute “[params]” not allowed on element “button” at this point. ( <button ion-button icon-start core-site-plugins-call-ws name="mod_tutorialbooking_signup" [params]="{slotid: 6}" [preSets]="{getFromCache: 0, saveToCache: 0}" refreshOnSuccess="true"> )
(#1) HTML Validation error, line 21: Attribute “[presets]” not allowed on element “button” at this point. ( <button ion-button icon-start core-site-plugins-call-ws name="mod_tutorialbooking_signup" [params]="{slotid: 6}" [preSets]="{getFromCache: 0, saveToCache: 0}" refreshOnSuccess="true"> )
(#1) HTML Validation error, line 21: Attribute “refreshonsuccess” not allowed on element “button” at this point. ( <button ion-button icon-start core-site-plugins-call-ws name="mod_tutorialbooking_signup" [params]="{slotid: 6}" [preSets]="{getFromCache: 0, saveToCache: 0}" refreshOnSuccess="true"> )
mod/tutorialbooking/templates/mobile_tutorialbooking.mustache
(#1) HTML Validation info, line 7: Attribute “[params]” is not serializable as XML 1.0. (. --> <span core-site-plugins-call-ws-on-load name="mod_tutorialbooking_view_tutorialbooking" [params]="{id: 13}" [preSets]="{getFromCache: 0, saveToCache: 0}"></span)
(#1) HTML Validation info, line 7: Attribute “[presets]” is not serializable as XML 1.0. (. --> <span core-site-plugins-call-ws-on-load name="mod_tutorialbooking_view_tutorialbooking" [params]="{id: 13}" [preSets]="{getFromCache: 0, saveToCache: 0}"></span)
(#1) HTML Validation error, line 7: Attribute “core-site-plugins-call-ws-on-load” not allowed on element “span” at this point. (. --> <span core-site-plugins-call-ws-on-load name="mod_tutorialbooking_view_tutorialbooking" [params]="{id: 13}" [preSets]="{getFromCache: 0, saveToCache: 0}"></span)
(#1) HTML Validation error, line 7: Attribute “name” not allowed on element “span” at this point. (. --> <span core-site-plugins-call-ws-on-load name="mod_tutorialbooking_view_tutorialbooking" [params]="{id: 13}" [preSets]="{getFromCache: 0, saveToCache: 0}"></span)
(#1) HTML Validation error, line 7: Attribute “[params]” not allowed on element “span” at this point. (. --> <span core-site-plugins-call-ws-on-load name="mod_tutorialbooking_view_tutorialbooking" [params]="{id: 13}" [preSets]="{getFromCache: 0, saveToCache: 0}"></span)
(#1) HTML Validation error, line 7: Attribute “[presets]” not allowed on element “span” at this point. (. --> <span core-site-plugins-call-ws-on-load name="mod_tutorialbooking_view_tutorialbooking" [params]="{id: 13}" [preSets]="{getFromCache: 0, saveToCache: 0}"></span)
mod/tutorialbooking/templates/student_signup.mustache
(#1) HTML Validation error, line 2: Element “li” not allowed as child of element “body” in this context. (Suppressing further errors from this subtree.) (ad><body><li class="signedupuser">Jane S)
mod/tutorialbooking/templates/student_slot.mustache
(#1) HTML Validation info, line 3: Empty heading. (ion"> <h3 class="sectionname"></h3>)
mod/tutorialbooking/templates/student_tutorialbooking.mustache
(#1) HTML Validation info, line 2: Empty heading. (tutorial"><h2 class="sectionname"></h2>)
mod/tutorialbooking/templates/teacher_signup.mustache
(#1) Mustache syntax exception: Example context JSON is unparsable, fails with: Syntax error
mod/tutorialbooking/templates/teacher_slot.mustache
(#1) HTML Validation error, line 13: Element “div” not allowed as child of element “span” in this context. (Suppressing further errors from this subtree.) (controls"><div class="action-menu d-inline"></div)
(#1) HTML Validation error, line 16: Element “ul” not allowed as child of element “span” in this context. (Suppressing further errors from this subtree.) ( <ul> )
mod/tutorialbooking/templates/teacher_tutorialbooking.mustache
(#1) Mustache syntax exception: Example context JSON is unparsable, fails with: Syntax error

Gherkin .feature problems

(315 errors, 0 warnings)

This section shows problems detected in behat .feature files [More info]

mod/tutorialbooking/tests/behat/addtutorial.feature
(#7) Wrong indentation for "Scenario", expected indentation level of 2, but got 4
(#8) Wrong indentation for "given", expected indentation level of 4, but got 8
(#12) Wrong indentation for "and", expected indentation level of 4, but got 8
(#15) Wrong indentation for "and", expected indentation level of 4, but got 8
(#19) Wrong indentation for "and", expected indentation level of 4, but got 8
(#20) Wrong indentation for "and", expected indentation level of 4, but got 8
(#21) Wrong indentation for "and", expected indentation level of 4, but got 8
(#27) Wrong indentation for "and", expected indentation level of 4, but got 8
(#28) Wrong indentation for "and", expected indentation level of 4, but got 8
(#32) Wrong indentation for "and", expected indentation level of 4, but got 8
(#36) Wrong indentation for "and", expected indentation level of 4, but got 8
(#37) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#38) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#39) Wrong indentation for "and", expected indentation level of 4, but got 8
(#40) Wrong indentation for "and", expected indentation level of 4, but got 8
mod/tutorialbooking/tests/behat/backup.feature
(#7) Wrong indentation for "Background", expected indentation level of 2, but got 4
(#8) Wrong indentation for "given", expected indentation level of 4, but got 8
(#12) Wrong indentation for "and", expected indentation level of 4, but got 8
(#16) Wrong indentation for "and", expected indentation level of 4, but got 8
(#20) Wrong indentation for "and", expected indentation level of 4, but got 8
(#23) Wrong indentation for "and", expected indentation level of 4, but got 8
(#24) Wrong indentation for "and", expected indentation level of 4, but got 8
(#28) Wrong indentation for "and", expected indentation level of 4, but got 8
(#32) Wrong indentation for "and", expected indentation level of 4, but got 8
(#33) Wrong indentation for "and", expected indentation level of 4, but got 8
(#34) Wrong indentation for "and", expected indentation level of 4, but got 8
(#35) Wrong indentation for "and", expected indentation level of 4, but got 8
(#37) Wrong indentation for "Scenario", expected indentation level of 2, but got 4
(#38) Wrong indentation for "given", expected indentation level of 4, but got 8
(#39) Wrong indentation for "and", expected indentation level of 4, but got 8
(#40) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#41) Wrong indentation for "and", expected indentation level of 4, but got 8
(#42) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#43) Wrong indentation for "and", expected indentation level of 4, but got 8
(#44) Wrong indentation for "and", expected indentation level of 4, but got 8
(#45) Wrong indentation for "and", expected indentation level of 4, but got 8
mod/tutorialbooking/tests/behat/deletetutorial.feature
(#7) Wrong indentation for "Scenario", expected indentation level of 2, but got 4
(#8) Wrong indentation for "given", expected indentation level of 4, but got 8
(#12) Wrong indentation for "and", expected indentation level of 4, but got 8
(#15) Wrong indentation for "and", expected indentation level of 4, but got 8
(#19) Wrong indentation for "and", expected indentation level of 4, but got 8
(#23) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#24) Wrong indentation for "and", expected indentation level of 4, but got 8
(#25) Wrong indentation for "and", expected indentation level of 4, but got 8
(#26) Wrong indentation for "and", expected indentation level of 4, but got 8
(#27) Wrong indentation for "and", expected indentation level of 4, but got 8
(#28) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#29) Wrong indentation for "and", expected indentation level of 4, but got 8
(#30) Wrong indentation for "and", expected indentation level of 4, but got 8
mod/tutorialbooking/tests/behat/lock.feature
(#7) Wrong indentation for "Background", expected indentation level of 2, but got 4
(#8) Wrong indentation for "given", expected indentation level of 4, but got 8
(#13) Wrong indentation for "and", expected indentation level of 4, but got 8
(#16) Wrong indentation for "and", expected indentation level of 4, but got 8
(#21) Wrong indentation for "and", expected indentation level of 4, but got 8
(#24) Wrong indentation for "and", expected indentation level of 4, but got 8
(#25) Wrong indentation for "and", expected indentation level of 4, but got 8
(#29) Wrong indentation for "and", expected indentation level of 4, but got 8
(#33) Wrong indentation for "and", expected indentation level of 4, but got 8
(#35) Wrong indentation for "Scenario", expected indentation level of 2, but got 4
(#36) Wrong indentation for "given", expected indentation level of 4, but got 8
(#37) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#39) Wrong indentation for "scenario tag", expected indentation level of 2, but got 4
(#40) Wrong indentation for "Scenario", expected indentation level of 2, but got 4
(#41) Wrong indentation for "given", expected indentation level of 4, but got 8
(#42) Wrong indentation for "and", expected indentation level of 4, but got 8
(#43) Wrong indentation for "and", expected indentation level of 4, but got 8
(#44) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#45) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#47) Wrong indentation for "Scenario", expected indentation level of 2, but got 4
(#48) Wrong indentation for "given", expected indentation level of 4, but got 8
(#49) Wrong indentation for "and", expected indentation level of 4, but got 8
(#51) Wrong indentation for "and", expected indentation level of 4, but got 8
(#52) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#53) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#54) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#56) Wrong indentation for "scenario tag", expected indentation level of 2, but got 4
(#57) Wrong indentation for "Scenario", expected indentation level of 2, but got 4
(#58) Wrong indentation for "given", expected indentation level of 4, but got 8
(#59) Wrong indentation for "and", expected indentation level of 4, but got 8
(#61) Wrong indentation for "and", expected indentation level of 4, but got 8
(#62) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#63) Wrong indentation for "and", expected indentation level of 4, but got 8
(#64) Wrong indentation for "and", expected indentation level of 4, but got 8
(#65) Wrong indentation for "and", expected indentation level of 4, but got 8
(#66) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#67) Wrong indentation for "Step", expected indentation level of 4, but got 8
mod/tutorialbooking/tests/behat/index.feature
(#7) Wrong indentation for "Background", expected indentation level of 2, but got 4
(#8) Wrong indentation for "given", expected indentation level of 4, but got 8
(#11) Wrong indentation for "and", expected indentation level of 4, but got 8
(#15) Wrong indentation for "and", expected indentation level of 4, but got 8
(#18) Wrong indentation for "and", expected indentation level of 4, but got 8
(#24) Wrong indentation for "Scenario", expected indentation level of 2, but got 4
(#25) Wrong indentation for "given", expected indentation level of 4, but got 8
(#26) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#27) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#28) Wrong indentation for "and", expected indentation level of 4, but got 8
(#29) Wrong indentation for "Step", expected indentation level of 4, but got 8
mod/tutorialbooking/tests/behat/privacy.feature
(#7) Wrong indentation for "Background", expected indentation level of 2, but got 4
(#8) Wrong indentation for "given", expected indentation level of 4, but got 8
(#14) Wrong indentation for "and", expected indentation level of 4, but got 8
(#17) Wrong indentation for "and", expected indentation level of 4, but got 8
(#24) Wrong indentation for "and", expected indentation level of 4, but got 8
(#27) Wrong indentation for "and", expected indentation level of 4, but got 8
(#28) Wrong indentation for "and", expected indentation level of 4, but got 8
(#32) Wrong indentation for "and", expected indentation level of 4, but got 8
(#36) Wrong indentation for "and", expected indentation level of 4, but got 8
(#39) Wrong indentation for "and", expected indentation level of 4, but got 8
(#41) Wrong indentation for "and", expected indentation level of 4, but got 8
(#43) Wrong indentation for "Scenario", expected indentation level of 2, but got 4
(#44) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#45) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#46) Wrong indentation for "and", expected indentation level of 4, but got 8
(#47) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#48) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#49) Wrong indentation for "and", expected indentation level of 4, but got 8
(#50) Wrong indentation for "and", expected indentation level of 4, but got 8
(#51) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#53) Wrong indentation for "and", expected indentation level of 4, but got 8
(#55) Wrong indentation for "Scenario", expected indentation level of 2, but got 4
(#56) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#57) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#58) Wrong indentation for "and", expected indentation level of 4, but got 8
(#59) Wrong indentation for "and", expected indentation level of 4, but got 8
mod/tutorialbooking/tests/behat/sessionnsummary.feature
(#7) Wrong indentation for "Background", expected indentation level of 2, but got 4
(#8) Wrong indentation for "given", expected indentation level of 4, but got 8
(#12) Wrong indentation for "and", expected indentation level of 4, but got 8
(#15) Wrong indentation for "and", expected indentation level of 4, but got 8
(#19) Wrong indentation for "and", expected indentation level of 4, but got 8
(#23) Wrong indentation for "Scenario", expected indentation level of 2, but got 4
(#24) Wrong indentation for "given", expected indentation level of 4, but got 8
(#25) Wrong indentation for "and", expected indentation level of 4, but got 8
(#30) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#31) Wrong indentation for "and", expected indentation level of 4, but got 8
(#32) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#33) Wrong indentation for "and", expected indentation level of 4, but got 8
(#34) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#35) Wrong indentation for "and", expected indentation level of 4, but got 8
mod/tutorialbooking/tests/behat/signup.feature
(#7) Wrong indentation for "Background", expected indentation level of 2, but got 4
(#8) Wrong indentation for "given", expected indentation level of 4, but got 8
(#13) Wrong indentation for "and", expected indentation level of 4, but got 8
(#16) Wrong indentation for "and", expected indentation level of 4, but got 8
(#21) Wrong indentation for "and", expected indentation level of 4, but got 8
(#24) Wrong indentation for "and", expected indentation level of 4, but got 8
(#25) Wrong indentation for "and", expected indentation level of 4, but got 8
(#29) Wrong indentation for "and", expected indentation level of 4, but got 8
(#33) Wrong indentation for "and", expected indentation level of 4, but got 8
(#35) Wrong indentation for "Scenario", expected indentation level of 2, but got 4
(#36) Wrong indentation for "given", expected indentation level of 4, but got 8
(#37) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#38) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#39) Wrong indentation for "and", expected indentation level of 4, but got 8
(#40) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#41) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#43) Wrong indentation for "scenario tag", expected indentation level of 2, but got 4
(#44) Wrong indentation for "Scenario", expected indentation level of 2, but got 4
(#45) Wrong indentation for "given", expected indentation level of 4, but got 8
(#46) Wrong indentation for "and", expected indentation level of 4, but got 8
(#47) Wrong indentation for "and", expected indentation level of 4, but got 8
(#48) Wrong indentation for "and", expected indentation level of 4, but got 8
(#49) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#50) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#51) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#52) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#53) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#54) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#56) Wrong indentation for "Scenario", expected indentation level of 2, but got 4
(#57) Wrong indentation for "given", expected indentation level of 4, but got 8
(#58) Wrong indentation for "and", expected indentation level of 4, but got 8
(#59) Wrong indentation for "and", expected indentation level of 4, but got 8
(#60) Wrong indentation for "and", expected indentation level of 4, but got 8
(#61) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#62) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#63) Wrong indentation for "and", expected indentation level of 4, but got 8
(#64) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#65) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#66) Wrong indentation for "and", expected indentation level of 4, but got 8
(#67) Wrong indentation for "and", expected indentation level of 4, but got 8
(#68) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#69) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#70) Wrong indentation for "and", expected indentation level of 4, but got 8
(#72) Wrong indentation for "Scenario", expected indentation level of 2, but got 4
(#73) Wrong indentation for "given", expected indentation level of 4, but got 8
(#74) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#75) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#76) Wrong indentation for "and", expected indentation level of 4, but got 8
(#77) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#78) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#79) Wrong indentation for "and", expected indentation level of 4, but got 8
mod/tutorialbooking/tests/behat/teacherdelete.feature
(#7) Wrong indentation for "Background", expected indentation level of 2, but got 4
(#8) Wrong indentation for "given", expected indentation level of 4, but got 8
(#14) Wrong indentation for "and", expected indentation level of 4, but got 8
(#17) Wrong indentation for "and", expected indentation level of 4, but got 8
(#23) Wrong indentation for "and", expected indentation level of 4, but got 8
(#26) Wrong indentation for "and", expected indentation level of 4, but got 8
(#27) Wrong indentation for "and", expected indentation level of 4, but got 8
(#31) Wrong indentation for "and", expected indentation level of 4, but got 8
(#35) Wrong indentation for "and", expected indentation level of 4, but got 8
(#38) Wrong indentation for "and", expected indentation level of 4, but got 8
(#40) Wrong indentation for "and", expected indentation level of 4, but got 8
(#42) Wrong indentation for "Scenario", expected indentation level of 2, but got 4
(#43) Wrong indentation for "given", expected indentation level of 4, but got 8
(#45) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#46) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#47) Wrong indentation for "and", expected indentation level of 4, but got 8
(#48) Wrong indentation for "and", expected indentation level of 4, but got 8
(#50) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#51) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#52) Wrong indentation for "and", expected indentation level of 4, but got 8
(#53) Wrong indentation for "and", expected indentation level of 4, but got 8
(#55) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#59) Wrong indentation for "and", expected indentation level of 4, but got 8
(#61) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#62) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#63) Wrong indentation for "and", expected indentation level of 4, but got 8
(#64) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#65) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#66) Wrong indentation for "and", expected indentation level of 4, but got 8
(#67) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#68) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#70) Wrong indentation for "Scenario", expected indentation level of 2, but got 4
(#71) Wrong indentation for "given", expected indentation level of 4, but got 8
(#72) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#73) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#74) Wrong indentation for "and", expected indentation level of 4, but got 8
mod/tutorialbooking/tests/behat/teacheradd.feature
(#7) Wrong indentation for "Background", expected indentation level of 2, but got 4
(#8) Wrong indentation for "given", expected indentation level of 4, but got 8
(#14) Wrong indentation for "and", expected indentation level of 4, but got 8
(#17) Wrong indentation for "and", expected indentation level of 4, but got 8
(#23) Wrong indentation for "and", expected indentation level of 4, but got 8
(#26) Wrong indentation for "and", expected indentation level of 4, but got 8
(#27) Wrong indentation for "and", expected indentation level of 4, but got 8
(#31) Wrong indentation for "and", expected indentation level of 4, but got 8
(#35) Wrong indentation for "and", expected indentation level of 4, but got 8
(#37) Wrong indentation for "Scenario", expected indentation level of 2, but got 4
(#38) Wrong indentation for "given", expected indentation level of 4, but got 8
(#39) Wrong indentation for "and", expected indentation level of 4, but got 8
(#41) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#42) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#43) Wrong indentation for "and", expected indentation level of 4, but got 8
(#44) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#45) Wrong indentation for "and", expected indentation level of 4, but got 8
(#47) Wrong indentation for "Scenario", expected indentation level of 2, but got 4
(#48) Wrong indentation for "given", expected indentation level of 4, but got 8
(#49) Wrong indentation for "and", expected indentation level of 4, but got 8
(#52) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#53) Wrong indentation for "and", expected indentation level of 4, but got 8
(#54) Wrong indentation for "and", expected indentation level of 4, but got 8
(#55) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#56) Wrong indentation for "and", expected indentation level of 4, but got 8
(#57) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#58) Wrong indentation for "and", expected indentation level of 4, but got 8
(#59) Wrong indentation for "and", expected indentation level of 4, but got 8
(#60) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#61) Wrong indentation for "and", expected indentation level of 4, but got 8
(#62) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#63) Wrong indentation for "and", expected indentation level of 4, but got 8
(#64) Wrong indentation for "and", expected indentation level of 4, but got 8
mod/tutorialbooking/tests/behat/timeslots.feature
(#7) Wrong indentation for "Background", expected indentation level of 2, but got 4
(#8) Wrong indentation for "given", expected indentation level of 4, but got 8
(#13) Wrong indentation for "and", expected indentation level of 4, but got 8
(#16) Wrong indentation for "and", expected indentation level of 4, but got 8
(#21) Wrong indentation for "and", expected indentation level of 4, but got 8
(#24) Wrong indentation for "and", expected indentation level of 4, but got 8
(#25) Wrong indentation for "and", expected indentation level of 4, but got 8
(#29) Wrong indentation for "and", expected indentation level of 4, but got 8
(#33) Wrong indentation for "and", expected indentation level of 4, but got 8
(#35) Wrong indentation for "Scenario", expected indentation level of 2, but got 4
(#36) Wrong indentation for "given", expected indentation level of 4, but got 8
(#37) Wrong indentation for "and", expected indentation level of 4, but got 8
(#38) Wrong indentation for "and", expected indentation level of 4, but got 8
(#39) Wrong indentation for "and", expected indentation level of 4, but got 8
(#42) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#43) Wrong indentation for "and", expected indentation level of 4, but got 8
(#44) Wrong indentation for "and", expected indentation level of 4, but got 8
(#45) Wrong indentation for "and", expected indentation level of 4, but got 8
(#47) Wrong indentation for "Scenario", expected indentation level of 2, but got 4
(#48) Wrong indentation for "given", expected indentation level of 4, but got 8
(#49) Wrong indentation for "and", expected indentation level of 4, but got 8
(#50) Wrong indentation for "and", expected indentation level of 4, but got 8
(#51) Wrong indentation for "and", expected indentation level of 4, but got 8
(#52) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#56) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#57) Wrong indentation for "and", expected indentation level of 4, but got 8
(#58) Wrong indentation for "and", expected indentation level of 4, but got 8
(#60) Wrong indentation for "Scenario", expected indentation level of 2, but got 4
(#61) Wrong indentation for "given", expected indentation level of 4, but got 8
(#62) Wrong indentation for "and", expected indentation level of 4, but got 8
(#63) Wrong indentation for "and", expected indentation level of 4, but got 8
(#64) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#65) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#67) Wrong indentation for "Scenario", expected indentation level of 2, but got 4
(#68) Wrong indentation for "given", expected indentation level of 4, but got 8
(#69) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#71) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#72) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#74) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#75) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#77) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#78) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#80) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#81) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#83) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#84) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#86) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#88) Wrong indentation for "Scenario", expected indentation level of 2, but got 4
(#89) Wrong indentation for "given", expected indentation level of 4, but got 8
(#90) Wrong indentation for "and", expected indentation level of 4, but got 8
(#93) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#95) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#97) Wrong indentation for "Scenario", expected indentation level of 2, but got 4
(#98) Wrong indentation for "given", expected indentation level of 4, but got 8
(#101) Wrong indentation for "and", expected indentation level of 4, but got 8
(#102) Wrong indentation for "and", expected indentation level of 4, but got 8
(#105) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#107) Wrong indentation for "Step", expected indentation level of 4, but got 8