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/repository | |
| 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/repository')
22 files changed, 22 insertions, 0 deletions
diff --git a/crates/shirabe/tests/repository/array_repository_test.rs b/crates/shirabe/tests/repository/array_repository_test.rs new file mode 100644 index 00000000..a239eff1 --- /dev/null +++ b/crates/shirabe/tests/repository/array_repository_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Repository/ArrayRepositoryTest.php diff --git a/crates/shirabe/tests/repository/artifact_repository_test.rs b/crates/shirabe/tests/repository/artifact_repository_test.rs new file mode 100644 index 00000000..cda20440 --- /dev/null +++ b/crates/shirabe/tests/repository/artifact_repository_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Repository/ArtifactRepositoryTest.php diff --git a/crates/shirabe/tests/repository/composer_repository_test.rs b/crates/shirabe/tests/repository/composer_repository_test.rs new file mode 100644 index 00000000..627027ac --- /dev/null +++ b/crates/shirabe/tests/repository/composer_repository_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Repository/ComposerRepositoryTest.php diff --git a/crates/shirabe/tests/repository/composite_repository_test.rs b/crates/shirabe/tests/repository/composite_repository_test.rs new file mode 100644 index 00000000..cc8ddf2c --- /dev/null +++ b/crates/shirabe/tests/repository/composite_repository_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Repository/CompositeRepositoryTest.php diff --git a/crates/shirabe/tests/repository/filesystem_repository_test.rs b/crates/shirabe/tests/repository/filesystem_repository_test.rs new file mode 100644 index 00000000..83f879df --- /dev/null +++ b/crates/shirabe/tests/repository/filesystem_repository_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Repository/FilesystemRepositoryTest.php diff --git a/crates/shirabe/tests/repository/filter_repository_test.rs b/crates/shirabe/tests/repository/filter_repository_test.rs new file mode 100644 index 00000000..bbb46c5d --- /dev/null +++ b/crates/shirabe/tests/repository/filter_repository_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Repository/FilterRepositoryTest.php diff --git a/crates/shirabe/tests/repository/installed_repository_test.rs b/crates/shirabe/tests/repository/installed_repository_test.rs new file mode 100644 index 00000000..510923a6 --- /dev/null +++ b/crates/shirabe/tests/repository/installed_repository_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Repository/InstalledRepositoryTest.php diff --git a/crates/shirabe/tests/repository/path_repository_test.rs b/crates/shirabe/tests/repository/path_repository_test.rs new file mode 100644 index 00000000..93ef6bf5 --- /dev/null +++ b/crates/shirabe/tests/repository/path_repository_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Repository/PathRepositoryTest.php diff --git a/crates/shirabe/tests/repository/platform_repository_test.rs b/crates/shirabe/tests/repository/platform_repository_test.rs new file mode 100644 index 00000000..d4028b1a --- /dev/null +++ b/crates/shirabe/tests/repository/platform_repository_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Repository/PlatformRepositoryTest.php diff --git a/crates/shirabe/tests/repository/repository_factory_test.rs b/crates/shirabe/tests/repository/repository_factory_test.rs new file mode 100644 index 00000000..b8784490 --- /dev/null +++ b/crates/shirabe/tests/repository/repository_factory_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Repository/RepositoryFactoryTest.php diff --git a/crates/shirabe/tests/repository/repository_manager_test.rs b/crates/shirabe/tests/repository/repository_manager_test.rs new file mode 100644 index 00000000..6af58e85 --- /dev/null +++ b/crates/shirabe/tests/repository/repository_manager_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Repository/RepositoryManagerTest.php diff --git a/crates/shirabe/tests/repository/repository_utils_test.rs b/crates/shirabe/tests/repository/repository_utils_test.rs new file mode 100644 index 00000000..b732b42a --- /dev/null +++ b/crates/shirabe/tests/repository/repository_utils_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Repository/RepositoryUtilsTest.php diff --git a/crates/shirabe/tests/repository/vcs/forgejo_driver_test.rs b/crates/shirabe/tests/repository/vcs/forgejo_driver_test.rs new file mode 100644 index 00000000..9b9760ab --- /dev/null +++ b/crates/shirabe/tests/repository/vcs/forgejo_driver_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Repository/Vcs/ForgejoDriverTest.php diff --git a/crates/shirabe/tests/repository/vcs/fossil_driver_test.rs b/crates/shirabe/tests/repository/vcs/fossil_driver_test.rs new file mode 100644 index 00000000..9cfb4a78 --- /dev/null +++ b/crates/shirabe/tests/repository/vcs/fossil_driver_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Repository/Vcs/FossilDriverTest.php diff --git a/crates/shirabe/tests/repository/vcs/git_bitbucket_driver_test.rs b/crates/shirabe/tests/repository/vcs/git_bitbucket_driver_test.rs new file mode 100644 index 00000000..2c6d4278 --- /dev/null +++ b/crates/shirabe/tests/repository/vcs/git_bitbucket_driver_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Repository/Vcs/GitBitbucketDriverTest.php diff --git a/crates/shirabe/tests/repository/vcs/git_driver_test.rs b/crates/shirabe/tests/repository/vcs/git_driver_test.rs new file mode 100644 index 00000000..c915947c --- /dev/null +++ b/crates/shirabe/tests/repository/vcs/git_driver_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Repository/Vcs/GitDriverTest.php diff --git a/crates/shirabe/tests/repository/vcs/github_driver_test.rs b/crates/shirabe/tests/repository/vcs/github_driver_test.rs new file mode 100644 index 00000000..fd27768d --- /dev/null +++ b/crates/shirabe/tests/repository/vcs/github_driver_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Repository/Vcs/GitHubDriverTest.php diff --git a/crates/shirabe/tests/repository/vcs/gitlab_driver_test.rs b/crates/shirabe/tests/repository/vcs/gitlab_driver_test.rs new file mode 100644 index 00000000..7543394c --- /dev/null +++ b/crates/shirabe/tests/repository/vcs/gitlab_driver_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Repository/Vcs/GitLabDriverTest.php diff --git a/crates/shirabe/tests/repository/vcs/hg_driver_test.rs b/crates/shirabe/tests/repository/vcs/hg_driver_test.rs new file mode 100644 index 00000000..30be4859 --- /dev/null +++ b/crates/shirabe/tests/repository/vcs/hg_driver_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Repository/Vcs/HgDriverTest.php diff --git a/crates/shirabe/tests/repository/vcs/perforce_driver_test.rs b/crates/shirabe/tests/repository/vcs/perforce_driver_test.rs new file mode 100644 index 00000000..68e251f8 --- /dev/null +++ b/crates/shirabe/tests/repository/vcs/perforce_driver_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Repository/Vcs/PerforceDriverTest.php diff --git a/crates/shirabe/tests/repository/vcs/svn_driver_test.rs b/crates/shirabe/tests/repository/vcs/svn_driver_test.rs new file mode 100644 index 00000000..ad85dc7b --- /dev/null +++ b/crates/shirabe/tests/repository/vcs/svn_driver_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Repository/Vcs/SvnDriverTest.php diff --git a/crates/shirabe/tests/repository/vcs_repository_test.rs b/crates/shirabe/tests/repository/vcs_repository_test.rs new file mode 100644 index 00000000..a830f0ec --- /dev/null +++ b/crates/shirabe/tests/repository/vcs_repository_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Repository/VcsRepositoryTest.php |
