The testing tag has no wiki summary.
0
votes
2answers
225 views
Publishing Wordpress from stage to production server
I'm having trouble configuring wp-config.php correctly in a staged server environment. I'm being told that I should be working in my stage environment for Wordpress with an example address of ...
3
votes
1answer
61 views
WP_UnitTestCase missing?
I was looking at tests for wordpress and some, if not all the classes have WP_UnitTestCase but I cannot find the class, why do I care? I have downloaded The most up to date version of this from github ...
1
vote
1answer
92 views
Can I get at WordPress code from inside a Selenium test?
I'm writing unit tests using PHPUnit and WP_UnitTestCase, and using Selenium for front-end testing.
My Selenium test classes merrily click around my pages without trouble. What would be truly useful, ...
0
votes
1answer
35 views
can I run the test suite without a web server?
I'm trying to set up a Test Driven Development environment and I was wondering if it's possible to run the WordPress test suite without a web server. I'm on a mac (10.7.5) and I've set up phpunit and ...
-1
votes
1answer
69 views
How can I debug my database connection for unit testing?
I've set up a wordpress environment on my Mac with MAMP and I'm running 3.5.1 locally (i.e. http://localhost:8888/blog works). I'm trying to run the unit test suit from wordpress.org and having ...