CakePHP1.3 with SimpleTest can\'t treat enum type column. How to resolve this problem.? Not开发者_高级运维ice: Schema generation error: invalid column type enum(
I\'m using PHP 5.3 and SimpleTest, but more general answers are welcome. Each plug-in will be a class which extends an abstract class... how do I test that this interface works properly? Do I have to
I\'m doing some work with CakePHP and want to use Hudson. I can run all kinds of plugins but I don\'t see anything for SimpleTest. Until Cake 2.0 comes out and they move to PH开发者_如何学编程PUnit, I
I\'m using simpleTest to write my PHP tests. I\'m writing a file upload plugin and was wondering how I may be testing it.
(Sorry if this is titled poorly.I\'m actually trying to accomplish two things - find out how the current directory can get changed in PHP, and fix a bug in Simpletest running on WAMP.)
I am using simpletest, the php scriptable browser and trying to test submit a form that is in array format so its like this:
I am new to using simpl开发者_StackOverflow社区etest: http://www.simpletest.org/ for PHP and am using PHP 5.2* on my server, when I try to set up an initial test script based on their demo, I get a pa
So this is my dilemma - I am using the excellent codeigniter-simpletest library by Eric Barnes (http://github.com/ericbarnes/codeigniter-simpletest). Its perfect for my purposes, as it adds an endpoin
I am trying to get into the habit of writing a unit test before the actual class. What are some pointers the stack overflow community can give me along wit开发者_如何学编程h any useful resources.
public function getAvailableVideosByRfid($rfid, $count=200) { $query=\"SELECT id FROM sometable WHERE rfid=\'$rfid\'\";