Mercurial > hg > isophonics-drupal-site
view core/modules/system/src/Tests/Menu/MenuTestBase.php @ 11:bfffd8d7479a
Move drupal/core from "replace" to "require" section, to ensure Composer updates it
author | Chris Cannam |
---|---|
date | Fri, 23 Feb 2018 15:51:18 +0000 |
parents | 4c8ae668cc8c |
children |
line wrap: on
line source
<?php namespace Drupal\system\Tests\Menu; @trigger_error(__NAMESPACE__ . '\MenuTestBase is deprecated in Drupal 8.4.0 and will be removed before Drupal 9.0.0. Instead, use \Drupal\Tests\BrowserTestBase', E_USER_DEPRECATED); use Drupal\simpletest\WebTestBase; /** * Base class for Menu tests. * * @deprecated Scheduled for removal in Drupal 9.0.0. * Use \Drupal\Tests\BrowserTestBase instead. */ abstract class MenuTestBase extends WebTestBase { use AssertBreadcrumbTrait; }