cacert-testmgr/external/ZendFramework-1.9.5/tests/Zend/Reflection/_files/TestSampleInterface.php

15 lines
153 B
PHP
Raw Normal View History

<?php
/**
* License Info
*
* This is a test File docblock
*
* @author Ralph Schindler
*/
interface Zend_Reflection_TestSampleInterface
{
}