Phprest\Service\Logger\LoggerTest::testWithWrongConfig PHP 메소드

testWithWrongConfig() 공개 메소드

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