Commit Graph

1052 Commits (51d40866c93a5728945c2ad1976c4efa71140856)

Author SHA1 Message Date
Alex Pott 3d98eb890b
Issue #3439892 by SolimanHarkas, pradhumanjain2311, vensires: Fix Language tests that rely on UID1's super user behavior
(cherry picked from commit 2c641d8d07)
2024-04-18 15:56:44 +01:00
Lee Rowlands 43e3efe009
Revert "Issue #3439800 by mstrelan: Standardize location of test modules"
This reverts commit edb7361017.
2024-04-12 07:46:47 +10:00
Lee Rowlands edb7361017
Issue #3439800 by mstrelan: Standardize location of test modules
(cherry picked from commit 5a9ce8cfbd)
2024-04-12 07:04:01 +10:00
Alex Pott 442b47177d
Issue #3399388 by mstrelan: Add declare(strict_types=1) to all Kernel tests 2024-04-10 15:17:46 +01:00
Alex Pott 97c8bdc7ec
Issue #540008 by kristiaanvandeneynde, Spokje, daffie, clayfreeman, alexpott, eelkeblok, michaelfavia, ianthomas_uk, zaporylie, johnwebdev, abhisekmazumdar, anmolgoyal74, greggles, quietone, shaal, catch, rivimey, AaronMcHale, Berdir, ndf, xjm, finne, Wim Leers, esolitos, heddn, webchick, Bojhan, andypost, efpapado, benjifisher, lauriii, Gábor Hojtsy, moshe weitzman, harings_rob: Add a container parameter that can remove the special behavior of UID#1
(cherry picked from commit 9baa43976c)
2024-04-09 11:49:18 +01:00
Alex Pott ee650b2e7f
Issue #3421016 by quietone, godotislate: Convert MigrateProcessPlugin plugin discovery to attributes
(cherry picked from commit 8c0975a467)
2024-04-06 11:05:10 +01:00
Alex Pott 3f64e2bf2c
Issue #3421015 by godotislate: Convert MigrateDestination plugin discovery to attributes
(cherry picked from commit 38e722aa6f)
2024-04-06 11:02:56 +01:00
catch 64e7894623 Issue #2575105 by Berdir, catch, longwave, quietone, kristiaanvandeneynde, andypost, alexpott, mathilde_dumond, pradhumanjain2311, amateescu, Wim Leers, xjm: Use cache collector for state
(cherry picked from commit 16964d02db)
2024-03-30 18:03:12 +00:00
Alex Pott b89ad7f9c8
Issue #3431452 by godotislate, smustgrave, alexpott: Rename RenderElement and FormElement plugin abstract classes to RenderElementBase and FormElementBase
(cherry picked from commit 8d1ff20647)
2024-03-30 17:24:56 +00:00
Alex Pott dd091490e5
Issue #3433088 by mondrake, Spokje: Method getMockForAbstractClass() of class PHPUnit\Framework\TestCase is deprecated in PHPUnit 10 - Step 1 interfaces
(cherry picked from commit 35a8fc6dec)
2024-03-27 13:27:19 +00:00
Alex Pott f6a07d869c
Issue #3421439 by godotislate, sorlov, quietone, smustgrave, alexpott, larowlan, longwave, andypost: Convert form and render element plugin discovery to attributes
(cherry picked from commit d1c993acdf)
2024-03-26 17:37:43 +00:00
catch a65d1f9d14 Issue #3433052 by mondrake: Fix remaining return*() methods of class PHPUnit\Framework\TestCase deprecated in PHPUnit 10
(cherry picked from commit d671f38a0e)
2024-03-22 22:02:38 +00:00
Alex Pott 173217df7e
Issue #3109970 by znerol, andypost, Prashant.c, daffie, Wim Leers, dww, catch: Convert uses of $_SESSION in forms and batch
(cherry picked from commit 9334d6f100)
2024-03-18 09:45:09 +00:00
Alex Pott 5085b5a08f
Issue #3429403 by Spokje: Tighten ParameterBag classes in PHPUnit tests
(cherry picked from commit 1feb93274a)
2024-03-17 11:03:44 +00:00
catch 3bc425c200 Issue #3426309 by Wim Leers, smustgrave: Add config validation for weights (blocks, filters, etc. all use weights)
(cherry picked from commit 9c1e103520)
2024-03-07 20:31:06 +00:00
catch 02bfae8ba1 Issue #2926070 by smustgrave, dimitriskr, andypost, gnuget, zahord, yogeshmpawar, MerryHamster, kim.pepper, alexpott, Mile23, daffie, larowlan: Deprecate ModuleHandlerInterface::getName()
(cherry picked from commit 2ab774d6b8)
2024-03-04 18:16:25 +00:00
Alex Pott 41437f5b94
Issue #3421017 by mohit_aghera, smustgrave: Convert LanguageNegotiation plugin discovery to attributes
(cherry picked from commit 2001751fd9)
2024-03-02 10:51:42 +00:00
catch 20ca5ccee4 Issue #3420986 by kim.pepper, sorlov, larowlan, mstrelan: Convert Condition plugin discovery to attributes
(cherry picked from commit eb61f11b36)
2024-03-01 14:42:07 +00: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
catch 0069d07794 Issue #2613222 by webflo, alexpott, ameymudras, pooja saraah, _utsavsharma, penyaskito, Janvi Dasani: Language module shouldn't alter config in sync mode
(cherry picked from commit 7e2db381c3)
2024-02-26 10:56:45 +00:00
Dave Long cb328b8c54
Issue #3417669 by quietone, longwave, smustgrave: Correct migrate related words 2024-02-18 11:57:49 +00:00
Dave Long 9b73314eed
Issue #3401730 by kim.pepper, smustgrave, longwave: Add default autoconfigure to all *.services.yml and remove event_subscriber tags 2024-02-17 16:35:53 +00:00
Dave Long 865b8f4346
Issue #3414165 by quietone, shalini_jha, adwivedi008, longwave: Use "install" not "enable" for modules in strings 2024-02-15 16:46:01 +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 cc2223a937
Issue #3419070 by quietone, DanielVeza, smustgrave: Remove 14 foreign words from the dictionary 2024-02-06 10:19:46 +00:00
Dave Long 451be835c0
Issue #3417675 by quietone, arunkumark: Correct mymodule, mydriver and anothermodule 2024-02-02 12:04:21 +00:00
Lee Rowlands 89ec081a50
Issue #3382581 by phenaproxima, borisson_, larowlan, Wim Leers, quietone: Add new `EntityBundleExists` constraint 2024-01-31 17:52:37 +10:00
Lauri Eskola 1e8ae69e1d
Issue #3414263 by quietone, andypost: Change help headings for WCAG 2.0 2024-01-15 14:55:37 +02:00
Dave Long f028872117
Issue #3385550 by lauriii, Gauravvvv, sboden, Shabbir, longwave: Language negotiation breaks updating Drupal 9 to 10 2024-01-12 13:06:28 +00:00
Dave Long a054880463
Issue #2507237 by dimitriskr, twistor, longwave, smustgrave: Replace ReflectionClass::implementsInterface() with is_subclass_of() 2024-01-12 11:11:53 +00:00
Alex Pott 50f72e80d6
Issue #3411934 by catch, smustgrave, quietone: Mark some Kernel tests with @group #slow 2024-01-10 11:50:14 +00:00
catch ed1c690070 Issue #3384936 by marvil07, vbouchet, smustgrave, xjm, joachim: Use the API to set up languages in tests that are not specifically testing the language form 2024-01-09 10:53:49 +00:00
quietone cc8f202e80
Issue #3405726 by smustgrave, larowlan, Wim Leers: Move all tour config to tour module 2024-01-08 21:49:46 +13:00
quietone 061989d481
Issue #3404273 by mstrelan, smustgrave: Fix strict type errors: Convert FormattableMarkup to strings (simple replacement) in core Functional tests 2024-01-08 15:42:05 +13: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 fbee2baaab
Issue #2484991 by znerol, voleger, andypost, dww, anmolgoyal74, markdorison, ankithashetty, larowlan, daffie, alexpott: Add the session to the request in KernelTestBase, BrowserTestBase, and drush 2023-12-28 08:03:14 +10:00
Lee Rowlands 7393eba281
Revert "Issue #2484991 by znerol, voleger, andypost, dww, anmolgoyal74, markdorison, ankithashetty, daffie, alexpott, larowlan: Add the session to the request in KernelTestBase, BrowserTestBase, and drush"
This reverts commit 48a7cf12c1.
2023-12-22 11:58:49 +10:00
Lee Rowlands 48a7cf12c1
Issue #2484991 by znerol, voleger, andypost, dww, anmolgoyal74, markdorison, ankithashetty, daffie, alexpott, larowlan: Add the session to the request in KernelTestBase, BrowserTestBase, and drush 2023-12-22 10:25:29 +10:00
Lee Rowlands 52adbcfa1c
Issue #3379091 by phenaproxima, Wim Leers: Make NodeType config entities fully validatable 2023-12-22 09:17:04 +10:00
catch 04900c3cae Issue #3371869 by quietone: Fix dependencies of taxonomy term translation migrations 2023-12-21 10:30:32 +00:00
Alex Pott 5aa9704ce3
Issue #3364109 by Wim Leers, effulgentsia, lauriii, phenaproxima, borisson_, bircher, alexpott: Configuration schema & required values: add test coverage for `nullable: true` validation support 2023-12-15 00:55:46 +00:00
Lee Rowlands fa46ee8ff4
Issue #3405800 by alexpott, phenaproxima, Wim Leers, bircher, larowlan: Config collections do not trigger configuration events consistently 2023-12-11 19:37:39 +10:00
Alex Pott 9e7ff4623a
Issue #3351458 by dburiak, Mingsong, Mahima_Mathur23, sthomen, smustgrave, catch, alexpott: [regression] Language switcher block returns links to node on the frontpage 2023-11-20 09:42:11 +00:00
xjm 8a739dc5a2
Issue #3379495 by quietone, xjm, smustgrave: Convert enable/disable to install/uninstall in hook_help() 2023-11-12 11:53:44 -06:00
xjm 598f9f5c53
Issue #3210684 by joachim, mikran, tobiasb: Put each entity type table into a details element on admin/config/regional/content-language 2023-11-10 09:57:09 -06:00
catch fe4204239b Issue #3252386 by alexpott, longwave, duadua, mondrake, mstrelan, andypost, Spokje, VladimirAus, catch, effulgentsia, Berdir, xjm, bircher, joachim, larowlan: Use PHP attributes instead of doctrine annotations 2023-10-27 21:14:27 +01:00
Dave Long 41b777c6be
Issue #3395871 by quietone: Correct spelling of words in test modules and dramallama 2023-10-24 12:12:43 +01:00
Alex Pott 6118e0dc37
Issue #3389282 by quietone, smustgrave, alexpott: Fix spelling for words that are only misspelled in comments 2023-10-08 09:34:52 +01:00
Alex Pott 36f735031d
Issue #3109600 by znerol, andypost, daffie, xjm: Convert uses of $_SESSION in language module 2023-10-06 09:15:26 +01:00
Alex Pott ae55070f94
Issue #3391268 by quietone: Fix spelling of words only misspelled in tests, part 4 2023-10-05 16:21:57 +01:00