szurubooru/tests
Marcin Kurczewski e59b7e8b7b Refactored privilege system a bit
- Jobs specify main privilege and sub privileges separately
  Rationale: increase maintenance, restrict what can be done runtime
- Renamed ChangeUser* to EditUser* (consistency with EditPost*)
- Simplified enum names and configuration reading
- IJob interface members must be explicitly implemented
  Rationale: reduce chances of forgetting something, or typos in
  inherited method names
- Invalid privileges names in configuration yield exceptions
2014-05-18 21:59:56 +02:00
..
Files Reorganized tests file structure 2014-05-13 21:16:28 +02:00
Support Refactored privilege system a bit 2014-05-18 21:59:56 +02:00
Tests Refactored privilege system a bit 2014-05-18 21:59:56 +02:00
.gitignore Improved test environment sandboxing 2014-05-07 17:58:23 +02:00
config.ini Fixed/refactored tag validation 2014-05-08 08:54:53 +02:00
help.txt Added help to test runner 2014-05-18 21:32:47 +02:00
ITestRunner.php Increased readability 2014-05-18 21:32:47 +02:00
ReflectionBasedTestRunner.php Increased readability 2014-05-18 21:32:47 +02:00
run-all.php Increased readability 2014-05-18 21:32:47 +02:00
SzurubooruTestOptions.php Added help to test runner 2014-05-18 21:32:47 +02:00
SzurubooruTestRunner.php Added help to test runner 2014-05-18 21:32:47 +02:00
TestResult.php Refactored TestRunner and core 2014-05-15 09:50:54 +02:00