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

9 lines
113 B
PHP

<?php
class SzurubooruTestOptions
{
public $cleanDatabase;
public $filter;
public $dbDriver;
public $help;
}