silverstripe-framework/Dev/TestOnly.php

11 lines
138 B
PHP
Raw Normal View History

<?php
namespace SilverStripe\Dev;
/**
* Classes that implement TestOnly are only to be used during testing
*/
interface TestOnly {
}