mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 08:09:18 +02:00
Add integration tests (Phase 2: DatabaseExtended, ShareLinkExtended, RateLimitExtended) and controller validation tests (Phase 3: ThesisCreate, ThesisEdit, AutofocusField)
This commit is contained in:
@@ -15,3 +15,6 @@ define('APP_ROOT', realpath(__DIR__ . '/../app'));
|
||||
|
||||
// Storage directory for tests — use app/storage/
|
||||
define('STORAGE_ROOT', APP_ROOT . '/storage');
|
||||
|
||||
// Test helpers
|
||||
require_once __DIR__ . '/TestDatabase.php';
|
||||
|
||||
Reference in New Issue
Block a user