Skip to content

Commit 0b660d2

Browse files
authored
Merge pull request #1046 from josbeir/5.x
Fixes tests + badge
2 parents 976cffe + 672e10d commit 0b660d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CakePHP DebugKit
2-
![Build Status](https://github.com/cakephp/debug_kit/actions/workflows/ci.yml/badge.svg?branch=master)
2+
[![CI](https://github.com/cakephp/debug_kit/actions/workflows/ci.yml/badge.svg)](https://github.com/cakephp/debug_kit/actions/workflows/ci.yml)
33
[![Coverage Status](https://img.shields.io/codecov/c/github/cakephp/debug_kit.svg?style=flat-square)](https://codecov.io/github/cakephp/debug_kit)
44
[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.txt)
55
[![Total Downloads](https://img.shields.io/packagist/dt/cakephp/cakephp.svg?style=flat-square)](https://packagist.org/packages/cakephp/debug_kit)

tests/TestCase/Middleware/DebugKitMiddlewareTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class DebugKitMiddlewareTest extends TestCase
4242
'plugin.DebugKit.Panels',
4343
];
4444

45-
protected ?array $oldConfig;
45+
protected ?array $oldConfig = null;
4646

4747
/**
4848
* @var bool

0 commit comments

Comments
 (0)