Esempio n. 1
0
 public function testChangePluginBroker()
 {
     $broker = new Cache\Storage\PluginBroker();
     Cache\StorageFactory::setPluginBroker($broker);
     $this->assertSame($broker, Cache\StorageFactory::getPluginBroker());
 }