aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-06-20 14:47:31 +0900
committernsfisis <nsfisis@gmail.com>2026-06-20 15:08:49 +0900
commitdc43cb1c663378130d727d9cee414a6a37433047 (patch)
tree73959dd1b293d42caa45239914d1c22cc67fafa8 /crates/shirabe/tests
parentc854041bfca63f39ace6f0c01892e81889f90bb3 (diff)
downloadphp-shirabe-dc43cb1c663378130d727d9cee414a6a37433047.tar.gz
php-shirabe-dc43cb1c663378130d727d9cee414a6a37433047.tar.zst
php-shirabe-dc43cb1c663378130d727d9cee414a6a37433047.zip
feat(php-shim): implement dirname()
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests')
-rw-r--r--crates/shirabe/tests/cli.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/shirabe/tests/cli.rs b/crates/shirabe/tests/cli.rs
index 196e93b..9fd6470 100644
--- a/crates/shirabe/tests/cli.rs
+++ b/crates/shirabe/tests/cli.rs
@@ -129,7 +129,6 @@ run_no_panic_tests! {
run_audit => "audit",
#[ignore = "currently panics"]
run_browse => "browse",
- #[ignore = "currently panics"]
run_bump => "bump",
#[ignore = "currently panics"]
run_check_platform_reqs => "check-platform-reqs",
@@ -182,6 +181,5 @@ run_no_panic_tests! {
run_suggests => "suggests",
#[ignore = "currently panics"]
run_update => "update",
- #[ignore = "currently panics"]
run_validate => "validate",
}