silverstripe-framework/dev/TestOnly.php
Fred Condo d370423825 Clean up trailing ?> per coding standard
All sapphire but the lang directory
2012-02-12 12:40:16 -08:00

11 lines
153 B
PHP

<?php
/**
* Classes that implement TestOnly are only to be used during testing
* @package sapphire
* @subpackage testing
*/
interface TestOnly {
}