Christian Grobmeier wrote:
When clicking on appenders, it looks like PDOAppender is not tested.
is there anything to do for making this work? A testcase is available
Yes, that's right. The test case rely on pdo_sqlite extension. As you
may have noticed I added a markTestSkipped() if this extension is not
available in the current environment. I will have to install it later so
this test case is also executed.
Remember to add markTestSkipped() in other similar cases in order to not
"break the build" ;)
Knut