Commit Graph

120 Commits (c703f7ba4e30435b7e4f9dea24ba0fdbe56909de)

Author SHA1 Message Date
Dave Long 991ec83120
Issue #3420740 by quietone, BramDriesen, smustgrave: Fix words in tests using ignore 2024-03-06 23:07:09 +00:00
Dave Long e3fab52019
Issue #3399746 by mstrelan, acbramley: Add declare(strict_types=1) to all Functional tests 2024-02-28 10:38:35 +00:00
Alex Pott 44c345dd9b
Issue #3379885 by catch, Wim Leers: Use MessagesCommand in BigPipe to remove special casing of the messages placeholder 2024-02-22 08:52:28 +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 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
Lee Rowlands af369c3cce
Issue #3404508 by mstrelan, smustgrave, quietone: Fix strict type errors in Functional tests: Add casts and fix types where needed 2024-02-02 07:57:36 +10:00
catch dcf27ba1b6 Issue #3390178 by godotislate, larowlan, catch, pixlkat, Utilvideo, rsnyd, Wim Leers, cilefen, smustgrave, fjgarlin, jakegibs617, seixas, mohithasmukh, very_random_man: big_pipe sometimes fails to load blocks 2024-01-03 09:14:50 +00: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
Dave Long 8f0872276e
Issue #3410022 by heddn, larowlan, catch: Regression from #3295790 content-length header set earlier than expected 2024-01-02 17:19:57 +00:00
Lee Rowlands 5247e64236
Issue #3400018 by mstrelan, xjm: Add declare(strict_types=1) to all Functional JavaScript tests 2023-12-13 08:27:06 +10:00
Dave Long 67dbfb98ae
Issue #3394084 by quietone, smustgrave, xjm: Fix non-English words in tests 2023-11-28 22:56:54 +00:00
Lauri Eskola b3be7fb1bb
Issue #3363420 by kim.pepper, longwave, quietone: Use CallableResolver for \Drupal\Core\Render\Renderer::doCallback() 2023-10-28 15:44:42 +03:00
Dave Long c7e751a532
Issue #3379121 by quietone, longwave: Skip spellcheck for 20 nonsense words that are parts of hashes 2023-10-24 12:27:12 +01:00
catch 1bdb6ed2a2 Issue #3394062 by ReINFaTe: Fiber loops in Renderer and BigPipe are never suspended 2023-10-21 08:11:41 +02:00
catch 6f97533d18 Issue #3387039 by dinazaur, smustgrave, fjgarlin, nod_: Large placeholders are not processed 2023-10-11 15:42:28 +01:00
Alex Pott 108150c6f8
Issue #3377570 by catch, Wim Leers, mglaman, marcelovani, Kingdutch: Add PHP Fibers support to BigPipe 2023-10-05 23:30:19 +01:00
Alex Pott 201ae2e354
Issue #2441811 by longwave, daffie, andypost, edurenye, lauriii, joseph.olstad, Wim Leers, smustgrave, effulgentsia, alexpott, larowlan, chx, jibran: Upgrade filter system to HTML5 2023-10-04 09:39:17 +01: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
Lauri Eskola a9199caf7c
Issue #3362456 by NickDickinsonWilde, Wim Leers, borisson_: Fix all ExtensionExistsConstraint constraint violations in tests 2023-08-01 20:08:47 +03:00
Lauri Eskola 4cb10842ee
Issue #3362457 by Wim Leers, NickDickinsonWilde: Fix all PluginExistsConstraint constraint violations in tests 2023-08-01 18:07:26 +03:00
Dave Long 224c67343b
Issue #2921133 by quietone, VladimirAus, xjm, ankithashetty, longwave, Prem Suthar, smustgrave, benjifisher, AaronMcHale: Remove "Please" from the codebase 2023-07-23 17:33:54 +01:00
catch 6ef863a2a3 Issue #3354382 by mondrake: [PHPUnit 10] Provide a static viable alternative to $this->prophesize() in data providers 2023-06-07 09:37:15 +01:00
catch 609e7442cb Issue #3353658 by mondrake, smustgrave: [PHPUnit 10] Provide a static alternative to randomMachineName() and implement in data providers 2023-05-04 13:31:39 +01:00
Dave Long 60f751eaab
Issue #3352758 by Spokje: Fix PHPStan L1 errors "#foo callback 'bar' at key 'n' is not callable." 2023-04-12 14:16:27 +01:00
catch b3fac4a09f Issue #3328454 by xjm, Bhanu951, jidrone, smustgrave: Replace most strpos() !== FALSE or === FALSE with str_contains() 2023-03-18 11:30:09 +00:00
Lauri Eskola aeac2967ce
Issue #2632750 by Wim Leers, bnjmnm, krlucas, ronaldtebrake, zaporylie, mherchel, Fabianx, webchick, yogeshchaugule8, catch, darol100, yoroy, Bojhan, Gábor Hojtsy: Interface previews/skeleton screens through optional "preview" or "placeholder" templates 2023-02-03 19:15:03 +02: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
Alex Pott c900c8d35c
Issue #3265574 by mondrake: Convert remaining assertions involving use of xpath to WebAssert, where possible 2022-10-05 22:56:32 +01:00
Alex Pott 803da73c0b
Issue #2937515 by Spokje, quietone, idebr, longwave, SherFengChong, anweshasinha, borisson_, mfernea, xjm, bbrala, daffie, Berdir: Fix Drupal.Array.Array.[ArrayClosingIndentation, ArrayIndentation] coding standard 2022-09-27 11:11:12 +01:00
catch 6c087ced8e Issue #3308987 by lauriii, Spokje, quietone, bnjmnm: Remove references to Stable 2022-09-13 11:13:31 +01:00
Alex Pott b957382d75
Issue #1014086 by catch, nod_, martin107, quietone, dww, mariacha1, Spokje, yogeshmpawar, pounard, Wim Leers, mfer, mikeytown2, mbutcher, moshe weitzman, Fabianx, borisson_, alexpott, donquixote, sun, andypost, dawehner: Stampedes and cold cache performance issues with css/js aggregation 2022-08-08 10:12:23 +01:00
Alex Pott fdfde8e5d1
Issue #3276839 by Spokje, mondrake: Remove leftover dumpHeaders property 2022-05-15 15:25:35 +01:00
catch 650da65b2f Issue #3270835 by xjm, Wim Leers, lauriii: Move BigPipe's CKEditor 4 regression test to the CKEditor module 2022-03-29 10:13:37 +01:00
Alex Pott 733e5bf515
Issue #3239738 by Theresa.Grannum, danflanagan8, Wim Leers: BigPipe FunctionalJavascript tests should not rely on Classy 2022-02-25 01:20:12 +00:00
catch 27158f7c9d Issue #3262190 by daffie, longwave: Add miscellaneous return type hints for Symfony 6 2022-02-03 17:41:13 +00:00
Alex Pott 09795b6e93
Issue #3131348 by Spokje, jungle, mondrake, vsujeetkumar, sja112, kishor_kolekar, Hardik_Patel_12, mrinalini9, yogeshmpawar, daffie: Replace assertions involving calls to empty() with assertEmpty()/assertNotEmpty()/assertArrayNotHasKey() 2021-12-30 13:40:35 +00:00
Alex Pott 1359e7abde
Issue #3232097 by daffie, longwave: [Symfony 6] Add "array" type hint to methods overriding Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents() 2021-12-18 06:36:14 +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
catch 492b7a181d Issue #2473875 by znerol, alexpott, andypost, kim.pepper, amit.drupal, raman.b, martin107, joachim: Convert uses of $_SESSION to symfony session retrieved from the request 2021-08-18 09:53:24 +01:00
catch 7af1ea2e69 Issue #3139409 by mondrake, nitesh624, ridhimaabrol24, shobhit_juyal, mohrerao, Hardik_Patel_12, paulocs, ravi.shankar, munish.kumar, mrinalini9, alexpott: Replace usages of AssertLegacyTrait::assertRaw, that is deprecated 2021-08-09 21:40:23 +01:00
catch 604fee30da Revert "Issue #3139409 by mondrake, nitesh624, ridhimaabrol24, shobhit_juyal, mohrerao, Hardik_Patel_12, ravi.shankar, munish.kumar, mrinalini9, alexpott: Replace usages of AssertLegacyTrait::assertRaw, that is deprecated"
This reverts commit 71e8db1949.
2021-08-09 14:50:34 +01:00
catch 71e8db1949 Issue #3139409 by mondrake, nitesh624, ridhimaabrol24, shobhit_juyal, mohrerao, Hardik_Patel_12, ravi.shankar, munish.kumar, mrinalini9, alexpott: Replace usages of AssertLegacyTrait::assertRaw, that is deprecated 2021-08-09 11:21:51 +01:00
catch e33e4c71c4 Issue #3227060 by mondrake, daffie: Replace usages of AssertLegacyTrait::assertNoRaw, that is deprecated 2021-08-06 11:12:32 +01:00
Lee Rowlands d5ee37a05d
Issue #2946 by chx, michaellenahan, jcnventura, quietone, ifrik, wengerk, AaronBauman, salvis, pplantinga, sun, David_Rothstein, tatarbj, alexpott, Wim Leers, iMiksu, vijaycs85, anoopjohn, nedjo, Owen Barton, bjaspan, soxofaan, Gogowitsch, raman.b, robeano, deepakrmklm, bleen, xmacinfo, catch, beginner, dww, Gábor Hojtsy, webchick, Dries, larowlan, snufkin, RobRoy, bdragon, wizonesolutions, Lendude, sokru: Login fails and no warning is issued if cookies are not enabled 2021-06-25 14:37:40 +10:00
catch 1d5e219f85 Issue #3156396 by TR, pavnish, mondrake, longwave, catch, jungle: Use assertSameSize() to check same size of two countable variables 2021-06-21 12:31:24 +01:00
catch 1e3b49284c Issue #3209617 by longwave, daffie, catch: [Symfony 6] Symfony\Component\HttpFoundation\RequestStack::getMasterRequest() is deprecated, use getMainRequest() instead 2021-05-27 13:47:21 +01:00
Alex Pott 3f75f72de2
Issue #3131281 by mondrake, rahulrasgon, longwave, ridhimaabrol24, naresh_bavaskar, jungle, daffie: [May 17th 2021] Replace assertEqual() with assertEquals() 2021-05-20 00:39:14 +01:00
catch 58fb7f8d38 Issue #3176361 by alexpott, naresh_bavaskar, longwave: Remove semi-colon from javascript test conditions 2021-05-14 09:22:36 +01:00