File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11[ ![ MIT license] ( http://img.shields.io/badge/license-MIT-brightgreen.svg )] ( http://opensource.org/licenses/MIT )
2-
2+ [ ![ Latest Stable Version] ( https://poser.pugx.org/cheprasov/php-redis-client/v/stable )] ( https://packagist.org/packages/cheprasov/php-redis-client )
3+ [ ![ Total Downloads] ( https://poser.pugx.org/cheprasov/php-redis-client/downloads )] ( https://packagist.org/packages/cheprasov/php-redis-client )
34# RedisClient v1.2.1 for PHP >= 5.5
45
56## About
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public function test_version() {
2222 $ this ->assertSame (AbstractRedisClient::VERSION , $ composer ['version ' ]);
2323
2424 $ readme = file ('./README.md ' );
25- $ this ->assertSame (true , strpos ($ readme [2 ], 'RedisClient v ' .$ composer ['version ' ]) > 0 );
25+ $ this ->assertSame (true , strpos ($ readme [3 ], 'RedisClient v ' .$ composer ['version ' ]) > 0 );
2626 }
2727
2828}
You can’t perform that action at this time.
0 commit comments