silverstripe-cms/tests/model/SiteTreeTest_LegacyControllerName.php

12 lines
230 B
PHP
Raw Normal View History

<?php
use SilverStripe\Dev\TestOnly;
/**
* An empty SiteTree instance with a controller to test that legacy controller names can still be loaded
*/
class SiteTreeTest_LegacyControllerName extends Page implements TestOnly
{
}