Esempio n. 1
0
 public function afterSave()
 {
     try {
         CombineAssets::resetCache();
     } catch (Exception $ex) {
     }
 }
Esempio n. 2
0
 public function testResetCache()
 {
     $combiner = new CombineAssets();
     $this->assertNull($combiner->resetCache());
 }
Esempio n. 3
0
 public function setUp()
 {
     parent::setUp();
     CombineAssets::resetCache();
 }