
| Current Path : /var/www/html/dataninja.cn/core/modules/system/src/Tests/Menu/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/dataninja.cn/core/modules/system/src/Tests/Menu/MenuTestBase.php |
<?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;
}