doc.silverstripe.org/sapphire/dev/TestOnly.php
2011-04-10 21:53:26 +00:00

11 lines
155 B
PHP

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