[Phpmyadmin-devel] writing unit tests to sql.lib.php

adam adamgsoc2013 at gmail.com
Fri Jul 26 03:37:54 CEST 2013


Hi,

>Hi,
>I am trying to write unit tests for libraries/sql.lib.php script. I tried
>several times to write successful test cases  but I was not successful. I
>think it is because I am missing some variable initialization. I tried to
>find where I am missing but I was not successful. I would appreciate if
>someone can provide me a sample test case for a method (for example
>PMA_getNewDatabase method in sql.lib.php) or any reference that I can refer
>to gain the required knowledge.
>

You can do variable initialization on the Setup function, Look the code example here:
https://github.com/adamgsoc2013/phpmyadmin/blob/ed36426b8863645076a3bc6ed6bf88b7de7b6973/test/classes/PMA_TableSearch_test.php#L38

>Thank you
>Regards Supun
>

Thanks,
Adam


More information about the Developers mailing list