Update test url path

This commit is contained in:
Zach Borboa
2014-03-03 20:49:32 -08:00
parent 19bdf9a3c2
commit 8edfb697f4
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
class Test {
const TEST_URL = 'https://127.0.0.1/php-curl-class/tests/server.php';
const TEST_URL = 'https://127.0.0.1/php-curl-class/tests/PHPCurlClass/server.php';
const ERROR_URL = 'https://1.2.3.4/';
function __construct() {