Skip to content
Snippets Groups Projects

Issue #3130107: Extend unit test coverage for LanguageNegotiationContentEntity

Open Stefanos Petrakis requested to merge issue/drupal-3130107:3130107-add-unit-test into 10.1.x
3 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
3
  • c9bace88
    Issue #3325295 by daffie, Arantxio: Update minumum version for PostgreSQL in code · c9bace88
    catch authored
@@ -16,9 +16,9 @@ class Tasks extends InstallTasks {
*
* The contrib extension pg_trgm is supposed to be installed.
*
* @see https://www.postgresql.org/docs/10/pgtrgm.html
* @see https://www.postgresql.org/docs/12/pgtrgm.html
*/
const PGSQL_MINIMUM_VERSION = '10';
const PGSQL_MINIMUM_VERSION = '12';
/**
* {@inheritdoc}
Loading