You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix missing parameters in runLocalMessageCopy
* Fix incorrect schemaList fallback behavior
* Update class imports
Co-authored-by: paladox <thomasmulhall410@yahoo.com>
* Avoid creating test user on Intergration test setup
* Remove redundant call of $db->tableName()
Fixes: SemanticMediaWiki#6150
Co-authored-by: alistair3149 <alistair3149@users.noreply.github.com>
* Add missing class import
* Fix various issues raised from CI
* Fix ArticleFromTitleTest
* Test MW 1.44 with PHP 8.3
* Simplify isCreatorLastEditor comparsion
UserId is good enough for comparison.
* Partial revert changes in isCreatorLastEditor
Co-authored-by: paladox <thomasmulhall410@yahoo.com>
* Fix missing namespaces
* Add missing classes in tests
* Use namespaced class for mock
* Mark MariaDb 11.8 as experimental
Many of the DB test failures might be related to MariaDB 11.8, updating the CI to test for that
* Mark PHP 8.3 test as experimental
* Fix incorrect article path in tests
* Skip various broken tests
There are a few tests that are broken due to changes from 1.39 to 1.43.
We should skip them for now until we can fix them.
---------
Co-authored-by: paladox <thomasmulhall410@yahoo.com>
Co-authored-by: Hua <75751972+huaj1ng@users.noreply.github.com>
0 commit comments