szurubooru/tests
Marcin Kurczewski 72fef5686b Fixed user settings across sessions
When getting settings from database, running across NULL loads default
setting for given option. Becuase entity unserializer always returned
NULLs instead of FALSEs due to bug in TextHelper, it ended up always
loading default settings (but only after reloading entity, setting it in
the settings page worked correctly until relog).

This fix is closely related to fde6fc2.
2014-05-19 09:58:08 +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 Fixed user settings across sessions 2014-05-19 09:58:08 +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