aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/repository/vcs/git_bitbucket_driver_test.rs
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-06-25 15:39:06 +0900
committernsfisis <nsfisis@gmail.com>2026-06-26 00:20:05 +0900
commit46ac7242d526e13707dc140b7244e0fadf2219b9 (patch)
treed65c6a48f4b8c8f1c6bdad848536b698cbf44f88 /crates/shirabe/tests/repository/vcs/git_bitbucket_driver_test.rs
parent3a883e6912e642a1bcfe68336007eae018207308 (diff)
downloadphp-shirabe-46ac7242d526e13707dc140b7244e0fadf2219b9.tar.gz
php-shirabe-46ac7242d526e13707dc140b7244e0fadf2219b9.tar.zst
php-shirabe-46ac7242d526e13707dc140b7244e0fadf2219b9.zip
test: un-ignore date-dependent vcs/advisory tests now that date_create works
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests/repository/vcs/git_bitbucket_driver_test.rs')
-rw-r--r--crates/shirabe/tests/repository/vcs/git_bitbucket_driver_test.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/shirabe/tests/repository/vcs/git_bitbucket_driver_test.rs b/crates/shirabe/tests/repository/vcs/git_bitbucket_driver_test.rs
index 944ef9a..5bf3ee4 100644
--- a/crates/shirabe/tests/repository/vcs/git_bitbucket_driver_test.rs
+++ b/crates/shirabe/tests/repository/vcs/git_bitbucket_driver_test.rs
@@ -122,7 +122,6 @@ fn test_get_root_identifier_wrong_scm_type() {
}
#[test]
-#[ignore = "blocked by shim: getComposerInformation -> get_change_date -> shirabe_php_shim::date_create is todo!()"]
fn test_driver() {
let SetUp { home, config } = set_up();
let _tear_down = TearDown::new(home.path().to_path_buf());
@@ -256,7 +255,6 @@ fn test_initialize_invalid_repository_url() {
}
#[test]
-#[ignore = "blocked by shim: getComposerInformation -> get_change_date -> shirabe_php_shim::date_create is todo!()"]
fn test_invalid_support_data() {
let SetUp { home, config } = set_up();
let _tear_down = TearDown::new(home.path().to_path_buf());