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

testWithWrongConfig() public method

public testWithWrongConfig ( )
    public function testWithWrongConfig()
    {
        $service = new Service();
        $service->register($this->continer, new SampleConfig());
    }