diff options
Diffstat (limited to 'crates/shirabe/tests/json')
5 files changed, 5 insertions, 0 deletions
diff --git a/crates/shirabe/tests/json/composer_schema_test.rs b/crates/shirabe/tests/json/composer_schema_test.rs new file mode 100644 index 0000000..abf310f --- /dev/null +++ b/crates/shirabe/tests/json/composer_schema_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Json/ComposerSchemaTest.php diff --git a/crates/shirabe/tests/json/json_file_test.rs b/crates/shirabe/tests/json/json_file_test.rs new file mode 100644 index 0000000..99793ef --- /dev/null +++ b/crates/shirabe/tests/json/json_file_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Json/JsonFileTest.php diff --git a/crates/shirabe/tests/json/json_formatter_test.rs b/crates/shirabe/tests/json/json_formatter_test.rs new file mode 100644 index 0000000..78eb01b --- /dev/null +++ b/crates/shirabe/tests/json/json_formatter_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Json/JsonFormatterTest.php diff --git a/crates/shirabe/tests/json/json_manipulator_test.rs b/crates/shirabe/tests/json/json_manipulator_test.rs new file mode 100644 index 0000000..491646b --- /dev/null +++ b/crates/shirabe/tests/json/json_manipulator_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Json/JsonManipulatorTest.php diff --git a/crates/shirabe/tests/json/json_validation_exception_test.rs b/crates/shirabe/tests/json/json_validation_exception_test.rs new file mode 100644 index 0000000..12620ba --- /dev/null +++ b/crates/shirabe/tests/json/json_validation_exception_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Json/JsonValidationExceptionTest.php |
