Exemplo n.º 1
0
 public function testRegisterCollection()
 {
     $this->assets->registerCollection('debugger', ['/system/assets/debugger.css']);
     $this->assertTrue($this->assets->exists('debugger'));
     $this->assertTrue(in_array('debugger', array_keys($this->assets->getCollections())));
 }