Skip to content

Commit 20634ae

Browse files
committed
Bump code coverage back to 100%
1 parent 3bdb5b8 commit 20634ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ProcessedCommandTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ public function testGetApplicableStrategy()
2626

2727
self::assertSame($parameterStrategy, $processedCommand->getApplicableStrategy());
2828
self::assertSame(['ing'], $processedCommand->getConvertedParameters());
29+
self::assertSame([$this, 'foo'], $processedCommand->getCallback());
2930
}
3031
}

0 commit comments

Comments
 (0)