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 |
Lauri Eskola
|
1e8ae69e1d
|
Issue #3414263 by quietone, andypost: Change help headings for WCAG 2.0
|
2024-01-15 14:55:37 +02: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 |
Alex Pott
|
13883cc380
|
Issue #2441373 by twistor, vsujeetkumar, marvil07, eporama, daffie, joseph.olstad, alvar0hurtad0, jibran, longwave, joelpittet, smustgrave, alexpott: Upgrade tests to HTML5
|
2023-11-05 11:57:21 +00: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 |
catch
|
b83467eabc
|
Issue #3325557 by longwave, mondrake, kim.pepper: Enable more service autowiring by adding interface aliases to core modules
|
2023-06-14 13:59:48 +01:00 |
Alex Pott
|
6483b2997a
|
Issue #3273317 by clayfreeman, larowlan, tim.plunkett, danflanagan8: Add 'in_preview' variable to block and layout templates
|
2022-10-03 11:44:57 +01:00 |
Alex Pott
|
b2f2bc1e1b
|
Issue #3272746 by Shashwat Purav, danflanagan8: Layout Discovery tests should not rely on Classy
|
2022-04-06 15:53:14 +02: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
|
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 |
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 |
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 |
xjm
|
4c453683e4
|
Issue #3106666 by catch, jungle, xjm, alexpott, tim.plunkett, Berdir: Remove post updates added prior to 8.8.0
|
2020-03-11 15:58:38 -05:00 |
catch
|
e1a041c493
|
Issue #3087644 by jibran, Berdir, alexpott, longwave, Wim Leers, amateescu, catch, xjm, larowlan, dpi, quietone: Remove Drupal 8 updates up to and including 88**
|
2020-01-24 23:52:03 +00:00 |
Lee Rowlands
|
2e53ac1699
|
Revert "Issue #3087644 by jibran, Berdir, alexpott, longwave, Wim Leers, amateescu, catch, larowlan, dpi, quietone: Remove Drupal 8 updates up to and including 88**"
This reverts commit 136f055066 .
|
2020-01-22 10:30:15 +10:00 |
Lee Rowlands
|
136f055066
|
Issue #3087644 by jibran, Berdir, alexpott, longwave, Wim Leers, amateescu, catch, larowlan, dpi, quietone: Remove Drupal 8 updates up to and including 88**
|
2020-01-22 09:33:30 +10: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
|
8847936fa8
|
Issue #2904550 by tim.plunkett, Sam152, jwilson3, neclimdul, eelkeblok, amateescu, DuaelFr, K3vin_nl, alexpott, tedbow, andypost: PluginDependencyTrait::calculatePluginDependencies() does not handle theme provided plugins
|
2019-04-24 15:47:37 +10:00 |
Alex Pott
|
6cb2397837
|
Issue #2938132 by tedbow, tim.plunkett, xjm, EclipseGc, AaronMcHale, alexpott, DyanneNova: Ship layouts that make sense with Layout Builder's concept of sections
|
2019-01-07 22:00:47 +00:00 |
xjm
|
fa6b3d95dd
|
Revert "Issue #2822382 by voleger, pfrenssen, erozqba, RytoEX, borisson_, sidharthap, Jo Fitzgerald, shashikant_chauhan: Make every property protected on classes extending BrowserTestBase and KernelTestBase"
This reverts commit 69501f3062 .
|
2018-08-16 18:12:22 -05:00 |
Nathaniel Catchpole
|
69501f3062
|
Issue #2822382 by voleger, pfrenssen, erozqba, RytoEX, borisson_, sidharthap, Jo Fitzgerald, shashikant_chauhan: Make every property protected on classes extending BrowserTestBase and KernelTestBase
|
2018-08-15 19:55:23 +09:00 |
Lee Rowlands
|
0f2bebf2e0
|
Issue #2861840 by tim.plunkett, lauriii: Preprocess functions are not merged when a module registers a theme hook for a theme-provided template
|
2018-01-06 14:40:50 +10:00 |
xjm
|
1ebb2e1f32
|
Issue #2660124 by tim.plunkett, samuel.mortenson, phenaproxima, tstoeckler, yoroy, dead_arm, xjm, Manuel Garcia, EclipseGc, larowlan, DyanneNova, tedbow: Dynamically build layout icons based on well formed config
|
2017-10-30 15:46:59 -05:00 |
xjm
|
f9e40fa790
|
Issue #2834025 by tim.plunkett, Manuel Garcia, swentel, japerry: Mark Layout Discovery as a stable module
|
2017-08-01 05:01:06 -05:00 |
Lee Rowlands
|
7996c0fbcd
|
Issue #2885877 by tim.plunkett, EclipseGc: Add support for per-region attributes to Layout Templates
|
2017-06-18 19:12:34 +10:00 |
Gabor Hojtsy
|
5b8e9485de
|
Issue #2885878 by tim.plunkett: Threecol layout 33/34/33 is only 33/33/33
|
2017-06-15 09:35:06 +02:00 |
Lauri Eskola
|
5184e99d3f
|
Issue #2852608 by Manuel Garcia, DyanneNova, markconroy, tim.plunkett, joelpittet, DickJohnson, Scorpid: Review layout CSS and markup
|
2017-05-17 09:20:57 +03:00 |
xjm
|
91f0f7b126
|
Issue #2857410 by tim.plunkett, DamienMcKenna: Adding a page-level #prefix or #suffix causes it to be output twice on one-col layout
|
2017-03-04 09:20:03 -06:00 |
xjm
|
4b3ea1914b
|
Issue #2840832 by tim.plunkett, DickJohnson, yoroy, DyanneNova, webchick: Add Panels layouts to core
|
2017-02-15 18:37:46 -06:00 |
xjm
|
e9500065da
|
Issue #2296423 by tim.plunkett, dsnopek, swentel, Manuel Garcia, tedbow, alexpott, xjm, andypost, dawehner, effulgentsia, Berdir, jhedstrom, catch, benjy, jibran, Wim Leers, tstoeckler, larowlan, webchick: Implement layout plugin type in core
|
2016-12-09 11:58:28 +00:00 |