Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
msmakouz committed Feb 28, 2024
1 parent bd329ae commit 450de73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/src/DispatcherTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ public function testScope(): void
$binder->bind(\ArrayAccess::class, $this->createMock(\ArrayAccess::class));

$ref = new \ReflectionMethod($this->dispatcher, 'makeActivity');
$ref->invoke($this->dispatcher, new \ReflectionClass(SomeActivityWithScope::class));

$this->assertInstanceOf(
SomeActivityWithScope::class,
Expand Down

0 comments on commit 450de73

Please sign in to comment.