Skip to content

Commit 5676501

Browse files
committed
Fix tests
1 parent 164adc4 commit 5676501

File tree

2 files changed

+7
-21
lines changed

2 files changed

+7
-21
lines changed

README.md

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,9 @@
1-
<div align="center">
2-
<a href="https://github.com/ker0x/fcm/actions?query=workflow%3Aci" title="CI">
3-
<img src="https://img.shields.io/github/workflow/status/ker0x/fcm/ci?style=for-the-badge" alt="CI">
4-
</a>
5-
<a href="https://codecov.io/gh/ker0x/fcm/" title="Coverage">
6-
<img src="https://img.shields.io/codecov/c/gh/ker0x/fcm?style=for-the-badge" alt="Coverage">
7-
</a>
8-
<a href="https://php.net" title="PHP Version">
9-
<img src="https://img.shields.io/badge/php-%3E%3D%207.3-8892BF.svg?style=for-the-badge" alt="PHP Version">
10-
</a>
11-
<a href="https://packagist.org/packages/kerox/fcm" title="Downloads">
12-
<img src="https://img.shields.io/packagist/dt/kerox/fcm.svg?style=for-the-badge" alt="Downloads">
13-
</a>
14-
<a href="https://packagist.org/packages/kerox/fcm" title="Latest Stable Version">
15-
<img src="https://img.shields.io/packagist/v/kerox/fcm.svg?style=for-the-badge" alt="Latest Stable Version">
16-
</a>
17-
<a href="https://packagist.org/packages/kerox/fcm" title="License">
18-
<img src="https://img.shields.io/packagist/l/kerox/fcm.svg?style=for-the-badge" alt="License">
19-
</a>
20-
</div>
1+
[![Tests](https://img.shields.io/github/actions/workflow/status/ker0x/fcm/ci.yml?label=tests&style=for-the-badge)](https://github.com/ker0x/fcm/actions/workflows/ci.yml)
2+
[![Coverage](https://img.shields.io/codecov/c/gh/ker0x/fcm?style=for-the-badge)](https://codecov.io/gh/ker0x/fcm/)
3+
![PHP Version](https://img.shields.io/badge/php->=7.3-4f5b93.svg?style=for-the-badge)
4+
[![Download](https://img.shields.io/packagist/dt/kerox/fcm.svg?style=for-the-badge)](https://packagist.org/packages/kerox/fcm)
5+
[![Packagist](https://img.shields.io/packagist/v/kerox/fcm.svg?style=for-the-badge)](https://packagist.org/packages/kerox/fcm)
6+
[![License](https://img.shields.io/github/license/talesfromadev/flowbite-bundle?style=for-the-badge)](https://github.com/ker0x/fcm/blob/main/LICENSE)
217

228
# Fcm
239

tests/Mocks/Model/message.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
],
140140
"action-loc-key": "action-loc-key"
141141
},
142-
"badge": 1,
142+
"badge": 2,
143143
"sound": {
144144
"critical": 1,
145145
"name": "default",

0 commit comments

Comments
 (0)