コード例 #1
0
 public function testGetCachedModules()
 {
     $this->assertTrue(is_array($modules = $this->repository->getCached()));
     $this->assertEquals($this->repository->count(), 2);
 }
コード例 #2
0
ファイル: _ide_helper.php プロジェクト: valik619/find-out.dev
 /**
  * Get cached modules.
  *
  * @return array 
  * @static 
  */
 public static function getCached()
 {
     return \Pingpong\Modules\Repository::getCached();
 }