Run php-cs against test suite.

This commit is contained in:
Daniele Alessandri
2013-12-17 13:00:39 +01:00
parent 9d4524cae7
commit 56627f30f8
169 changed files with 67 additions and 367 deletions
+3 -3
View File
@@ -33,20 +33,20 @@ abstract class PredisProfileTestCase extends PredisTestCase
*
* @return string Version string.
*/
protected abstract function getExpectedVersion();
abstract protected function getExpectedVersion();
/**
* Returns the expected list of commands supported by the tested profile.
*
* @return array List of supported commands.
*/
protected abstract function getExpectedCommands();
abstract protected function getExpectedCommands();
/**
* Returns the list of commands supported by the current
* server profile.
*
* @param ServerProfileInterface $profile Server profile instance.
* @param ServerProfileInterface $profile Server profile instance.
* @return array
*/
protected function getCommands(ServerProfileInterface $profile)