diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-21 05:13:03 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-21 05:13:03 +0900 |
| commit | 3efcd8d338aa49efb0c9075c0f7a4dd4e4138b7d (patch) | |
| tree | b18aeb4b6b98ea2c74450b8c38e99c7607bd66c0 /crates/shirabe/tests/plugin/main.rs | |
| parent | 25f96cab45f5da4fba2ef0486a0b0bc8f7ca87b0 (diff) | |
| download | php-shirabe-3efcd8d338aa49efb0c9075c0f7a4dd4e4138b7d.tar.gz php-shirabe-3efcd8d338aa49efb0c9075c0f7a4dd4e4138b7d.tar.zst php-shirabe-3efcd8d338aa49efb0c9075c0f7a4dd4e4138b7d.zip | |
test: port package archiver/loader/version/locker and PluginInstaller stubs
All ignored: ArrayLoader/ValidatingArrayLoader/VersionSelector parse
constraints via a look-around regex; ArchiveManager uses PharData (todo!());
ArchivableFilesFinder/VersionGuesser/Locker mock git/process/IO; the plugin API
is not implemented (TODO(plugin)). Wires up the plugin test target.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests/plugin/main.rs')
| -rw-r--r-- | crates/shirabe/tests/plugin/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/shirabe/tests/plugin/main.rs b/crates/shirabe/tests/plugin/main.rs new file mode 100644 index 0000000..4470522 --- /dev/null +++ b/crates/shirabe/tests/plugin/main.rs @@ -0,0 +1 @@ +mod plugin_installer_test; |
