From 329da67ad6ba5c1f581212dd0a124854d9a86d5a Mon Sep 17 00:00:00 2001 From: philipp lang Date: Sun, 5 Feb 2023 23:38:28 +0100 Subject: [PATCH] Lint --- tests/TestCase.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/TestCase.php b/tests/TestCase.php index 3ce12229..07cb040b 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -100,9 +100,7 @@ abstract class TestCase extends BaseTestCase public function stubIo(string $class, callable $mocker): self { $mock = Phake::mock($class); - $mocker($mock); - app()->instance($class, $mock); return $this;