Page MenuHomeDevCentral

No OneTemporary

diff --git a/DevCentralTest.php b/DevCentralTest.php
index ffbf658..4b326f8 100644
--- a/DevCentralTest.php
+++ b/DevCentralTest.php
@@ -1,20 +1,20 @@
<?php
require_once 'traits/assertHttp.php';
class DevCentralTest extends PHPUnit\Framework\TestCase {
use assertHttp;
public function testWebsiteIsUp () {
$this->assertHttpResponseCode(200, 'https://devcentral.nasqueron.org', "DevCentral HTTPS issue.");
$this->assertHttpResponseCode(500, 'https://phabricator-files-for-devcentral-nasqueron.spacetechnology.net', "DevCentral alternative domain should return a 500 error code for homepage. Check phabricator.base-uri isn't empty.");
}
public function testNginxRedirectsHttpToHttps () {
$this->assertHttpResponseCode(301, 'http://devcentral.nasqueron.org', 'Nginx should redirect http to https with a 301 code.');
}
public function testAphlictIsUp () {
- $this->assertHttpResponseCode(405, 'http://dwellers.nasqueron.org:22281/', 'Aphlict server seems down. Check if the aphlict container is launched on the Docker engine.');
+ $this->assertHttpResponseCode(405, 'http://equatower.nasqueron.org:22281/', 'Aphlict server seems down. Check if the aphlict container is launched on the Docker engine.');
}
}

File Metadata

Mime Type
text/x-diff
Expires
Tue, Jul 29, 14:29 (11 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2853136
Default Alt Text
(1 KB)

Event Timeline