- Issue created by @tr
- Merge request !98Issue #3486525 by tr: Add declare(strict_types=1) to all test modules β (Merged) created by tr
- πΊπΈUnited States tr Cascadia
With the (temporary) modification of phpstan.neon, I can see there is an unused test method (
doFlagUiFieldPlugin()
) that uses an undefined core method (drupalPostAjaxForm()
). I opened up π drupalPostAjaxForm() does not exist anymore Active for that issue. - πΊπΈUnited States tr Cascadia
Opened up a new issue for this:
Installing the table sequences with the method KernelTestBase::installSchema() is deprecated in drupal:10.2.0 and is removed from drupal:12.0.0.
See π [10.2] Drupal\Core\Database\Connection::nextId(), the {sequences} table and schema are deprecated Active - First commit to issue fork.
- πΊπΈUnited States tr Cascadia
All phpstan issue related to turning on strict_types in the tests have now been resolved, with the exception of π drupalPostAjaxForm() does not exist anymore Active , which requires changes that IMO are outside the scope of this issue.
-
ivnish β
committed 45b295b3 on 8.x-4.x authored by
tr β
Issue #3486525 by tr: Add declare(strict_types=1) to all test modules
-
ivnish β
committed 45b295b3 on 8.x-4.x authored by
tr β
Automatically closed - issue fixed for 2 weeks with no activity.