/**
  * @return void
  */
 public function testGetContext()
 {
     $this->assertSame($this->contextMock, $this->abstractComponent->getContext());
 }