silverstripe-cms/tests/php/Model/SiteTreeTest_LegacyControllerName.php

17 lines
277 B
PHP
Raw Normal View History

<?php
2017-08-09 03:25:12 +02:00
namespace SilverStripe\CMS\Tests;
use SilverStripe\Dev\TestOnly;
2017-08-09 03:25:12 +02:00
use Page;
/**
* An empty SiteTree instance with a controller to test that legacy controller names can still be loaded
*/
class SiteTreeTest_LegacyControllerName extends Page implements TestOnly
{
}