mirror of
https://github.com/predis/predis.git
synced 2026-08-29 11:41:29 +00:00
[tests] Improve the basic framework of our test suite.
We now have a base test case class for Predis (namely PredisTestCase) grouping various commonly used utility methods shared by all of the tests in the suite, greatly improving reusability. NOTE: Backported from v0.9-dev.
This commit is contained in:
@@ -11,12 +11,12 @@
|
||||
|
||||
namespace Predis\Protocol\Text;
|
||||
|
||||
use \PHPUnit_Framework_TestCase as StandardTestCase;
|
||||
use PredisTestCase;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
class TextCommandSerializerTest extends StandardTestCase
|
||||
class TextCommandSerializerTest extends PredisTestCase
|
||||
{
|
||||
/**
|
||||
* @group disconnected
|
||||
|
||||
Reference in New Issue
Block a user