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

12 lines
183 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\Dev\TestOnly;
2017-08-09 03:25:12 +02:00
use Page;
class ContentControllerTestPageWithoutController extends Page implements TestOnly
{
}