コード例 #1
0
ファイル: ThemeData.php プロジェクト: aaronleslie/aaronunix
 public function afterSave()
 {
     try {
         CombineAssets::resetCache();
     } catch (Exception $ex) {
     }
 }
コード例 #2
0
ファイル: CombineAssetsTest.php プロジェクト: nnmer/october
 public function testResetCache()
 {
     $combiner = new CombineAssets();
     $this->assertNull($combiner->resetCache());
 }
コード例 #3
0
 public function setUp()
 {
     parent::setUp();
     CombineAssets::resetCache();
 }