silverstripe-framework/admin/tests/CMSMenuTest/LeftAndMainController.php

16 lines
379 B
PHP
Raw Normal View History

2016-11-13 08:35:43 +01:00
<?php
namespace SilverStripe\Admin\Tests\CMSMenuTest;
use SilverStripe\Admin\LeftAndMain;
use SilverStripe\Dev\TestOnly;
class LeftAndMainController extends LeftAndMain implements TestOnly
{
private static $url_segment = 'CMSMenuTest_LeftAndMainController';
2016-11-13 08:35:43 +01:00
private static $menu_title = 'CMSMenuTest_LeftAndMainController';
2016-11-13 08:35:43 +01:00
private static $menu_priority = 50;
2016-11-13 08:35:43 +01:00
}