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

12 lines
230 B
PHP

<?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
{
}