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

6 lines
56 B
PHP

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