szurubooru/tests/ITestRunner.php
2014-05-18 21:32:47 +02:00

5 lines
56 B
PHP

<?php
interface ITestRunner
{
public function run();
}