コード例 #1
0
ファイル: ViewEventTest.php プロジェクト: php-lug/lug
 public function testInitialState()
 {
     $this->assertSame($this->resource, $this->event->getResource());
     $this->assertSame($this->action, $this->event->getAction());
     $this->assertSame($this->view, $this->event->getView());
 }