Skip to content

Commit

Permalink
remove deprecated method
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Oct 31, 2023
1 parent 0b4534d commit b67d66c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/CurlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -266,15 +266,6 @@ public function testReferrer()
)) === 'myreferrer');
}

public function testDeprecatedReferrer()
{
$this->curl->setReferrer('myreferrer');
$this->assertTrue($this->server('GET', array(
'test' => 'server',
'key' => 'HTTP_REFERER',
)) === 'myreferrer');
}

public function testCookies()
{
$this->curl->setCookie('mycookie', 'yum');
Expand Down

0 comments on commit b67d66c

Please sign in to comment.