Explorar el Código

[tests] Fix class name of connection parameters test case.

[ci skip]
Daniele Alessandri hace 11 años
padre
commit
73cb6bbf2a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/Predis/Connection/ConnectionParametersTest.php

+ 1 - 1
tests/Predis/Connection/ConnectionParametersTest.php

@@ -17,7 +17,7 @@ use PredisTestCase;
  * @todo ConnectionParameters::define();
  * @todo ConnectionParameters::undefine();
  */
-class ParametersTest extends PredisTestCase
+class ConnectionParametersTest extends PredisTestCase
 {
     /**
      * @group disconnected