webchick
|
f19fadd3a4
|
Issue #1996238 by sun, nod_, damiankloip, Wim Leers, longwave, alexpott, Xano, mdrummond, Mark Carver, Jeff Burnz, highrockmedia, joelpittet, et al: Replace hook_library_info() by *.libraries.yml file.
|
2014-02-22 20:56:51 -08:00 |
Alex Pott
|
a1a5e155f8
|
Issue #2198343 by damiankloip, longwave: Convert all usages of cache() and cache_invalidate_tags() procedural functions.
|
2014-02-21 15:21:08 +00:00 |
Nathaniel Catchpole
|
971135d0b0
|
Issue #1813286 by sun: _simpletest_format_summary_line() should not use t().
|
2014-02-13 15:43:12 +00:00 |
Jennifer Hodgdon
|
5219bbf16f
|
Issue #2103041 by batigolix: fix up hook_help for Simpletest module
|
2014-02-12 16:51:47 -08:00 |
Nathaniel Catchpole
|
db460fe78b
|
Issue #2171683 by sun, alexpott, tstoeckler, larowlan: Remove all Simpletest overrides and rely on native multi-site functionality instead.
|
2014-02-10 17:31:31 +00:00 |
Nathaniel Catchpole
|
ec06f877a4
|
Revert "Issue #2171683 by sun, tstoeckler, larowlan: Remove all Simpletest overrides and rely on native multi-site functionality instead."
This reverts commit 91db25eba4 . Broke web
tests.
|
2014-02-10 11:14:28 +00:00 |
Nathaniel Catchpole
|
91db25eba4
|
Issue #2171683 by sun, tstoeckler, larowlan: Remove all Simpletest overrides and rely on native multi-site functionality instead.
|
2014-02-10 10:36:12 +00:00 |
Nathaniel Catchpole
|
09ff81ae52
|
Issue #2167039 by likin, dawehner, Wim Leers, tstoeckler, vijaycs85: Regression: page cache tags broken, also: some routes incorrectly use _controller -> No page object in template variables -> Fatal in seven_preprocess_page().
|
2014-01-29 10:47:12 +00:00 |
Alex Pott
|
acd3a59ea8
|
Issue #2047633 by pwolanin, dawehner, kim.pepper, Xano, amateescu, tim.plunkett: Move definition of menu links to hook_menu_link_defaults(), decouple key name from path, and make 'parent' explicit.
|
2014-01-29 08:25:00 +00:00 |
Alex Pott
|
42e2c36937
|
Revert "Issue #2047633 by dawehner, pwolanin, Xano, amateescu, tim.plunkett: Move definition of menu links to hook_menu_link_defaults(), decouple key name from path, and make 'parent' explicit."
This reverts commit 531fd59314 .
|
2014-01-24 19:01:38 +01:00 |
Alex Pott
|
531fd59314
|
Issue #2047633 by dawehner, pwolanin, Xano, amateescu, tim.plunkett: Move definition of menu links to hook_menu_link_defaults(), decouple key name from path, and make 'parent' explicit.
|
2014-01-23 23:14:32 +01:00 |
webchick
|
a16eb5a389
|
Issue #2147501 by dawehner: Convert most of the left over local tasks.
|
2013-12-07 15:16:21 -08:00 |
webchick
|
29e3ae0cc4
|
Issue #2080397 by mrsinguyen: Remove Unused local variable from /core/modules/simpletest/simpletest.module.
|
2013-12-04 00:44:52 -08:00 |
webchick
|
08eeef15db
|
Issue #2132441 by chx, eliza411: Run-tests.sh --module is broken.
|
2013-11-22 15:59:11 -08:00 |
Alex Pott
|
13ebcd222f
|
Issue #2125633 by tim.plunkett: PHPUnit tests cannot be rerun from Simpletest UI.
|
2013-11-18 21:09:16 -04:00 |
Dries
|
e7836c2df4
|
Issue #338403 by klausi, jhodgdon, grisendo, YesCT, drewish: Use {@inheritdoc} on all class methods (including tests).
|
2013-10-21 16:07:49 -04:00 |
webchick
|
5bb0d5e667
|
Issue #2053489 by chx, tim.plunkett: Standardize on \Drupal throughout core.
|
2013-09-15 20:58:10 -07:00 |
webchick
|
99670f0847
|
Issue #1981368 by tim.plunkett, Crell, webchick: Convert all routes to 'module_name().foo_bar()' naming convention.
|
2013-09-15 12:59:49 -07:00 |
Nathaniel Catchpole
|
085a24e07f
|
Issue #2067017 by damiankloip: Remove usage of DRUPAL_CORE_COMPATIBILITY/VERSION constants.
|
2013-09-05 10:48:11 +01:00 |
webchick
|
8121d1203a
|
Issue #2038135 by RobLoach, donquixote, Crell, ParisLiakos, catch: Use the Composer autoloader to make everything simpler.
|
2013-09-02 12:53:23 -07:00 |
Nathaniel Catchpole
|
55092dc758
|
Issue #2059313 by StephaneQ, giammi: Cache simpletest_phpunit_get_available_tests().
|
2013-08-20 13:51:51 +01:00 |
webchick
|
3cf100dfcd
|
Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config().
|
2013-08-14 09:54:28 -07:00 |
Alex Pott
|
e33ddd1b74
|
Issue #2045923 by drupalrv, tim.plunkett: Replace all module_invoke_all() deprecated function calls in procedural code.
|
2013-08-01 10:10:33 +02:00 |
Alex Pott
|
8cb7ab835a
|
Issue #1986528 by Berdir: Fixed Fatal error: Call to undefined method PHPUnit_Framework_Warning::getInfo() when there is an error in tests.
|
2013-07-31 07:47:48 +02:00 |
Jennifer Hodgdon
|
87417aaff2
|
Issue #2028939 by cilefen, deekayen: Clean up line wrapping in simpletest documentation and make namespaces in docs fully qualified
|
2013-07-10 06:47:20 -07:00 |
Alex Pott
|
b7f29c4ccd
|
Issue #2009670 by esunger, jeroen12345, hussainweb: Replace theme() with drupal_render() in simpletest module.
|
2013-07-09 15:39:11 +01:00 |
Dries
|
2c61612951
|
Issue #1919470 by s_leu, Berdir, Cottser, joelpittet, YesCT, Wim Leers: Add a search field to the test overview page.
|
2013-06-19 15:51:04 -04:00 |
Alex Pott
|
2432c02138
|
Issue #1987066 by Kevin Morse, JohnAlbin, rteijeiro, echoz, ry5n: Rename files to match CSS file naming convention.
|
2013-06-07 11:48:55 +01:00 |
Alex Pott
|
b8ddc39934
|
Issue #1978978 by plopesc, ParisLiakos, dawehner: Convert simpletest_test_form() to a Controller.
|
2013-05-12 23:02:35 +01:00 |
Alex Pott
|
b30789561b
|
Issue #1978982 by RoSk0, ParisLiakos: Convert simpletest_result_form() to a Controller.
|
2013-04-30 22:25:25 +01:00 |
Alex Pott
|
f9a4d699c4
|
Issue #1963022 by dawehner: Follow-up: Fixed Problem with PHPUnit test results when using @dataProvider.
|
2013-04-24 13:11:53 +01:00 |
webchick
|
d2655c9df9
|
Issue #1963022 by dawehner, klausi, msonnabaum: Fixed Problem with PHPUnit test results when using @dataProvider.
|
2013-04-23 11:50:28 -07:00 |
webchick
|
0da1b6e739
|
Issue #1969406 by rootatwc, Berdir: Fixed PHPUnit Test asserting logging broken.
|
2013-04-21 12:37:25 -07:00 |
catch
|
8c21dcb622
|
Issue #1658720 by RobLoach, dawehner, sun, chx: Use ClassLoader instead of UniversalClassLoader.
|
2013-04-03 11:38:50 +01:00 |
webchick
|
e2941705fb
|
Issue #1949266 by chx: Fixed phpunit errors are silently eaten.
|
2013-03-26 20:40:17 -07:00 |
webchick
|
eb313a6fea
|
Issue #1937944 by ACF: Convert simpletest's system_config_form() to SystemConfigFormBase.
|
2013-03-16 23:02:41 -07:00 |
webchick
|
a4a64ac0a7
|
Issue #1901670 follow-up by sun: Don't invoke PHPUnit tests when only SimpleTests are selected.
|
2013-03-08 21:08:06 -08:00 |
catch
|
2ea8488a99
|
Issue #1936010 by msonnabaum, das-peter: Fixed phpUnit fails on Windows.
|
2013-03-08 10:50:04 +00:00 |
Dries
|
f2743e8a2a
|
Issue #1901670 by msonnabaum, kim.pepper, effulgentsia: Start using PHPUnit for unit tests.
|
2013-03-06 21:48:50 -05:00 |
Dries
|
a96697c7d5
|
Issue #1864066 by sun, andypost, tim.plunkett: Simplify hook_menu_local_tasks() and MENU_DEFAULT_LOCAL_TASK usage.
|
2013-02-18 12:03:05 -05:00 |
catch
|
d3069f0e61
|
Issue #891670 by sun, bleen18: Added a Footer menu to the built-in system menus.
|
2012-11-20 11:36:51 +00:00 |
webchick
|
7b88ea7ccf
|
Issue #1808200 by sun: Fixed Unit test performance significantly decreased since system list config conversion.
|
2012-11-06 00:51:18 -08:00 |
catch
|
9fbe74405a
|
Issue #1608842 by chx, alexpott, sun, effulgentsia, beejeebus, tim.plunkett et al: Replace list of bootstrap modules, enabled modules, enabled themes, and default theme with config.
|
2012-10-09 21:40:35 +01:00 |
catch
|
bd07cedb74
|
Issue #1760548 by nod_: Remove dependency on jQuery drupal.js? for JS settings.
|
2012-09-24 14:12:09 +01:00 |
webchick
|
5efb185fbd
|
Issue #1705748 by n3or, tim.plunkett, sun, xjm, boombatower: Convert simpletest settings to configuration system.
|
2012-09-04 13:20:31 -07:00 |
catch
|
b65fd7feb6
|
Issue #1541674 by Berdir, Tor Arne Thune, sun, plach, dixon_, tim.plunkett: Remove the registry.
|
2012-08-31 11:03:05 +01:00 |
webchick
|
07ad6e733c
|
Issue #1737148 by nod_, SebCorbin, larowlan, tim.plunkett, Albert Volkman, nick_schuch, sun: Explicitly declare all JS dependencies, don't use drupal_add_js().
|
2012-08-30 12:24:38 -07:00 |
catch
|
6e8a671f83
|
Issue #1675260 by chx, effulgentsia, pwolanin, neclimdul: Implement PHP reading/writing secured against 'leaky' script.
|
2012-08-23 13:52:46 +02:00 |
webchick
|
070ad58626
|
Revert "- Patch #1705748 by n3or, no_commit_credit: Convert simpletest settings to configuration system."
This reverts commit 490386face . It broke testbot.
|
2012-08-07 21:39:41 -07:00 |
Dries
|
490386face
|
- Patch #1705748 by n3or, no_commit_credit: Convert simpletest settings to configuration system.
|
2012-08-07 15:45:30 -04:00 |