mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR: Fixed WebserverRoutingTest by ensuring that it's not using an out-of-date manifest file. (from r89123)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@89216 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
675e841c6e
commit
16189a4697
@ -17,7 +17,7 @@ class WebserverRoutingTest extends SapphireTest {
|
|||||||
function testCanAccessWebserverThroughCurl() {
|
function testCanAccessWebserverThroughCurl() {
|
||||||
if(!function_exists('curl_init')) return;
|
if(!function_exists('curl_init')) return;
|
||||||
|
|
||||||
$url = Director::absoluteBaseURL() . 'WebserverRoutingTest_Controller/?usetestmanifest=1';
|
$url = Director::absoluteBaseURL() . 'WebserverRoutingTest_Controller/?usetestmanifest=1&flush=1';
|
||||||
|
|
||||||
$ch = curl_init();
|
$ch = curl_init();
|
||||||
curl_setopt ($ch, CURLOPT_URL,$url );
|
curl_setopt ($ch, CURLOPT_URL,$url );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user