szuru/tests/ITestRunner.php

6 lines
56 B
PHP
Raw Permalink Normal View History

2014-05-15 09:39:48 +02:00
<?php
interface ITestRunner
{
public function run();
}