diff options
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 |
