ru_php/tests/classes/autoload_root.inc

11 lines
96 B
PHP

<?php
class autoload_root {
function testFunction()
{
return true;
}
}
?>