Skip to content

Commit 8edfb69

Browse files
committed
Update test url path
1 parent 19bdf9a commit 8edfb69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPCurlClass/helper.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
class Test {
3-
const TEST_URL = 'https://127.0.0.1/php-curl-class/tests/server.php';
3+
const TEST_URL = 'https://127.0.0.1/php-curl-class/tests/PHPCurlClass/server.php';
44
const ERROR_URL = 'https://1.2.3.4/';
55

66
function __construct() {

0 commit comments

Comments
 (0)