Commit Graph

126 Commits (c2063e23b25c09fb35bc785fe069245ced89cea5)

Author SHA1 Message Date
Alex Pott e4134bcea8
Revert "Issue #3419548 by amateescu, smustgrave, malcomio: Workspace switcher block does not check access"
This reverts commit 0a7cb790b9.
2024-03-27 13:32:39 +00:00
Alex Pott 0a7cb790b9
Issue #3419548 by amateescu, smustgrave, malcomio: Workspace switcher block does not check access
(cherry picked from commit bed3a77a89)
2024-03-27 13:14:33 +00:00
Dave Long 099a9c2139
Issue #3167126 by ranjith_kumar_k_u, rpayanm, amateescu, mheip, CedricL, smustgrave: Call to a member function getDisplayname() on null in WorkspaceListBuilder.php
(cherry picked from commit 0aaa9b8d49)
2024-03-11 17:14:05 +00:00
Alex Pott ba38a066f7
Issue #3411934 by catch, smustgrave, quietone: Mark some Kernel tests with @group #slow
(cherry picked from commit 50f72e80d6)
2024-01-10 11:50:36 +00:00
catch 4729960556 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
(cherry picked from commit ed1c690070)
2024-01-09 10:55:02 +00:00
Dave Long b612db8a77
Issue #3399373 by mstrelan, xjm, longwave, larowlan, quietone: Add declare(strict_types=1) to all Unit tests 2024-01-05 09:08:23 +00:00
Lee Rowlands ddc25ea172
Issue #3400018 by mstrelan, xjm: Add declare(strict_types=1) to all Functional JavaScript tests
(cherry picked from commit 5247e64236)
2023-12-13 08:47:18 +10:00
xjm d5cfbbf131
Issue #3401236 by pradhumanjain2311, xjm, joachim, smustgrave: Rename EntityReferenceTestTrait to help discoverability
(cherry picked from commit 73b4628445)
2023-11-15 14:51:16 -06:00
Dave Long e0a20caab0
Issue #3395871 by quietone: Correct spelling of words in test modules and dramallama
(cherry picked from commit 41b777c6be)
2023-10-24 12:18:00 +01:00
xjm 987548947c
Issue #3389286 by quietone: Fix spelling of words only misspelled in tests, part 2 2023-09-29 19:22:57 -05: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
Lee Rowlands 0af9348ce7
Issue #3388365 by catch, larowlan, bbrala, smustgrave: Distribute @group #slow tests between test runners and mark more tests 2023-09-26 07:27:04 +10:00
Dave Long 7e5ce0ea4a
Issue #3379847 by Spokje: Add comments on why WaitTerminateTestTrait is used 2023-08-16 21:52:27 +01:00
catch 1debb3986e Issue #3375959 by znerol, catch, bradjones1: Add a way to delay executions in test runner until terminate event completed in the child site 2023-08-06 10:22:44 +01:00
Lauri Eskola b175481f32
Issue #3376281 by Indrapatil, nlisgo, longwave, smustgrave: Random machine names no longer need to be wrapped in strtolower() 2023-08-01 21:32:45 +03:00
Lauri Eskola 919cebfc12
Issue #3376177 by nlisgo, smustgrave, amateescu: Errors on WorkspacePublishForm::submitForm are not being logged 2023-07-31 13:29:16 +03:00
Lauri Eskola 96939a6ba0
Issue #3366257 by amateescu: The active workspace is not deactivated when it's deleted 2023-07-29 11:12:09 +03:00
Lee Rowlands 917678cf43
Issue #3376293 by nlisgo, smustgrave, amateescu: WorkspacePublishForm $redirectDestination parameter appears not to be used 2023-07-29 07:51:14 +10:00
Dave Long 2dad249ac0
Issue #3375584 by znerol, longwave, Spokje: [random test failure] Random failure in PathWorkspacesTest 2023-07-21 14:33:29 +02:00
Lee Rowlands 96ac98b66a
Issue #3040258 by amateescu, adityasingh, anushrikumari, larowlan, s_leu, dixon_, catch, atul4drupal, alexpott, Fabianx: Menu link content changes are not visible on non-live workspaces 2023-07-11 08:24:59 +10:00
hooroomoo 9d522de054 Issue #3356894 by hooroomoo, lauriii, srishtiiee, Rajeshreeputra, Utkarsh_33, bnjmnm, narendraR, tim.plunkett, smustgrave, ckrina, yoroy, amateescu, Wim Leers: Make field selection less overwhelming by introducing groups 2023-06-30 19:27:14 +00:00
Dave Long 67bad1b36c
Issue #3359179 by Spokje: Fix PHPStan L1 errors "@coversDefaultClass defined on class method foo." 2023-06-22 14:13:38 +01:00
catch 6204ba9c59 Issue #2665216 by andypost, gidarai, daffie, mondrake, _utsavsharma, dawehner, catch, longwave, alexpott, Charlie ChX Negyesi: Deprecate Drupal\Core\Database\Connection::nextId() and the {sequences} table and schema 2023-06-08 12:59:56 +01:00
catch 339643bebb Issue #2551419 by kristiaanvandeneynde, catch, dawehner, Wim Leers, borisson_, bradjones1, tstoeckler, andypost: Abstract RenderCache into a separate service that is capable of cache redirects in a non-render array-specific way 2023-06-07 16:56:20 +01:00
catch 8a84a23760 Issue #3357700 by Tim Bozeman: Ensure that all revisions are cleaned up after deleting a workspace 2023-05-02 19:27:00 +01:00
catch cd12944d9a Issue #3129762 by amateescu, adriancid, msuthars, Alexj12: Creating an unpublished entity in a workspace does not set the workspace field on the revision 2023-05-02 09:05:43 +01:00
Lee Rowlands 686537e11e
Issue #3242564 by amateescu, larowlan, catch, Fabianx, longwave: Workspaces can't be published from the command line 2023-04-05 09:20:29 +10:00
Dave Long ba8126bd3b
Issue #2937514 by Spokje, quietone, dhirendra.mishra, Sparrow_1601, daffie, longwave: Fix Drupal.NamingConventions.ValidVariableName.LowerCamelName in tests 2023-03-12 20:39:40 +00:00
Alex Pott 100aaec107
Revert "Issue #3091478 by Tim Bozeman, lauriii, malcomio, EclipseGc, larowlan, tim.plunkett, amateescu, dpi: Improve StringItem::generateSampleValue()"
This reverts commit 3fc94dc6cb.
2023-02-23 01:06:50 +00:00
bnjmnm 3fc94dc6cb Issue #3091478 by Tim Bozeman, lauriii, malcomio, EclipseGc, larowlan, tim.plunkett, amateescu, dpi: Improve StringItem::generateSampleValue() 2023-02-22 16:05:29 -05:00
catch 2a17c29fcb Issue #3154084 by amateescu, mheip, smustgrave: Warning when building an empty workspace tree 2023-02-15 09:53:46 +00:00
Dave Long c187cc6339
Issue #3153468 by mondrake, mohrerao, mallezie, smustgrave, meena.bisht, naresh_bavaskar, hash6, ravi.shankar, Hardik_Patel_12, longwave, xjm: Strip HTML tags when using assertEquals() to compare markup 2023-02-07 14:48:42 +00:00
catch b13dae8bd0 Issue #3216107 by amateescu, adriancid, alexpott, Fabianx: Workspace association data is not updated when an entity is deleted 2023-01-13 09:49:25 +00:00
Dave Long 14496b9f6a
Issue #3230095 by s_leu, amateescu, alexpott: Views data for workspaces 2022-11-24 14:16:00 +00:00
Alex Pott 6e97216f51
Issue #3308915 by smustgrave, longwave: Fix test performance of Drupal\Tests\workspaces\Functional\WorkspacesUninstallTest 2022-10-06 14:55:29 +01:00
Alex Pott 6dd0db56c8
Issue #3281535 by mondrake, daffie: Fix 'Access to an undefined property' PHPStan L0 errors in test code 2022-06-14 11:27:54 +01:00
Alex Pott fdfde8e5d1
Issue #3276839 by Spokje, mondrake: Remove leftover dumpHeaders property 2022-05-15 15:25:35 +01:00
Alex Pott 29856d7482
Issue #3252100 by amateescu, catch, Tim Bozeman: Set revision_default when publishing 2022-05-13 16:32:19 +01:00
Alex Pott e47afe4f2f
Issue #3272737 by danflanagan8: Workspaces tests should not rely on Classy 2022-04-25 17:16:13 +01:00
catch eacb05b19f Issue #3212346 by longwave, Spokje, alexpott: Avoid hundreds of unnecessary installs when testing config entities 2022-01-24 17:25:00 +00:00
catch cfd8517353 Issue #3182103 by TR, dan2k3k4, longwave, mondrake, Sweetchuck, Kristen Pol: Ensure correct signature for setUp(), tearDown(), setUpBeforeClass(), and assertPostConditions() methods 2021-12-14 12:05:17 +00:00
catch 92836c436b Issue #3138078 by mondrake, larowlan, longwave, xjm: [D9.3 beta - w/c Nov 8, 2021] Add a 'void' return typehint to custom assert* methods 2021-11-22 15:25:32 +00:00
Lee Rowlands 330473e759
Issue #3222251 by bbrala, longwave: [November 8, 2021] Replace all isset constructs with the null coalescing operator 2021-11-15 12:19:43 +10:00
catch 9da1866da4 Issue #3232673 by alexpott, longwave, Berdir, andypost: \Drupal\Core\Entity\EntityInterface::label() can return a NULL 2021-09-30 12:15:17 +01:00
catch 31614ec2b7 Issue #3112783 by amateescu, paulocs, mglaman, guilhermevp, dixon_, Fabianx: List and count all changes made in a workspace 2021-06-28 11:12:44 +01:00
Lee Rowlands ea475b4175
Issue #3092553 by amateescu, dixon_, shaal, xjm, ckrina, jrockowitz, webchick, worldlinemine: Add a row for switching to the live workspace in the Workspaces listing UI 2021-06-15 08:35:28 +10:00
catch 3066423e43 Issue #3186661 by Spokje, longwave, mondrake, paulocs, daffie: [May 24, 2021] Remove usage of drupalPostForm 2021-05-24 14:27:52 +01:00
catch f3ad0680a3 Issue #3133162 by jungle, ravi.shankar, Deepak Goyal, Neslee Canil Pinto, anmolgoyal74, xjm, Kristen Pol: Replace the start verb Test with Tests in method comments of tests 2021-05-24 14:26:11 +01:00
Alex Pott 3872f1a8ed
Issue #3139404 by mondrake, munish.kumar, pavnish, longwave: [May 25, 2021] Replace usages of AssertLegacyTrait::assertText, that is deprecated 2021-05-20 22:10:07 +01:00
catch 9c226d43b2 Issue #3207961 by jonathanshaw, longwave: EntityQuery accessCheck: additional cases where accessCheck needs specifying 2021-04-19 13:25:29 +01:00