Issue #3472946 by xmacinfo, dpi: Clarify “Database support for JSON” success...
1 unresolved thread
Merge request reports
Activity
added 1 commit
117 117 // Check if JSON database support is enabled. 118 118 $this->assertSession()->pageTextContains('Database support for JSON'); 119 119 $elements = $this->xpath('//details[@class="system-status-report__entry"]//div[contains(text(), :text)]', [ 120 ':text' => 'Is required in Drupal 10.0.', 120 ':text' => 'Drupal requires databases that support JSON.', I could like to change the text to: "Drupal requires databases that support JSON storage." Most databases have now support for JSON storage. The amount of functionality differs across databases. PostgreSQL is the leader in that field at the moment. With adding the "storage" bit, we can later as needed at checks on the amount of JSON functionality that the database offers.
changed this line in version 3 of the diff
added 1 commit
- fef04b40 - Update the JSON requirement text and related test
Please register or sign in to reply