/** * @expectedException InvalidArgumentException * @expectedExceptionMessage There is no list defined with id [abc] */ public function testGetListParamWithoutAdd() { $this->context->getList('abc'); }