Phprest\Service\Logger\LoggerTest::testGetter PHP Method

testGetter() public method

public testGetter ( )
    public function testGetter()
    {
        $service = new Service();
        $service->register($this->continer, new Config('anotherLoggerName'));
        $this->assertEquals('anotherLoggerName', $this->serviceLogger()->getName());
    }