Inheritance: implements Phprest\Service\Serviceable
Esempio n. 1
0
 public function testGetter()
 {
     $service = new Service();
     $service->register($this->continer, new Config('anotherLoggerName'));
     $this->assertEquals('anotherLoggerName', $this->serviceLogger()->getName());
 }