mirror of
https://github.com/predis/predis.git
synced 2026-08-30 04:02:22 +00:00
Run php-cs against test suite.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user