>> 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.
OK, I understood thanks for enlightenment > Remember to add markTestSkipped() in other similar cases in order to not > "break the build" ;) Yes, I will go through the testcases one day and do this for all. We have several testcases which do some executions, but don't assert anything. These should get markTestSkipped too in most cases I guess Cheers christian > > Knut > >
