Page MenuHomeDevCentral

D1807.diff
No OneTemporary

D1807.diff

diff --git a/AuthGroveTest.php b/AuthGroveTest.php
--- a/AuthGroveTest.php
+++ b/AuthGroveTest.php
@@ -22,7 +22,9 @@
}
public function testHomepage () {
- $content = file_get_contents('https://login.nasqueron.org');
+ $url = 'https://login.nasqueron.org';
+ $this->assertHttpResponseCode(200, $url);
+ $content = file_get_contents($url);
$this->assertContains('https://login.nasqueron.org/auth/', $content);
}
}

File Metadata

Mime Type
text/plain
Expires
Tue, Apr 29, 08:38 (20 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2614797
Default Alt Text
D1807.diff (468 B)

Event Timeline