summaryrefslogtreecommitdiffstats
path: root/test/PCurlTest.php
diff options
context:
space:
mode:
authorpurplecode <niespammnie@gmail.com>2013-12-08 12:45:51 +0100
committerpurplecode <niespammnie@gmail.com>2013-12-08 12:45:51 +0100
commitb3dd84112bc841f071d4df0345cef5e8194fc148 (patch)
treee5222ffab662479aa025fc6e03ae3d1662395eb6 /test/PCurlTest.php
parenta55106c4782fc7b503e150d3a3a7cec1faaacf7b (diff)
downloadphp.curl-b3dd84112bc841f071d4df0345cef5e8194fc148.zip
php.curl-b3dd84112bc841f071d4df0345cef5e8194fc148.tar.gz
php.curl-b3dd84112bc841f071d4df0345cef5e8194fc148.tar.bz2
namespace fix
Diffstat (limited to 'test/PCurlTest.php')
-rw-r--r--test/PCurlTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/PCurlTest.php b/test/PCurlTest.php
index ec301e4..841603a 100644
--- a/test/PCurlTest.php
+++ b/test/PCurlTest.php
@@ -1,6 +1,6 @@
<?php
-require_once (dirname(__FILE__) . '/../src/PCurl.php');
+require_once (dirname(__FILE__) . '/../src/PurpleCode/PCurl/PCurl.php');
use PurpleCode\PCurl\PCurl;