silverstripe-frameworktest/code/test-pages/TestPageInterface.php

10 lines
142 B
PHP

<?php
/**
* Classes that implement this interface are identified as generated
* page types for testing
*/
interface TestPageInterface
{
}