Commit Graph

53 Commits (648e58d053d8922acf388553eccdd5d2be88bc7e)

Author SHA1 Message Date
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 257efe5439
Issue #3218660 by alexpott: help_topics module can break during module uninstall 2021-06-24 14:30:05 +10:00
catch e48dcff470 Issue #2879159 by Spokje, LoMo, ravi.shankar, quietone, mondrake: Some calls to assertEquals have expected/actual parameters reversed 2021-06-21 11:27:34 +01:00
catch 37bd3765c3 Issue #3124762 by Spokje, dww, johnwebdev, paulocs, piyuesh23, Suresh Prabhu Parkala, Deepak Goyal, catch, larowlan, rpsu, xjm, andypost, alexpott, daffie, longwave, fgm, Wim Leers, anmolgoyal74: Add 'lifecycle' key to .info.yml files 2021-06-17 11:50:33 +01: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
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
Lee Rowlands d2647ca596
Issue #3213022 by andypost, jhodgdon: When generating link to non-existent help topic, put topic ID in fallback text 2021-05-15 11:17:55 +10:00
Nathaniel Catchpole 528f18782f Issue #3087218 by jhodgdon, andypost, ankithashetty, Amber Himes Matz, daffie, larowlan, webchick, catch, longwave: Help searches fail if site is not fully indexed, and users do not know why 2021-04-16 10:14:19 +01:00
catch 5a95baad83 Issue #3090659 by jhodgdon, andypost, larowlan, pratik_kamble, ravi.shankar, Fabianx, catch, Berdir, Charlie ChX Negyesi, daffie, Chi, dww: Make a way for help topics to generate links only if they work and are accessible 2021-02-24 10:21:07 +00:00
catch 9ac7689b1a Issue #3159788 by mondrake, ravi.shankar, narendra.rajwar27, longwave, Hardik_Patel_12, ankithashetty, sarvjeetsingh, kishor_kolekar: AssertLegacyTrait::assert(No)Text() in functional tests still have a message passed in 2021-01-11 10:24:10 +00:00
Alex Pott 3434dee127
Issue #3090257 by jhodgdon, andypost: Add additional tests for help topic syntax 2020-12-22 11:03:38 +00:00
catch dee581d3fa Issue #3128815 by mondrake, jungle, sja112, Spokje, shobhit_juyal, jameszhang023, nikitagupta, mrinalini9, xjm, longwave, dww: Replace assert*() involving greater/less comparison operators with assert(Greater|Less)Than(OrEqual) 2020-11-24 09:57:55 +00:00
catch 96d4338074 Issue #3168375 by mondrake, manishsaharan29497, longwave: Convert calls to drupalPostForm(NULL, ...) to submitForm 2020-11-23 14:35:28 +00:00
catch 783e7eb88e Issue #3145005 by longwave, mondrake, cburschka, raman.b, Lal_, dww, xjm: [November 9, 2020] Remove uses of t() in drupalPostForm() calls 2020-11-16 16:51:39 +00:00
catch 5939e6b5f8 Issue #3145418 by longwave, paulocs, shetpooja04, Spokje, nikitagupta, mondrake, ravi.shankar, sarvjeetsingh, mrinalini9: [November 9, 2020] Remove uses of t() in assertText() calls 2020-11-13 11:06:01 +00:00
catch a60fbb6b2f Issue #2802401 by longwave, sarvjeetsingh, jhedstrom, naresh_bavaskar: Deprecate allowing NULL as $edit parameter to drupalPostForm() 2020-09-28 11:21:39 +01:00
catch 39b62165d4 Issue #3171872 by anmolgoyal74: Remove repetive 'for' work used 2020-09-28 11:18:36 +01:00
catch 9e546b3678 Issue #3164965 by shetpooja04, Hardik_Patel_12: Unused variable $source in help_topics module, HelpTopicTwigLoaderTest.php 2020-08-27 10:18:57 +01:00
Alex Pott 33c16bf2a2
Issue #3087879 by andypost, jhodgdon, alexpott: Use admin theme annotation for help topics search 2020-07-14 10:37:35 +01:00
xjm 11387380d5 Issue #3139218 by mondrake, daffie: Replace usages of AssertLegacyTrait::assertResponse(), which is deprecated 2020-05-24 08:33:20 -05:00
xjm 7ff11794e5 Issue #2821499 by jungle, Andy_D, nikitagupta, lomasr, bbombachini, alexpott, andypost, Mile23, quietone, Sophie.SK, mtodor, barone, kuldeep_mehra27, vsujeetkumar, swatichouhan012, jhodgdon: Enable phpcs rule DrupalPractice.InfoFiles.NamespacedDependency 2020-05-19 13:54:06 -05:00
catch 421c588c16 Issue #3131343 by mondrake, dww, jungle: Replace assertions involving calls to in_array() with assertContains()/assertNotContains() 2020-05-11 09:10:55 +01:00
catch 40a5bd7e0a Issue #3126965 by jungle, quietone, longwave, mondrake, dww: Replace assert* involving count() and an integer literal with assertCount() 2020-05-07 19:07:00 +01:00
catch 5132c83fac Issue #3082415 by Krzysztof Domański, mondrake, alexpott, longwave, jungle: Replace assert(Not)Same/Identical() on booleans with assert(Not)True/False() in PHPUnit tests 2020-04-17 16:00:07 +01:00
Alex Pott 6bf02d966d
Issue #2822382 by voleger, pfrenssen, erozqba, jungle, RytoEX, borisson_, jofitz, shashikant_chauhan, sidharthap, dawehner, xjm, kiamlaluno, catch, daffie, klausi: Make every $modules property protected on classes extending BrowserTestBase and KernelTestBase 2020-04-13 12:05:00 +01:00
Alex Pott 0dc28534c8
Issue #3107732 by mondrake, longwave, swatichouhan012, salah1, xjm, catch, alexpott, Berdir: Between April 13 and April 17, 2020: Add return typehints to setUp/tearDown methods in concrete test classes 2020-04-13 09:56:30 +01:00
Alex Pott 6108526c9c
Issue #3113077 by mondrake, Hardik_Patel_12, Neslee Canil Pinto, swatichouhan012, prabha1997, neelam_wadhwani, Berdir, longwave: Replace assertContains() on strings with assertStringContainsString() or assertStringContainsStringIgnoringCase() 2020-04-12 12:34:00 +01:00
catch e79723c3ef Issue #3074585 by mikelutz, alexpott, Berdir, Mile23, heddn, effulgentsia, Wim Leers: [Symfony 5] Replace app.root and site.path string services with container parameters 2020-03-05 11:22:39 +00:00
catch 262b7fcc26 Issue #3084472 by Berdir, JeroenT, ravi.shankar, rpsu: Remove Place Blocks module 2020-02-27 20:05:19 +00:00
catch 92ecd3b932 Issue #3020296 by alexpott, longwave, bradjones1, catch, Berdir, gapple: Remove Symfony's classloader as it does not exist in Symfony 4 2020-02-27 12:00:36 +00:00
catch 32d95eccd7 Issue #3082655 by Wim Leers, alexpott, iyyappan.govind, dww, lauriii: Specify the $defaultTheme property in all functional tests 2019-11-08 13:39:33 +00:00
catch 5c0a9b44f7 Issue #3062281 by rpsu, tedbow, xjm, catch, acbramley, tim.plunkett, larowlan, Gábor Hojtsy, mikelutz, Berdir: Deprecate block_place module for removal in Drupal 9 2019-11-08 10:54:10 +00:00
Gábor Hojtsy 5a143e77f9 Issue #3041076 by alexpott, shaal, Gábor Hojtsy, lauriii, Wim Leers, catch, Cottser, jibran, andypost, znerol, xim, joelpittet, effulgentsia: Update Drupal 9 to Twig 2 2019-10-31 13:39:18 +01:00
webchick 608c6bc8fa Issue #3072312 by jhodgdon, Amber Himes Matz, andypost: Review/fix/delete existing help topics 2019-10-29 21:05:47 -07:00
webchick 31a99c84cd Revert "Issue #3072312 by jhodgdon, Amber Himes Matz, andypost, webchick: Review/fix/delete existing help topics"
This reverts commit 24a6e3d394.
2019-10-29 20:48:38 -07:00
webchick 24a6e3d394 Issue #3072312 by jhodgdon, Amber Himes Matz, andypost, webchick: Review/fix/delete existing help topics 2019-10-29 14:31:26 -07:00
catch e37031e09a Issue #3072702 by alexpott, Wim Leers, mikelutz, xjm, catch, Berdir, tedbow, webchick, shaal, Mixologic, heddn: Core extensions should not need to specify the new core_version_requirement in *.info.yml files so that 9.0.x can be installed 2019-10-15 15:34:52 +01:00
Lee Rowlands e0f9dba353
Issue #3079810 by jhodgdon, andypost, mikelutz: core/help_topics directory does not work 2019-10-15 10:53:29 +10:00
Lee Rowlands 867dd1f0b6
Issue #3087496 by jhodgdon, andypost, Amber Himes Matz: Change prefixes of Help Topics machine names to help and make sure APIs are marked @internal 2019-10-15 08:39:21 +10:00
Lee Rowlands af98f5bdd8
Revert "Issue #3062281 by rpsu, acbramley, xjm, catch, Berdir: Deprecate and remove block_place module in Drupal 9"
This reverts commit f2955eb5f0.
2019-10-11 13:25:50 +10:00
Lee Rowlands f2955eb5f0
Issue #3062281 by rpsu, acbramley, xjm, catch, Berdir: Deprecate and remove block_place module in Drupal 9 2019-10-11 10:22:15 +10:00
Lee Rowlands f702e8c453
Issue #2664830 by jhodgdon, alexpott, andypost, Charlie ChX Negyesi, scott_euser, oknate, vijaycs85, larowlan, Amber Himes Matz, pwolanin, Berdir, Wim Leers: Add search capability to help topics 2019-10-10 19:22:47 +10:00
Alex Pott 41a9b825d4
Issue #3066512 by jhodgdon, Amber Himes Matz, alexpott, andypost, scott_euser, Charlie ChX Negyesi, larowlan: Add checks for syntax and display of help topic Twig template files 2019-10-07 09:23:36 +01:00
Lee Rowlands 5691efb09b
Issue #3069109 by alexpott, markcarver, jhodgdon, lauriii: Replace help_topic meta tags with front matter 2019-10-05 08:43:07 +10:00
Alex Pott b8d834e85c
Issue #3085512 by Krzysztof Domański: Remove Class Constant Visibility from HelpTopicTwigTest which breaks tests at PHP 7 2019-10-04 10:34:39 +01:00
Lee Rowlands b04bd6021b
Issue #3037228 by scott_euser, jhodgdon, andypost: Add more test coverage to Help Topics 2019-10-03 08:45:49 +10:00
catch 5448b07b67 Issue #3065545 by Wim Leers, lauriii, alexpott, xjm: Deprecate base theme fallback to Stable 2019-09-13 12:02:10 +01:00
Lee Rowlands 00d8dafd76
Issue #3079595 by jhodgdon: The Help breadcrumb builder does not set cache contexts 2019-09-10 07:52:25 +10:00
Lee Rowlands 16af98f79b
Issue #3076348 by jhodgdon: Refactor help topic tests so they do not use production topics 2019-08-28 10:04:16 +10:00