This repository has been archived on 2025-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
szurubooru/tests/ITestRunner.php
2014-05-18 21:32:47 +02:00

5 lines
56 B
PHP

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