| 1 | <?php |
||
| 11 | class ShortNameStrategyTest extends \PHPUnit_Framework_TestCase |
||
| 12 | { |
||
| 13 | public function setUp() |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @test |
||
| 20 | * @group command_bus |
||
| 21 | */ |
||
| 22 | public function returns_matchable_name_of_given_command() |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @test |
||
| 31 | * @group command_bus |
||
| 32 | */ |
||
| 33 | public function returns_matchable_name_of_given_command_handler() |
||
| 40 | } |