diff options
author | purplecode <niespammnie@gmail.com> | 2013-12-08 12:45:51 +0100 |
---|---|---|
committer | purplecode <niespammnie@gmail.com> | 2013-12-08 12:45:51 +0100 |
commit | b3dd84112bc841f071d4df0345cef5e8194fc148 (patch) | |
tree | e5222ffab662479aa025fc6e03ae3d1662395eb6 | |
parent | a55106c4782fc7b503e150d3a3a7cec1faaacf7b (diff) | |
download | php.curl-b3dd84112bc841f071d4df0345cef5e8194fc148.zip php.curl-b3dd84112bc841f071d4df0345cef5e8194fc148.tar.gz php.curl-b3dd84112bc841f071d4df0345cef5e8194fc148.tar.bz2 |
namespace fix
-rw-r--r-- | src/PurpleCode/PCurl/PCurl.php (renamed from src/PCurl.php) | 0 | ||||
-rw-r--r-- | src/PurpleCode/PCurl/PCurlException.php (renamed from src/PCurlException.php) | 0 | ||||
-rw-r--r-- | test/PCurlTest.php | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/src/PCurl.php b/src/PurpleCode/PCurl/PCurl.php index 7102661..7102661 100644 --- a/src/PCurl.php +++ b/src/PurpleCode/PCurl/PCurl.php diff --git a/src/PCurlException.php b/src/PurpleCode/PCurl/PCurlException.php index abed40a..abed40a 100644 --- a/src/PCurlException.php +++ b/src/PurpleCode/PCurl/PCurlException.php 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;
|