summaryrefslogtreecommitdiff
path: root/tests/classes/autoload_interface.inc
blob: 6e696f36bf00056ac02a7df8eab53bf3149bb761 (plain)
1
2
3
4
5
6
7
<?php

interface autoload_interface {
    function testFunction();
}

?>