getList() 공개 메소드

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