コード例 #1
0
ファイル: EventMessageTest.php プロジェクト: novuso/common
 public function test_that_type_returns_expected_instance()
 {
     $this->assertSame('event', $this->message->type()->value());
 }