Commit Graph

167 Commits (04711e23f19760ac0d712fcd3acab6a37013d7ac)

Author SHA1 Message Date
catch 1b0ae80f2e Issue #3074433 by Mile23, alexpott, mondrake, larowlan, Lendude: Decouple run-tests.sh from the simpletest module 2019-10-01 13:37:28 +01:00
Lee Rowlands 914d47f168
Issue #2800267 by Mile23, Lendude, drugan, dawehner, mondrake: Turn simpletest_clean*() functions into a helper class 2019-09-12 13:01:25 +10:00
Lee Rowlands 6a2d67db47
Issue #3079988 by Mile23, mondrake: Replace, deprecate simpletest_process_phpunit_results() 2019-09-10 06:40:24 +10:00
Alex Pott 01252721da
Issue #2234479 by Mile23, dawehner, alexpott, alberto56, joachim, voleger: Deprecate hook_test_* hooks in simpletest 2019-09-09 13:23:30 +01:00
Alex Pott a99b54f992
Issue #3028708 by Mile23: Deprecate simpletest_generate_file() 2019-09-02 11:04:09 +01:00
Lee Rowlands 5c326c9ff8
Issue #3075648 by mondrake: Refactor TestDatabase::lastTestGet to use dynamic queries 2019-08-29 13:10:02 +10:00
Lee Rowlands 45ff41df49
Issue #3028712 by Manuel Garcia, vadim.hirbu, danharper, Lendude, kostyashupenko, Mile23, mikelutz, claudiu.cristea, larowlan: Convert system MailTest into a Kernel test. Break its simpletest dependency 2019-08-28 10:32:32 +10:00
Lee Rowlands 76f3729483
Issue #2641632 by Mile23, kim.pepper, Munavijayalakshmi, dawehner, klausi, joachim, xjm: Refactor simpletest's *_phpunit_*() (and junit) functions etc. to a class, deprecate 2019-08-23 13:56:22 +10:00
Lee Rowlands 0041ba0864
Issue #3074043 by Mile23, mondrake, voleger: Move simpletest.module DB-related functions to TestDatabase, deprecate 2019-08-22 14:02:01 +10:00
catch 8426bf5fba Issue #3056877 by alexpott, Lendude: Remove usage of TestBase static functions because they are deprecated 2019-06-10 14:35:59 +01:00
Gábor Hojtsy 90e5675856 Issue #3050275 by Balu Ertl, borisson_: Replace remaining references of PSR-0 to PSR-4 instead 2019-05-15 15:32:10 +02:00
catch 9791614b78 Issue #2731817 by mikelutz, ashishdalvi, Sonal.Sangale, dbt102, andypost, jhodgdon, martin107, roderik: Replace all calls to the deprecated Drupal::url() function in Core 2019-04-16 14:38:27 +09:00
Alex Pott 76bf269417
Issue #2244513 by kim.pepper, phenaproxima, 20th, andrei.dincu, beejeebus, Berdir, alexpott, jibran, andypost, larowlan, Chadwick Wood, acbramley, Wim Leers, sun, xjm, YesCT, chx, tim.plunkett: Move the unmanaged file APIs to the file_system service (file.inc) 2019-02-23 22:35:15 +00:00
xjm 57170a6ad7 Revert "Issue #2244513 by kim.pepper, phenaproxima, 20th, andrei.dincu, beejeebus, Berdir, jibran, alexpott, andypost, larowlan, Chadwick Wood, Wim Leers, acbramley, YesCT, sun, tim.plunkett, chx: Move the unmanaged file APIs to the file_system service (file.inc)"
This reverts commit 56be1a032e.
2019-02-23 13:09:49 -06:00
Alex Pott 56be1a032e
Issue #2244513 by kim.pepper, phenaproxima, 20th, andrei.dincu, beejeebus, Berdir, jibran, alexpott, andypost, larowlan, Chadwick Wood, Wim Leers, acbramley, YesCT, sun, tim.plunkett, chx: Move the unmanaged file APIs to the file_system service (file.inc) 2019-02-23 13:45:05 +00:00
Alex Pott 242bffc0ac
Revert "Issue #2234479 by Mile23, alexpott, dawehner, alberto56, joachim: Deprecate hook_test_* hooks in simpletest"
This reverts commit dad18d8946.
2019-01-26 14:37:03 +00:00
Alex Pott dad18d8946
Issue #2234479 by Mile23, alexpott, dawehner, alberto56, joachim: Deprecate hook_test_* hooks in simpletest 2019-01-26 12:23:50 +00:00
Nathaniel Catchpole 39c3361d50 Issue #2989734 by alexpott, andypost, mikelutz, tacituseu: PHP 7.3 compatibility 2018-11-06 11:24:44 +00:00
Alex Pott b083070276
Issue #2848808 by voleger, gaurav.kapoor, andypost, Vidushi Mehta, sidharthap: Replace all calls to db_find_tables, which is deprecated 2018-09-18 13:20:17 +01:00
Alex Pott 383f701fe8
Issue #2853118 by voleger, Jo Fitzgerald, Pavan B S, yogeshmpawar, hgunicamp, pk188, andypost, jeetendrakumar, longwave, gaurav.kapoor, RenatoG, daffie, mondrake, dhruveshdtripathi, catch, alexpott, xjm: Replace all calls to db_insert, which is deprecated 2018-09-18 13:15:20 +01:00
Alex Pott ead36d31b8
Issue #2848479 by voleger, yogeshmpawar, marvin_B8, gaurav.kapoor, hgunicamp, mondrake, daffie, alexpott, xjm, cilefen: Replace all calls to db_drop_table, which is deprecated 2018-07-24 14:57:22 +01:00
Alex Pott abc6c6a336
Issue #2635046 by neclimdul, dawehner, alexpott: run-test.sh doesn't work in directories with spaces 2018-06-25 11:25:06 +01:00
Alex Pott b84b827d42
Issue #2935256 by Jo Fitzgerald, voleger, kim.pepper, ibustos, Yogesh Pawar, catch, jibran: Remove all usages of drupal_get_message and drupal_set_message in modules 2018-05-01 10:15:07 +01:00
Alex Pott 42e71505f5
Issue #2945247 by Mile23: Remove usages of @deprecated simpletest functions 2018-03-15 00:06:13 +00:00
Nathaniel Catchpole 259bf401db Issue #2893117 by Mile23, Berdir, Yogesh Pawar, xjm, catch, alexpott: Improve HTML caching of Simpletest UI test form 2018-03-02 12:44:43 +00:00
xjm 66dda072e5 Revert "Issue #2893117 by Mile23, Berdir: Improve HTML caching of Simpletest UI test form"
This reverts commit c8dbe3a936.
2018-02-04 19:08:34 -05:00
Nathaniel Catchpole c8dbe3a936 Issue #2893117 by Mile23, Berdir: Improve HTML caching of Simpletest UI test form 2018-01-26 14:14:31 +00:00
Nathaniel Catchpole f659d6ca8e Issue #2901726 by mfernea, gmario, finn.lewis, robertoperuzzo, rachel_norfolk: Fix 'Squiz.Functions.MultiLineFunctionDeclaration' coding standard 2017-10-10 15:43:06 +01:00
xjm 465348f98d Issue #2759789 by mfernea, Mile23, andriyun, dawehner, klausi: Fix 'Drupal.Semantics.FunctionAlias' coding standard 2017-09-17 16:58:08 -05:00
Nathaniel Catchpole 73347e1c7e Issue #2722699 by anoopjohn, mfernea, Mile23, martin107: Fix Drupal.Commenting.FunctionComment.InvalidReturnNotVoid 2017-09-12 10:50:56 +01:00
Nathaniel Catchpole cb9b6d420f Issue #2722609 by anoopjohn, mfernea, Jo Fitzgerald, chishah92, druprad, martin107, Mile23: Fix Drupal.Commenting.FunctionComment.ParamNameNoMatch 2017-09-04 18:30:59 +01:00
Lauri Eskola 7f27bbaba1 Issue #2704871 by pepegarciag, Mile23, Manuel Garcia, ieguskiza, snehi, gaurav.pahuja, dimaro, rajeshwari10, gargsuchi, pashupathi nath gajawada, penyaskito, xjm, ZeiP, Wim Leers, alexpott: Replace usages of deprecated method drupal_render() 2017-07-03 18:35:13 +03:00
Chris McCafferty dccab71eb9 Issue #2798273 by Mile23, tar_inet: simpletest_phpunit_configuration_filepath() is dead code. Deprecate it 2017-04-26 16:38:28 -04:00
Alex Pott 75f0c02a79 Issue #2850797 by maxocub, dawehner, alexpott: Prepare our phpunit tests to be BC compatible with phpunit 5.x/6.x 2017-04-04 15:29:18 +01:00
Alex Pott ee17956d89 Issue #2745123 by drugan, Mile23, mpdonadio, alexpott, slasher13, Jo Fitzgerald, drunken monkey, nikolas.costa, Yogesh Pawar, blazey, benjifisher, dawehner, mondrake, penyaskito, fietserwin, othermachines: Simpletest module crashes on cleanup, uninstall 2017-03-06 15:33:31 +00:00
xjm 52e3eec616 Issue #2776975 by joelpittet, dawehner, tim.plunkett, xjm, pfrenssen: March 3, 2017: Convert core to array syntax coding standards for Drupal 8.3.x RC phase 2017-03-03 19:20:24 -06:00
Alex Pott 41eda3b8ef Issue #2294731 by alexpott, othermachines, sun, droplet, mikeker, david_garcia, Mile23, Ketan Harit, anavarre, Berdir: Simpletest fails to run PHPUnit on Windows 2017-02-05 10:13:44 +00:00
xjm e223ebe5f7 Revert "Issue #2704871 by pepegarciag, ieguskiza, snehi, gaurav.pahuja, rajeshwari10, dimaro, gargsuchi, pashupathi nath gajawada, penyaskito, Manuel Garcia, Mile23: Replace usages of deprecated method drupal render()"
This reverts commit ae3ee31751.
2016-12-12 13:03:21 -06:00
xjm ae3ee31751 Issue #2704871 by pepegarciag, ieguskiza, snehi, gaurav.pahuja, rajeshwari10, dimaro, gargsuchi, pashupathi nath gajawada, penyaskito, Manuel Garcia, Mile23: Replace usages of deprecated method drupal render() 2016-12-12 12:49:03 -06:00
xjm ac5428e830 Issue #2809117 by klausi, dawehner, marcoscano, Mile23, xjm, fgm, jhodgdon: Integrate PHPUnit verbose output in Simpletest UI 2016-11-28 10:01:53 -06:00
Alex Pott 30f78fc004 Issue #2810083 by Mile23, dawehner, Mixologic: Duplicate test results per fail/exception 2016-10-25 13:43:21 -07:00
Nathaniel Catchpole e014859c4d Issue #2807171 by alexpott: Use the correct testing table prefix in simpletest_clean_database() 2016-09-27 17:05:15 +01:00
Alex Pott 03fba96580 Issue #2801817 by Mile23: Inject services inot SimpletestTestForm and functional cleanup for the test_discovery service 2016-09-25 12:29:27 +01:00
Nathaniel Catchpole 8a5abfc0fa Issue #2791163 by alexpott, dawehner: Random automatic testing failures on SQLite with PHP 5.5 2016-09-16 11:35:51 +01:00
Alex Pott 1fdf088bfa Issue #2799021 by dawehner, Wim Leers: Ensure a failing PHPUnit test shows enough information via run-tests.sh 2016-09-15 13:12:44 +02:00
Nathaniel Catchpole f90b3df951 Issue #2575725 by alexpott, lokapujya, rajeshwari10, Torenware, andrewbelcher, pashupathi nath gajawada, jonathan1055: Uncaught PHP Exception when selecting too many PHPunit tests in UI 2016-06-16 13:18:16 +01:00
Alex Pott df0425cfe1 Issue #2721909 by anoopjohn: Fix Drupal.Commenting.FunctionComment.ReturnCommentIndentation 2016-06-02 15:20:55 +01:00
Nathaniel Catchpole 267617572e Issue #2723345 by alexpott, dawehner: Simpletest cannot be uninstalled 2016-05-11 21:12:24 +01:00
Nathaniel Catchpole f664dfa198 Issue #2707467 by alexpott: Improve run-tests.sh phpunit error reporting when something goes wrong 2016-04-18 16:29:45 +09:00
Alex Pott 9683891396 Issue #2670978 by dawehner, isntall, jibran, alexpott: Allow to run just specific types when running all tests 2016-03-09 11:38:47 +00:00