szuru/tests/run-all.php
2014-08-23 15:35:22 +02:00

6 lines
136 B
PHP

<?php
require_once 'SzurubooruTestRunner.php';
$runner = new SzurubooruTestRunner();
$success = $runner->run();
exit($success ? 0 : 1);