Skip to content

Commit 0d7dcd0

Browse files
committed
refactor: 不要なテストの削除
- を削除 - このテストはPHPStanの静的解析でカバーされているため不要と判断
1 parent 266d426 commit 0d7dcd0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/OkTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -273,9 +273,4 @@ public function testChainingOperations(): void
273273
$this->assertSame(22, $result->unwrap()); // (10 * 2) + 5 - 3 = 22
274274
}
275275

276-
public function testOkImplementsResultInterface(): void
277-
{
278-
$ok = new Ok(42);
279-
$this->assertInstanceOf(Result::class, $ok);
280276
}
281-
}

0 commit comments

Comments
 (0)