public function setUp()
 {
     $this->mock = $this->getMock(Controller::class, [], ['mock', null]);
     $this->mock->attachBehavior('responseFormat', ['class' => ResponseFormatBehavior::class]);
 }
 public function setUp()
 {
     $this->mock = $this->getMock(Controller::class, [], ['mock', null]);
     $this->mock->attachBehavior('queryLanguage', ['class' => QueryLanguageBehavior::class]);
 }