mirror of
https://github.com/xPaw/PHP-Source-Query.git
synced 2026-05-18 13:03:34 +02:00
Run vendor phpunit
This commit is contained in:
+2
-1
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use xPaw\SourceQuery\BaseSocket;
|
||||
use xPaw\SourceQuery\Exception\InvalidPacketException;
|
||||
use xPaw\SourceQuery\SourceQuery;
|
||||
@@ -61,7 +62,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
class SourceQueryTests extends PHPUnit_Framework_TestCase
|
||||
class SourceQueryTests extends TestCase
|
||||
{
|
||||
private $Socket;
|
||||
private $SourceQuery;
|
||||
|
||||
Reference in New Issue
Block a user