mirror of
https://github.com/silverstripe/silverstripe-frameworktest
synced 2024-10-22 11:06:02 +02:00
10 lines
142 B
PHP
10 lines
142 B
PHP
|
<?php
|
||
|
|
||
|
/**
|
||
|
* Classes that implement this interface are identified as generated
|
||
|
* page types for testing
|
||
|
*/
|
||
|
interface TestPageInterface
|
||
|
{
|
||
|
|
||
|
}
|