silverstripe-cms/tests/php/Controllers/ContentControllerTestPageWithoutController.php

11 lines
213 B
PHP
Raw Permalink Normal View History

<?php
2017-08-09 04:53:38 +02:00
namespace SilverStripe\CMS\Tests\Controllers;
2017-08-09 03:25:12 +02:00
use SilverStripe\CMS\Model\SiteTree;
use SilverStripe\Dev\TestOnly;
2017-08-09 03:25:12 +02:00
class ContentControllerTestPageWithoutController extends SiteTree implements TestOnly
{
}