From 082d7bb690f96904f33301d61c6cdefda501134f Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Sat, 24 Oct 2015 22:39:23 +0300 Subject: [PATCH] Remove argument --- Tests/Tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Tests.php b/Tests/Tests.php index 250ab0a..eff3a3f 100644 --- a/Tests/Tests.php +++ b/Tests/Tests.php @@ -246,7 +246,7 @@ ]; } - public function testGetChallengeTwice( $Data ) + public function testGetChallengeTwice( ) { $this->Socket->Queue( "\xFF\xFF\xFF\xFF" . SourceQuery::S2A_RULES . "\x11\x11\x11\x11" ); $this->Socket->Queue( "\xFF\xFF\xFF\xFF" . SourceQuery::S2A_RULES . "\x01\x00ayy\x00lmao\x00" );