diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-20 23:47:43 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-21 00:19:14 +0900 |
| commit | a01e3a45d1b183ee7fe9ca45543b0663d5995faa (patch) | |
| tree | dcfebf464a987dc6eba7365a37c5af18393452f2 /crates/shirabe/tests/platform | |
| parent | 84655bf3a4a21dbbe7aec8e3aee1e661505bbb6d (diff) | |
| download | php-shirabe-a01e3a45d1b183ee7fe9ca45543b0663d5995faa.tar.gz php-shirabe-a01e3a45d1b183ee7fe9ca45543b0663d5995faa.tar.zst php-shirabe-a01e3a45d1b183ee7fe9ca45543b0663d5995faa.zip | |
test: add empty test files
Diffstat (limited to 'crates/shirabe/tests/platform')
| -rw-r--r-- | crates/shirabe/tests/platform/hhvm_detector_test.rs | 1 | ||||
| -rw-r--r-- | crates/shirabe/tests/platform/runtime_test.rs | 1 | ||||
| -rw-r--r-- | crates/shirabe/tests/platform/version_test.rs | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/crates/shirabe/tests/platform/hhvm_detector_test.rs b/crates/shirabe/tests/platform/hhvm_detector_test.rs new file mode 100644 index 0000000..11cb28c --- /dev/null +++ b/crates/shirabe/tests/platform/hhvm_detector_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Platform/HhvmDetectorTest.php diff --git a/crates/shirabe/tests/platform/runtime_test.rs b/crates/shirabe/tests/platform/runtime_test.rs new file mode 100644 index 0000000..1fbb628 --- /dev/null +++ b/crates/shirabe/tests/platform/runtime_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Platform/RuntimeTest.php diff --git a/crates/shirabe/tests/platform/version_test.rs b/crates/shirabe/tests/platform/version_test.rs new file mode 100644 index 0000000..fc247f6 --- /dev/null +++ b/crates/shirabe/tests/platform/version_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Platform/VersionTest.php |
