Commit Graph

24 Commits (8a26f33828ebf8b20a696879df2551367dbc098a)

Author SHA1 Message Date
Alex Pott 442b47177d
Issue #3399388 by mstrelan: Add declare(strict_types=1) to all Kernel tests 2024-04-10 15:17:46 +01:00
Dave Long a23b6d6768
Issue #3399746 by mstrelan, acbramley: Add declare(strict_types=1) to all Functional tests
(cherry picked from commit e3fab52019)
2024-02-28 10:38:53 +00:00
Dave Long 654b1f2074
Issue #3353210 by mondrake, PrabuEla, Spokje: [PHPUnit 10] @dataProvider methods must be declared static and public 2024-02-14 13:38:28 +00:00
Dave Long ebb73695b2
Issue #3411403 by bradjones1: pgsql module's NonPublicSchemaTest can fail in non-CI environments 2024-02-04 11:19:50 +00:00
catch 8f2d6063dd Issue #3417531 by longwave, mondrake: Remove withConsecutive() in pgsql SchemaTest 2024-01-31 23:53:16 +00:00
Lee Rowlands 28503b7394
Issue #3358609 by Arantxio, daffie, Chi, xjm: Fix PostgeSQL column name escaping in field constraints 2024-01-08 07:45:39 +10:00
Lee Rowlands 9add7f71ff
Issue #3399373 by mstrelan, xjm, longwave, quietone: Add declare(strict_types=1) to all Unit tests 2024-01-03 15:25:34 +10:00
Lee Rowlands fdacae95f3
Issue #3159113 by daffie, saxenaakansha30, quietone: PostgreSQL Duplicate table error for alter index queries 2023-12-22 13:31:17 +10:00
Lee Rowlands 6d93485084
Issue #3386458 by catch, quietone, alexpott, larowlan: Add GenericModuleTestBase and use it to test general module things 2023-09-26 09:14:17 +10:00
Dave Long 6e8cab8109
Issue #3364621 by lauriii, penyaskito, daffie, catch, phenaproxima, mondrake: Drupal\Tests\file\Kernel\Views\RelationshipNodeFileDataTest fails on HEAD with PostgreSQL 2023-08-16 21:38:19 +01:00
quietone ebb63a39b8
Issue #3377381 by Spokje, smustgrave: Change hardcoded schema name "public" in SchemaTest::testPgsqlSequences 2023-08-04 15:14:17 +12:00
Dave Long 69333763c3
Issue #3224941 by andypost, Akram Khan, ravi.shankar, SandeepSingh199, Spokje, catch, xjm, alexpott: Remove usage of setAccessible() when core requires PHP 8.1 2023-07-18 16:45:43 +01:00
Lee Rowlands 167a7c86e0
Issue #3028706 by Arantxio, mradcliffe, andregp, mindbet, andypost, ravi.shankar, joshua1234511, ankithashetty: New serial columns do not own sequences 2023-07-12 09:43:48 +10:00
Dave Long 224543f183
Issue #3351886 by Arantxio, daffie, mondrake, longwave: Change SchemaUniquePrefixedKeysIndexTest to extend DriverSpecificDatabaseTestBase 2023-06-16 14:48:12 +01:00
Lee Rowlands f4fcd7b578
Issue #1060476 by Arantxio, RoSk0, Renrhaf, ravi.shankar, mogtofu33, daffie, jordan.jamous, intrafusion, vsujeetkumar, tostinni, stefan.r, asad_ahmed, ozden_meren, jaredsmith, ridhimaabrol24, dark_ixion, quietone, ericsol, David_Rothstein, mradcliffe: Multiple issues when PostgreSQL is used with non-public schema 2023-04-06 11:38:37 +10:00
Dave Long b91861bf59
Revert "Issue #3306554 by andypost, mondrake: InvocationMocker::withConsecutive() is deprecated in PHPUnit 9.6 and removed from PHPUnit 10 - easy replacements"
This reverts commit 240099013d.
2023-03-29 10:41:52 +01:00
Dave Long 240099013d
Issue #3306554 by andypost, mondrake: InvocationMocker::withConsecutive() is deprecated in PHPUnit 9.6 and removed from PHPUnit 10 - easy replacements 2023-03-12 19:55:29 +00:00
xjm 66ac2064fe
Issue #3185640 by lucienchalom, jungle, smustgrave, ravi.shankar, andregp, xjm, quietone, sergiogsanchez: Fix or ignore words that start with "v", excluding real non-English words 2023-01-16 10:36:05 -06:00
catch cf3ae0f90d Issue #3316923 by mondrake, daffie: Sort out more driver specific database kernel tests 2022-11-02 17:36:27 +00:00
Alex Pott 9363b0e7a1
Issue #3130579 by daffie, markdorison, pradhumanjainOSL, dragan_bp, jcisio, mondrake, artem_sylchuk, Sutharsan, alexpott, jsst, catch: Make Drupal\Core\Database\Schema work with reserved keywords for naming 2022-11-01 22:35:09 +00:00
catch 04fefc1035 Issue #3315604 by mondrake, daffie: Move remaining database specific kernel tests to the driver modules 2022-10-21 11:35:58 +01:00
catch 22a9ced971 Issue #3312641 by nkoporec, Ratan Priya, Anchal_gupta, daffie, mglaman: Bring back temporary tables (Connection::queryTemporary()) 2022-10-20 17:01:22 +01:00
Alex Pott d755c76eb1
Issue #3231950 by mondrake, daffie, joegraduate: Split Database tests in 'core' ones and 'driver specific' ones 2022-10-10 08:49:58 +01:00
Alex Pott f4b955cfe0
Issue #3260227 by mondrake: Move driver specific database Unit tests to their modules 2022-10-05 11:01:50 +01:00