Update test url

This commit is contained in:
Zach Borboa
2014-03-03 22:13:08 -08:00
parent e68c6cad09
commit 0e3a1b3b51
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
class Test {
const TEST_URL = 'https://127.0.0.1/php-curl-class/tests/PHPCurlClass/server.php';
const TEST_URL = 'http://127.0.0.1:8000/';
const ERROR_URL = 'https://1.2.3.4/';
function __construct() {