Browse Source

Rename test file.

Daniele Alessandri 14 years ago
parent
commit
6f51521f81
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/ClientFeaturesTest.php

+ 1 - 1
test/PredisFeaturesTest.php → test/ClientFeaturesTest.php

@@ -1,6 +1,6 @@
 <?php
 
-class PredisClientFeaturesTestSuite extends PHPUnit_Framework_TestCase {
+class ClientFeaturesTestSuite extends PHPUnit_Framework_TestCase {
     public $redis;
 
     protected function setUp() {