Exemplo n.º 1
0
 public function testGetLoggerCallable()
 {
     $loggerCallable = function () {
     };
     $mandango = new Mandango($this->metadataFactory, $this->cache, $loggerCallable);
     $this->assertSame($loggerCallable, $mandango->getLoggerCallable());
 }