When testing using sqlite, all functional tests fail with:
Undefined array key "type"
A website being run on an sqlite database would also fail.
This was originally fixed in https://git.drupalcode.org/project/cas_server/-/commit/703fbe083dbf41af7... and then broken again in 🐛 Support PostgreSQL install schema (timestamp) Fixed .
<env name="SIMPLETEST_DB" value="sqlite://localhost//tmp/testdb.sqlite"/>
Add the default type of 'int' to the expiration field in hook_schema.
Documentation states that this shouldn't be necessary, but the fallback isn't working for sqlite.
Needs work
3.0
Code