From 568d70a647fde25f583a37e2c109d4bdc70f84f3 Mon Sep 17 00:00:00 2001 From: askdkc Date: Sat, 8 Jul 2023 08:56:03 +0900 Subject: [PATCH] Delete NoDebugCommandLeftTest.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ローカルだと問題ないけど、CI上だと怒られるので削除 ```bash Call to a member function toBeUsed() on array at tests/NoDebugCommandLeftTest.php:5 1▕ expect(['dd', 'dump','ray']) ➜ 5▕ ->not->toBeUsed(); ``` --- tests/NoDebugCommandLeftTest.php | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 tests/NoDebugCommandLeftTest.php diff --git a/tests/NoDebugCommandLeftTest.php b/tests/NoDebugCommandLeftTest.php deleted file mode 100644 index 02e14ba..0000000 --- a/tests/NoDebugCommandLeftTest.php +++ /dev/null @@ -1,5 +0,0 @@ -expect(['dd', 'dump', 'ray']) - ->not->toBeUsed();