diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-21 03:51:59 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-21 03:51:59 +0900 |
| commit | 27b73a9d4e27027bd34c0068989ce0609bdc6e9f (patch) | |
| tree | d23681a1a78ba3c75d8b3eff738a0ad10c50f926 /crates/shirabe/tests/command/main.rs | |
| parent | 25d368d3edf77fe9833c7d2cdefc6242cfec8ebe (diff) | |
| download | php-shirabe-27b73a9d4e27027bd34c0068989ce0609bdc6e9f.tar.gz php-shirabe-27b73a9d4e27027bd34c0068989ce0609bdc6e9f.tar.zst php-shirabe-27b73a9d4e27027bd34c0068989ce0609bdc6e9f.zip | |
test: port ClassLoader/HttpDownloader/Reinstall command tests
ClassLoader::getPrefixes verified; loadClass/serializability rely on PHP
runtime class loading and serialize() (stubbed). HttpDownloader and Reinstall
need curl/ApplicationTester (stubbed). Wires up the autoload test target.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests/command/main.rs')
| -rw-r--r-- | crates/shirabe/tests/command/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/shirabe/tests/command/main.rs b/crates/shirabe/tests/command/main.rs index fd40768..381649a 100644 --- a/crates/shirabe/tests/command/main.rs +++ b/crates/shirabe/tests/command/main.rs @@ -3,3 +3,4 @@ mod audit_command_test; mod clear_cache_command_test; mod diagnose_command_test; mod exec_command_test; +mod reinstall_command_test; |
