/** * @depends testInitialize */ public function testProcess() { $this->controller->initialize(); $this->controller->process(); $this->assertNotEmpty($this->controller->getPlaceholder('_ctx')); }