silverstripe-framework/src/Dev/TestOnly.php

12 lines
138 B
PHP
Raw Permalink Normal View History

<?php
namespace SilverStripe\Dev;
/**
* Classes that implement TestOnly are only to be used during testing
*/
2016-11-29 00:31:16 +01:00
interface TestOnly
{
}