getList() public method

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