Ejemplo n.º 1
0
 /**
  * @expectedException \LogicException
  * @expectedExceptionMessage Process trigger cache provider is not defined
  */
 public function testBuildNoProvider()
 {
     $this->cache->build();
 }