mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 19:19:19 +02:00
fix: remove Post-ERG branding → XAMXAM; drop legacy posterg nginx symlink in deploy script; rename posterg.db → xamxam.db
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Post-ERG Test Suite
|
||||
# XAMXAM Test Suite
|
||||
|
||||
Centralized test suite for the Post-ERG thesis management system.
|
||||
Centralized test suite for the XAMXAM thesis management system.
|
||||
|
||||
## 📁 Structure
|
||||
|
||||
@@ -145,7 +145,7 @@ just reset-db
|
||||
Successful test run:
|
||||
```
|
||||
╔════════════════════════════════════════════╗
|
||||
║ Post-ERG Test Suite ║
|
||||
║ XAMXAM Test Suite ║
|
||||
╚════════════════════════════════════════════╝
|
||||
|
||||
┌─────────────────────────────────────────┐
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
/**
|
||||
* Post-ERG Test Runner
|
||||
* XAMXAM Test Runner
|
||||
* Runs all tests in the tests/ directory
|
||||
*/
|
||||
|
||||
echo "╔════════════════════════════════════════════╗\n";
|
||||
echo "║ Post-ERG Test Suite ║\n";
|
||||
echo "║ XAMXAM Test Suite ║\n";
|
||||
echo "╚════════════════════════════════════════════╝\n\n";
|
||||
|
||||
$testFiles = [
|
||||
|
||||
Reference in New Issue
Block a user