Page MenuHomeDevCentral

D1806.diff
No OneTemporary

D1806.diff

diff --git a/TommyTest.php b/TommyTest.php
--- a/TommyTest.php
+++ b/TommyTest.php
@@ -6,12 +6,8 @@
use assertHttp;
public function testIsLive () {
- $this->assertHttpResponseCode(200, 'http://builds.nasqueron.org', 'Tommy looks down.');
- $this->assertHttpResponseCode(404, 'http://builds.nasqueron.org/notexisting', 'A 404 code were expected for a not existing page.');
- }
-
- public function testSSL () {
- $this->assertHttpResponseCode(200, 'https://builds.nasqueron.org/', "Tommy HTTPS issue.");
+ $this->assertHttpResponseCode(200, 'https://builds.nasqueron.org', 'Tommy looks down.');
+ $this->assertHttpResponseCode(404, 'https://builds.nasqueron.org/notexisting', 'A 404 code were expected for a not existing page.');
}
public function testAlive () {

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 17, 07:56 (20 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2248930
Default Alt Text
D1806.diff (827 B)

Event Timeline