mirror of
https://github.com/xPaw/PHP-Source-Query.git
synced 2026-05-18 13:53:35 +02:00
Pass in callable correctly
This commit is contained in:
+4
-4
@@ -35,7 +35,7 @@
|
||||
|
||||
$this->NextOutput = '';
|
||||
|
||||
$this->ReadInternal( $Buffer, $this->Sherlock );
|
||||
$this->ReadInternal( $Buffer, [ $this, 'Sherlock' ] );
|
||||
|
||||
return $Buffer;
|
||||
}
|
||||
@@ -97,9 +97,9 @@
|
||||
}
|
||||
|
||||
/**
|
||||
* @expectedException xPaw\SourceQuery\Exception\InvalidPacketException
|
||||
* @dataProvider BadInfoProvider
|
||||
*/
|
||||
* @expectedException xPaw\SourceQuery\Exception\InvalidPacketException
|
||||
* @dataProvider BadInfoProvider
|
||||
*/
|
||||
public function testBadGetInfo( $Data )
|
||||
{
|
||||
$this->Socket->NextOutput = $Data;
|
||||
|
||||
Reference in New Issue
Block a user