silverstripe-cms/tests/php/Model/SiteTreeTest_LegacyControllerName.php
2017-08-09 17:00:58 +12:00

17 lines
277 B
PHP

<?php
namespace SilverStripe\CMS\Tests;
use SilverStripe\Dev\TestOnly;
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
{
}