예제 #1
0
파일: ModelTest.php 프로젝트: angejia/pea
 /**
  * 刷新当前表所有缓存
  */
 public function testFlushCache()
 {
     $this->meta->shouldReceive('flushAll')->with('angejia', 'user');
     User::flush();
 }