[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:
Daniele Alessandri
2013-12-01 14:10:25 +01:00
parent e4e2238f34
commit a9b42924e5
224 changed files with 831 additions and 890 deletions
+2 -2
View File
@@ -11,13 +11,13 @@
namespace Predis\Command;
use \PHPUnit_Framework_TestCase as StandardTestCase;
use PredisTestCase;
/**
* @group commands
* @group realm-string
*/
class StringStrlenTest extends CommandTestCase
class StringStrlenTest extends PredisCommandTestCase
{
/**
* {@inheritdoc}