Michael Voříšek
|
a8707ae220
|
Fix and assert basic CS using CI (#9246)
* Assert CS using CI
* fix "single_blank_line_at_eof"
* fix "statement_indentation"
* fix "switch_case_semicolon_to_colon"
* fix "control_structure_braces"
* fix "statement_indentation"
* fix "no_whitespace_in_blank_line"
* fix "no_trailing_whitespace_in_comment"
* fix "no_trailing_whitespace"
* fix "single_space_around_construct"
* fix "spaces_inside_parentheses"
* fix "ternary_operator_spaces"
* fix "trim_array_spaces"
* fix "whitespace_after_comma_in_array"
* fix "cast_spaces"
* fix "unary_operator_spaces"
* fix "no_trailing_comma_in_singleline"
* fix "ordered_imports"
* fix "no_unused_imports"
* Check composer.json format
* fix CI job name
* file header comments are not phpdoc
* fix "phpdoc_indent"
* fix "braces_position"
* fix "phpdoc_types"
* fix "no_blank_lines_after_class_opening"
* fix "no_multiple_statements_per_line"
* fix "multiline_comment_opening_closing"
* fix "single_line_empty_body"
* fix "non_printable_character"
* fix "phpdoc_trim_consecutive_blank_line_separation"
* fix "include"
* fix "no_mixed_echo_print"
---------
Co-authored-by: Aleksander Machniak <alec@alec.pl>
|
2023-12-16 15:37:43 +01:00 |
|
Michael Voříšek
|
5425d1a84a
|
Fix invalid phpdocs (#9252)
* fix missing return type in phpdoc
* fix "phpdoc_scalar"
* Fix phpdoc variable names typos
* fix wrong phpdoc tags
|
2023-12-10 16:20:50 +01:00 |
|
Aleksander Machniak
|
965fd90284
|
Browser Tests: The last attempt on mobile menu issues
If this does not work I give up. Tests work on my computer, but not on GA,
and I don't know really why.
|
2023-11-26 18:29:26 +01:00 |
|
Aleksander Machniak
|
d29236e175
|
Browser tests: Fix "stale element reference" errors
|
2023-10-21 21:30:00 +02:00 |
|
Aleksander Machniak
|
644750bfbb
|
Browser Tests: Increase timeout for downloaded file existence check
|
2023-02-26 12:09:39 +01:00 |
|
Aleksander Machniak
|
5aa0d09def
|
Add array_first() helper, fix some code issues
|
2020-12-20 09:44:17 +01:00 |
|
Aleksander Machniak
|
84aa5d93f1
|
Tests: Added browser tests for Archive plugin
|
2020-01-24 12:07:58 +01:00 |
|
Aleksander Machniak
|
d979aa0584
|
Tests: Add more browser tests for Responses
|
2020-01-19 11:58:20 +01:00 |
|
Aleksander Machniak
|
2037f2612b
|
Tests: Fix testing with create_default_folders=true
|
2020-01-17 16:33:05 +01:00 |
|
Aleksander Machniak
|
5a6606a245
|
Tests: Add folder creation test
|
2020-01-16 20:57:33 +01:00 |
|
Aleksander Machniak
|
5c73848499
|
Tests: Add Browser::assertElementsCount() helper
|
2020-01-14 19:23:52 +01:00 |
|
Aleksander Machniak
|
31b0275573
|
Add basic browser tests for message menu and open in new window feature
|
2020-01-09 20:25:26 +01:00 |
|
Aleksander Machniak
|
e2bd4548ed
|
Tests: Move logon helpers to the App component
|
2020-01-04 19:12:12 +01:00 |
|
Aleksander Machniak
|
f72054e761
|
Tests: Create Browser and Components for better code structure
|
2020-01-04 14:01:16 +01:00 |
|