File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2727 "hyperf/di" : " ~2.1.0" ,
2828 "malukenho/docheader" : " ^0.1.6" ,
2929 "mockery/mockery" : " ^1.0" ,
30- "phpunit/phpunit" : " ^7.0.0 " ,
30+ "phpunit/phpunit" : " ^9.4 " ,
3131 "friendsofphp/php-cs-fixer" : " ^2.9"
3232 },
3333 "suggest" : {
Original file line number Diff line number Diff line change 2424 */
2525class EvalTest extends TestCase
2626{
27- protected function tearDown ()
27+ protected function tearDown (): void
2828 {
2929 $ container = ContainerStub::mockContainer ();
3030 $ redis = $ container ->get (\Redis::class);
Original file line number Diff line number Diff line change 2424 */
2525class HashTest extends TestCase
2626{
27- protected function tearDown ()
27+ protected function tearDown (): void
2828 {
2929 $ container = ContainerStub::mockContainer ();
3030 $ redis = $ container ->get (\Redis::class);
Original file line number Diff line number Diff line change 2929 */
3030class RedisConnectionTest extends TestCase
3131{
32- public function tearDown ()
32+ protected function tearDown (): void
3333 {
3434 Mockery::close ();
3535 }
Original file line number Diff line number Diff line change 3131 */
3232class RedisProxyTest extends TestCase
3333{
34- protected function tearDown ()
34+ protected function tearDown (): void
3535 {
3636 $ redis = $ this ->getRedis ();
3737 $ redis ->flushDB ();
Original file line number Diff line number Diff line change 3434 */
3535class RedisTest extends TestCase
3636{
37- public function tearDown ()
37+ protected function tearDown (): void
3838 {
3939 Mockery::close ();
4040 Context::set ('redis.connection.default ' , null );
You can’t perform that action at this time.
0 commit comments