Skip to content

Commit b67d66c

Browse files
committed
remove deprecated method
1 parent 0b4534d commit b67d66c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/CurlTest.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -266,15 +266,6 @@ public function testReferrer()
266266
)) === 'myreferrer');
267267
}
268268

269-
public function testDeprecatedReferrer()
270-
{
271-
$this->curl->setReferrer('myreferrer');
272-
$this->assertTrue($this->server('GET', array(
273-
'test' => 'server',
274-
'key' => 'HTTP_REFERER',
275-
)) === 'myreferrer');
276-
}
277-
278269
public function testCookies()
279270
{
280271
$this->curl->setCookie('mycookie', 'yum');

0 commit comments

Comments
 (0)