szurubooru/tests/run-all.php

7 lines
152 B
PHP
Raw Normal View History

2014-05-04 21:23:12 +02:00
<?php
2014-05-06 11:18:04 +02:00
require_once __DIR__ . '/../src/core.php';
\Chibi\Autoloader::registerFileSystem(__DIR__);
2014-05-16 16:52:32 +02:00
$runner = new SzurubooruTestRunner();
$runner->run();