silverstripe-cms/tests/controller/ContentControllerTestPageWithoutController.php

9 lines
126 B
PHP
Raw Normal View History

<?php
use SilverStripe\Dev\TestOnly;
class ContentControllerTestPageWithoutController extends Page implements TestOnly
{
}