Skip to content
This repository was archived by the owner on Jul 19, 2022. It is now read-only.

Commit be501ab

Browse files
committed
Updated to 1.1.3 version
1 parent acc1200 commit be501ab

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
* Deleted `Josantonius\Curl\Tests\CurlTest::testUnknownTypeError()` method.
3030

3131
* Added `Josantonius\Curl\Test\CurlTest` class.
32-
* Added `Josantonius\Curl\Test\CurlTest->test_getUrl()` method.
3332
* Added `Josantonius\Curl\Test\CurlTest->testGetRequestArray()` method.
3433
* Added `Josantonius\Curl\Test\CurlTest->testGetRequestObject()` method.
3534
* Added `Josantonius\Curl\Test\CurlTest->testGetRequestWithParamsArray()` method.

tests/Curl/Test/CurlTest.php

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,6 @@
2121
*/
2222
final class CurlTest extends TestCase {
2323

24-
/**
25-
* Get the current url.
26-
*
27-
* @since 1.1.3
28-
*
29-
* @return void
30-
*/
31-
public function test_getUrl() {
32-
33-
$private = function() {
34-
35-
return self::_getUrl(); // Curl::_getUrl();
36-
};
37-
38-
$this->assertContains('http://site.com', $private->call(new Curl));
39-
}
40-
4124
/**
4225
* Send GET request and obtain response as array.
4326
*

0 commit comments

Comments
 (0)