コード例 #1
0
 /**
  * @depends testInitialize
  */
 public function testProcess()
 {
     $this->controller->initialize();
     $this->controller->process();
     $this->assertNotEmpty($this->controller->getPlaceholder('_ctx'));
 }