Closed (fixed)
Project:
SimpleTest
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
31 Mar 2010 at 18:58 UTC
Updated:
19 Nov 2010 at 17:14 UTC
Jump to comment: Most recent file
Add staging test case to allow for "atomic" tests that can run against production and staging sites and thus do not replicate the database locally.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 758662-staging.patch | 4.78 KB | boombatower |
| #3 | 758662-staging.patch | 4.76 KB | boombatower |
| #1 | 758662-staging.patch | 4.76 KB | boombatower |
Comments
Comment #1
boombatower commentedComment #2
boombatower commentedWrong base class before.
Comment #3
boombatower commentedPatch would be nice.
Comment #4
boombatower commentedAllow for $this->stagingUrl to be set in test itself instead of variable.
Comment #5
boombatower commentedI gotta say, pretty slick.
Comment #6
scor commentedshouldn't this go into the simpletest-7.x-2.x issue queue for now so it can get committed? We don't have a Drupal 8.x committer yet and I bet when the time comes, the code from simpletest-7.x-2.x can be considered for inclusion into core 8.x.
Comment #7
boombatower commentedActually it has already been committed in 7.x-2.x so lets just move it there and more it fixed. We will need a general issue it merge 7.x-2.x with 8.x
Comment #9
scor commentedFor the records, DrupalStageTestCase was renamed to DrupalRemoteTestCase