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 0000000..a239eff --- /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 0000000..cda2044 --- /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 0000000..627027a --- /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 0000000..cc8ddf2 --- /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 0000000..83f879d --- /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 0000000..bbb46c5 --- /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 0000000..510923a --- /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 0000000..93ef6bf --- /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 0000000..d4028b1 --- /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 0000000..b878449 --- /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 0000000..6af58e8 --- /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 0000000..b732b42 --- /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 0000000..9b9760a --- /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 0000000..9cfb4a7 --- /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 0000000..2c6d427 --- /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 0000000..c915947 --- /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 0000000..fd27768 --- /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 0000000..7543394 --- /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 0000000..30be485 --- /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 0000000..68e251f --- /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 0000000..ad85dc7 --- /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 0000000..a830f0e --- /dev/null +++ b/crates/shirabe/tests/repository/vcs_repository_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Repository/VcsRepositoryTest.php |
