コード例 #1
0
ファイル: SimpleTest.php プロジェクト: lucatume/idlikethis
 protected function make_instance()
 {
     return new Simple($this->render_engine->reveal(), $this->text_provider->reveal(), $this->context->reveal());
 }
コード例 #2
0
 protected function make_instance()
 {
     return new UserContentShortcode($this->render_engine->reveal(), $this->text_provider->reveal(), $this->context->reveal());
 }