Commit Graph

615 Commits (e9cd089fd0f1fe63d9c95d291b7a8fe2827cb1b2)

Author SHA1 Message Date
Alex Pott ad6f3eac36 Issue #1770902 by sun, InternetDevels, mbrett5062, tim.plunkett: Theme of parent site executing test leaks into all tests. 2014-03-27 18:18:03 +01:00
catch d026a1c363 Issue #2180109 by damiankloip, dawehner, ParisLiakos, joelpittet, MartijnBraam, Xano: Change the current_user service to a proxy. 2014-03-27 16:25:24 +01:00
catch 2f959b9693 Issue #2188613 by Berdir, Xen, andypost: Rename EntityStorageController to EntityStorage. 2014-03-27 12:54:40 +01:00
catch bc7f7f3ccf Issue #2226183 by alexpott: Running PHPUnit tests through run-tests.sh is unnecessarily slow. 2014-03-26 20:42:03 +01:00
webchick 0935e4c9ab Issue #2215049 by sun: Stop duplicating entire test list table into JavaScript. 2014-03-25 14:42:11 -07:00
webchick fd4e22077f Issue #2207767 by temaruk, Coornail, rteijeiro, alexrayu, LewisNyman: Replace watchdog icons with Libricons. 2014-03-25 13:32:13 -07:00
catch 13f5d8389a Issue #2178581 by damiankloip, penyaskito, Solthun: Add an AnonymousUserSession object in favour of using drupal_anonymous_user(). 2014-03-25 19:58:38 +01:00
catch 1f016bc70b Issue #318975 by sun, Bojhan, linclark: Remove confirmation page after installation. 2014-03-25 14:22:49 +00:00
webchick d80bd85e39 Issue #2202377 by sun: Remove Test::SORT_METHODS constant opt-in support for sorting test methods alphabetically. 2014-03-24 09:53:27 -07:00
Alex Pott fa51d2e5bd Issue #2178725 by pwolanin, crowdcg, effulgentsia, Sutharsan: Make all core menu link machine names and the corresponding route names match. 2014-03-24 11:34:32 +01:00
Alex Pott 000966e0dd Issue #2219009 by pwolanin: Improve DX of Settings class. 2014-03-24 09:51:28 +01:00
catch a6ffb28261 Issue #2158003 by Wim Leers, msonnabaum, effulgentsia, moshe weitzman: Remove Block Cache API in favor of blocks returning #cache with cache tags. 2014-03-22 22:00:38 +00:00
Alex Pott 880f697abb Issue #2093173 by longwave, Cyberschorsch, forbesgraham, sandipmkhairnar, damiankloip, rbayliss, grom358, harijari, InternetDevels, dawehner: Remove all calls to drupal_json_decode(), use \Drupal\Component\Utility\Json::decode(). 2014-03-20 16:06:41 +00:00
webchick 77123f3f1b Issue #340723 by ParisLiakos, sun, Berdir, glennpratt, Cottser, swentel, alexpott, tstoeckler, Xano, tim.plunkett, BassistJimmyJam | beejeebus: Make modules and installation profiles only require .info.yml files. 2014-03-17 07:43:29 -07:00
Alex Pott eba0b71872 Revert "Issue #340723 by ParisLiakos, sun, Berdir, glennpratt, Cottser, swentel, tstoeckler, Xano, tim.plunkett, BassistJimmyJam: Make modules and installation profiles only require .info.yml files."
This reverts commit b4c561d0d5.
2014-03-17 13:02:04 +00:00
Nathaniel Catchpole b4c561d0d5 Issue #340723 by ParisLiakos, sun, Berdir, glennpratt, Cottser, swentel, tstoeckler, Xano, tim.plunkett, BassistJimmyJam: Make modules and installation profiles only require .info.yml files. 2014-03-17 11:57:35 +00:00
webchick 682c55045b Issue #1808220 by sun: Remove run-tests.sh dependency on existing/installed parent site. 2014-03-16 11:46:31 -07:00
webchick e1db0da44f Issue #2209461 by sun: Settings from test runner leak into all tests. 2014-03-16 11:41:09 -07:00
Nathaniel Catchpole 3e26a24984 Issue #2217781 by alexpott: Can only run tests from the installed profile. 2014-03-15 11:52:40 +00:00
webchick 6aef5785ed Issue #2213411 by jhodgdon: WebTestBase::drupalCreateNode() shouldn't imply you can set 'changed' time. 2014-03-12 11:19:11 -07:00
webchick 9d3a228020 Issue #2171071 by jessebeach, dawehner, chakrapani, longwave, Gábor Hojtsy, xjm, Wim Leers: Rename drupal_add_library() to _drupal_add_library() and remove its uses. 2014-03-12 08:47:01 -07:00
Alex Pott 3b3cb6f9ae Issue #2207377 by sun: Bogus "Enabled modules: ." assertions in test results when test enables no modules. 2014-03-10 23:14:24 +00:00
Alex Pott fd2613d287 Issue #2169361 by plopesc: Convert COMMENT_HIDDEN & COMMENT_CLOSED & COMMENT_OPEN to a constant on the comment field interface. 2014-03-10 12:25:21 +00:00
Alex Pott 01a3e1902f Issue #2203407 by nod_, sun: Replace #attached library array values with provider-namespaced strings. 2014-03-09 19:59:45 +00:00
Alex Pott 7abce708dc Issue #2163203 by joelpittet, longwave, saki007ster: Remove calls to deprecated global $user wherever possible (outside bootstrap and authentication). 2014-03-08 10:53:03 +00:00
webchick 574ebdbfbd Issue #2206417 by sun: Bogus tests without test methods are reported as successful tests. 2014-03-07 12:14:18 -08:00
Dries 3e69d365d8 Issue #2207197 by longwave, andrei.dincu, jhodgdon: Obsolete docs in WebTestBase::drupalPlaceBlock()?. 2014-03-05 15:39:40 -05:00
Dries 8915046d67 Issue #2201783 by sun: Simplify execution logic in TestBase::run(). 2014-03-05 14:33:55 -05:00
Nathaniel Catchpole 486edae6c8 Issue #2174997 by alexpott: Random fail in ImageFieldDisplayTest. 2014-03-05 09:25:28 +00:00
Alex Pott 20d5b0f072 Issue #2105617 by olli: False pass with WebTestBase::assertFieldByName with select element. 2014-03-04 14:00:19 +00:00
Alex Pott 7c26feb15b Issue #2185015 by Berdir, ianthomas_uk, cosmicdreams: Remove SchemaCache and CacheArray. 2014-03-04 13:18:56 +00:00
Alex Pott 056096a32e Issue #2194085 by sun, Berdir: Convert File Managed API tests to DrupalUnitTestBase. 2014-03-04 13:02:00 +00:00
webchick 408b0ad3f9 Issue #2207341 by sun: "Re-run tests" form action broken. 2014-03-01 10:58:39 -08:00
webchick 8608fed622 Issue #2107533 by tim.plunkett, dawehner, pwolanin, Berdir: Remove {menu_router}. 2014-02-28 20:58:58 -08:00
Nathaniel Catchpole 668d277ff6 Issue #2188661 by sun, Berdir, andypost: Extension System, Part II: ExtensionDiscovery. 2014-02-28 11:51:38 +00:00
Jennifer Hodgdon 545d194693 Issue #2177253 by YesCT, Xano, chakrapani, chx: Fix up function docs in simpletest.module 2014-02-27 13:21:47 -08:00
Dries 5fb617d7ac Issue #1938926 by sun, Cottser, joelpittet, pplantinga: Convert simpletest theme tables to table #type. 2014-02-27 20:52:40 +01:00
Nathaniel Catchpole 6727b8146e Revert "Issue #2188661 by sun, Berdir: Extension System, Part II: ExtensionDiscovery."
This reverts commit ae8be3cc96.
2014-02-27 14:30:43 +00:00
Nathaniel Catchpole ae8be3cc96 Issue #2188661 by sun, Berdir: Extension System, Part II: ExtensionDiscovery. 2014-02-27 13:31:02 +00:00
Alex Pott 438494d0f1 Issue #2187495 by Les Lim, longwave: Use plugin system for MailInterface classes. 2014-02-27 11:07:19 +00:00
Alex Pott 17645df74c Revert "Issue #2176621 by sun, alexpott: Remove global $databases." Broke testbots
This reverts commit 06e6e9238f.
2014-02-27 10:23:06 +00:00
webchick 4e7ec019c5 Issue #2175459 by sun: Convert Drupal\system\Tests\InstallerTest into a new Drupal\simpletest\InstallerTestBase. 2014-02-26 21:21:50 -08:00
webchick 06e6e9238f Issue #2176621 by sun, alexpott: Remove global $databases. 2014-02-26 21:12:10 -08:00
webchick 5d0729f07a Issue #2070369 by herom, bdgreen, Mac_Weber, InternetDevels, sidharthap, JeroenT: Remove all calls to deprecated function language(). 2014-02-26 11:16:54 -08:00
webchick 02417da643 Issue #1892182 by sun, nod_, jibran: #type details: Rename #collapsed to #open. 2014-02-26 10:38:09 -08:00
Nathaniel Catchpole b9a978d202 Issue #2177041 by dawehner, Berdir, jibran: Remove all implementations of hook_menu. 2014-02-26 10:53:29 +00:00
Alex Pott e53957de4f Revert "Issue #2203271 by Xano: Undefined index "rows_order" in theme_field_ui_table()." contained another patch
This reverts commit a457090d61.
2014-02-24 14:21:15 +00:00
Alex Pott a457090d61 Issue #2203271 by Xano: Undefined index "rows_order" in theme_field_ui_table(). 2014-02-24 13:48:40 +00:00
Nathaniel Catchpole 1747f674f9 Issue #2202537 by alexpott: Avoid repeated cache tag invalidations. 2014-02-24 11:08:03 +00:00
Alex Pott 78e5e9bfd9 Issue #2045927 by herom, martin107, ianthomas_uk, Xano, michaellander, Sutharsan: Replace all drupal_alter() deprecated function calls. 2014-02-24 10:10:52 +00:00