示例#1
0
 /**
  * @expectedException CM_Exception_Invalid
  * @expectedExceptionMessage does not support caching
  */
 public function testClearCacheNotImplemented()
 {
     $pagingSource = new CM_PagingSource_Array(range(1, 10));
     $pagingSource->clearCache();
 }