xjm
|
e4e64fa0ee
|
Issue #3143339 by mohrerao, mondrake, longwave: Clean up the arguments of calls to WebAssert::titleEquals() and AssertLegacyTrait::assertTitle()
|
2020-05-28 17:29:40 -05: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
|
f09c890298
|
Issue #3132964 by jungle, longwave, sja112, dww, xjm, daffie: assertResponse() does not actually support a $message parameter, so stop passing one
|
2020-05-22 12:37:50 -05:00 |
xjm
|
0f66cce399
|
Issue #2937513 by eltori, longwave, klausi, catch, idebr: Fix 'Drupal.Commenting.DocComment.TagGroupSpacing' coding standard
|
2020-05-20 17:11:54 -05:00 |
xjm
|
2436298a17
|
Issue #2055851 by andypost, jungle, dawehner, Mac_Weber, sja112, borisson_, fietserwin, init90, Gábor Hojtsy, xjm, effulgentsia, tim.plunkett: Remove translation of exception messages
|
2020-05-18 19:21:21 -05:00 |
Alex Pott
|
ef61d27660
|
Issue #3135308 by sja112, longwave, Kristen Pol: Fix 'The "Symfony\Component\BrowserKit\Response::getStatus()" method is deprecated since Symfony 4.3, use getStatusCode() instead.'
|
2020-05-12 19:44:23 +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 |
xjm
|
b28613324a
|
Issue #3112328 by jungle, hash6, xjm: FormatterBase implements ContainerFactoryPluginInterface, so it's not necessary for its child classes to repeat that they do as well
|
2020-05-04 13:02:41 -05:00 |
Alex Pott
|
6b54e9534f
|
Issue #2778917 by kiamlaluno, jungle, elaman, dawehner, alexpott, tvb, vadim.hirbu, ravi.shankar, quietone: Use the second parameter of \Drupal::state()->get() instead of checking the method didn't return any value
|
2020-05-02 13:07:36 +01:00 |
Alex Pott
|
3f87e0d805
|
Issue #3132745 by jungle, longwave, xjm, swatichouhan012, daffie: Fix Drupal.Array.Array.LongLineDeclaration coding standard for instances of the $modules test property
|
2020-05-02 12:34:00 +01:00 |
xjm
|
767d453d30
|
Issue #3100251 by Hardik_Patel_12, longwave: Several code comments have incorrect namespaces for classes or interfaces they reference
|
2020-05-01 20:23:15 -05:00 |
catch
|
15340c8899
|
Issue #3129074 by longwave, mondrake, Lal_, Suresh Prabhu Parkala, johnwebdev, jungle, kapilkumar0324: Refactor assertions that use return values in conditionals
|
2020-05-01 10:26:32 +01:00 |
xjm
|
9ea59d229e
|
Issue #3126957 by Suresh Prabhu Parkala, Neslee Canil Pinto, Kristen Pol, jungle: Add missing curly brackets around @inheritdoc
|
2020-04-29 17:45:17 -05:00 |
catch
|
54f84c2b5c
|
Issue #3131223 by jungle, mondrake, longwave: Replace assertions involving calls to array_key_exists() with assertArrayHasKey()/assertArrayNotHasKey()
|
2020-04-28 12:14:56 +01:00 |
catch
|
222e10447b
|
Issue #3131088 by Spokje, longwave: Replace assertions involving calls to file_exists with assertFileExists()/assertFileNotExists() or assertDirectoryExists()/assertDirectoryNotExists()
|
2020-04-27 14:13:40 +01:00 |
catch
|
610d4b6307
|
Issue #3131090 by longwave: Replace assertions involving calls to is_dir with assertDirectoryExists()/assertDirectoryNotExists()
|
2020-04-27 10:42:12 +01:00 |
catch
|
27515dc255
|
Issue #3130811 by mondrake, jungle, longwave: Remove redundant $message from assert(Not)InstanceOf calls
|
2020-04-27 10:35:37 +01:00 |
catch
|
4d02fe7c25
|
Issue #3128746 by mondrake, longwave, dww: Replace assertions involving calls to strpos() with more accurate string assertions
|
2020-04-27 10:02:44 +01:00 |
catch
|
4fe0b034a9
|
Issue #3128905 by jungle, longwave, Kristen Pol, mondrake: Replace assert* involving an instanceof operator with assertInstanceOf()/assertNotInstanceOf()
|
2020-04-24 21:27:52 +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 |
catch
|
4994ca42d1
|
Issue #3082602 by bnjmnm, longwave: Remove transform rule from css_disable_transitions_test
|
2020-04-15 15:10:26 +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 |
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 |
Alex Pott
|
479b652a56
|
Issue #3108402 by lauriii, bnjmnm, FezVrasta, Wim Leers, mradcliffe, gisle: Update to Popper.js to 2.0.0
|
2020-02-25 17:03:40 +00:00 |
Alex Pott
|
915b74f937
|
Issue #2570985 by ifrik, chipway, lomasr, jhodgdon, shimpy, govind.maloo, vacho, Balu Ertl, Manjit.Singh, alexpott, Bojhan, volkswagenchick, mradcliffe, xjm, tkoleary, yoroy, no_angel, dawehner, webchick, Sam152, RuslanP, Gábor Hojtsy, wengerk, wla_g: Update the module descriptions on the Extend page
|
2020-02-24 14:24:57 +00:00 |
Alex Pott
|
4577772da0
|
Issue #3101543 by lauriii, bnjmnm, ravi.shankar, alexpott: Update core JavaScript dependencies listed in package.json
|
2020-01-30 09:08:38 +00:00 |
Alex Pott
|
5b657b15b8
|
Revert "Issue #3101543 by lauriii, bnjmnm, ravi.shankar: Update core JavaScript dependencies listed in package.json"
This reverts commit 2dadb738bf .
|
2020-01-28 13:14:16 +00:00 |
Alex Pott
|
2dadb738bf
|
Issue #3101543 by lauriii, bnjmnm, ravi.shankar: Update core JavaScript dependencies listed in package.json
|
2020-01-28 11:36:14 +00:00 |
catch
|
720924f719
|
Issue #2893804 by Wim Leers, Stefdewa, Berdir, catch: Remove rest.module BC layers
|
2020-01-27 17:41:43 +00:00 |
Alex Pott
|
267ccab755
|
Issue #3081145 by Berdir, andypost, longwave, catch, tim.plunkett, larowlan: Remove BC layers in the Plugin component
|
2020-01-25 10:01:58 +00: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 |
Lee Rowlands
|
40dc7dbd7f
|
Issue #3097749 by kim.pepper, martin107: Remove all @deprecated code in the image module
|
2019-12-02 11:47:26 +10:00 |
catch
|
a74215876a
|
Issue #3088480 by phenaproxima, mikelutz, quietone: Remove the "cckfield" plugin type from the migration system
|
2019-11-28 13:04:06 +00:00 |
Alex Pott
|
f2469de972
|
Issue #3087546 by Berdir, alexpott, martin107, jibran: Remove deprecated entity manager
|
2019-11-14 10:49:28 +00:00 |
Alex Pott
|
2a009c5edd
|
Issue #3048498 by jonathan1055, Lendude, naveenvalecha, klausi, alexpott, Gábor Hojtsy: [≈Nov. 11] Fix Drupal.Commenting.Deprecated coding standard
|
2019-11-14 09:08:15 +00:00 |
catch
|
19f9474b9b
|
Issue #2742585 by ZeiP, alexpott, mondrake, klausi, tomasnagy, Krzysztof Domański, sokru, kristiaanvandeneynde, dawehner, jeroenbegyn: Deprecate dangerous assertTrue/False() compatibility overrides in PHPUnit Kernel, Functional and FunctionalJavascript tests
|
2019-11-08 13:53:52 +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
|
bc6aabc9cd
|
Issue #3087692 by Wim Leers, alexpott: Remove the core key from views configuration
|
2019-10-22 20:40:16 +01: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 |
webchick
|
7b5662f59e
|
Issue #3083444 by alisonjo315: Duplicate "attributes" in docblock
|
2019-10-09 23:21:47 -07:00 |
Alex Pott
|
9aa7d13c9f
|
Issue #3023015 by Berdir, kim.pepper, tinko, mikelutz: Replace usages of deprecated constants in file.inc
|
2019-10-08 21:50:39 +01:00 |
Lee Rowlands
|
1f1dfce2f4
|
Issue #3082414 by Mile23: Remove non-fixture references to simpletest module from tests
|
2019-09-23 08:26:18 +10:00 |
Alex Pott
|
820c3d83a3
|
Issue #2890514 by quietone, vomitHatSteve, heddn: upgrade_d6_imagecache_presets fails if blank "action" is enountered
|
2019-09-21 23:33:50 +01:00 |
catch
|
90a550d555
|
Issue #3080163 by Mile23, voleger, Lendude, mondrake: Decouple TestFileCreationTrait::getTestFiles() from simpletest module
|
2019-09-13 11:42:26 +01:00 |
Lee Rowlands
|
201bf4a6d0
|
Issue #3046397 by quietone: Change length in make_unique_entity_field to less than 32
|
2019-09-11 19:35:39 +10:00 |
Alex Pott
|
0a6a417ec9
|
Issue #3073318 by Spokje, Mile23, mondrake: Remove usages of \PHPUnit_Framework_MockObject_MockObject
|
2019-09-02 12:24:14 +01:00 |