File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ 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 )
3
4
# RedisClient v1.2.1 for PHP >= 5.5
4
5
5
6
## About
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public function test_version() {
22
22
$ this ->assertSame (AbstractRedisClient::VERSION , $ composer ['version ' ]);
23
23
24
24
$ 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 );
26
26
}
27
27
28
28
}
You can’t perform that action at this time.
0 commit comments