
1 Aug
2013
1 Aug
'13
1:03 p.m.
Hi Dne Wed, 31 Jul 2013 23:50:33 +0800 adam <adamgsoc2013@gmail.com> napsal(a):
I am writing unit test cases for DBI classes. in the code base: [1], including DBI class: * DBIMysql.class.php * DBIMysqli.class.php
But I have no idea how to test them. two methods: 1. Mock built-in PHP DB client API ( ig: mysql_connect) they call PHP DB client API finally, but I don't know how I can mock this kind of built-in functions
You can use runkit to replace them for testing. -- Michal Čihař | http://cihar.com | http://blog.cihar.com