Exemplo n.º 1
0
 public function testGetContext()
 {
     $context = $this->getContext();
     $model = new SampleModel();
     $model->initialize($context);
     $mContext = $model->getContext();
     $this->assertSame($mContext, $context);
 }