Skip to content

Commit 313350f

Browse files
authored
Merge branch 'main' into v5
2 parents 66760e0 + e472fe4 commit 313350f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- name: Dependabot metadata
1515
id: metadata
16-
uses: dependabot/fetch-metadata@v1.3.5
16+
uses: dependabot/fetch-metadata@v1.3.6
1717
with:
1818
github-token: "${{ secrets.GITHUB_TOKEN }}"
1919
compat-lookup: true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/phpunit-snapshot-assertions.svg?style=flat-square)](https://packagist.org/packages/spatie/phpunit-snapshot-assertions)
44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
5-
[![Tests](https://github.com/spatie/phpunit-snapshot-assertions/actions/workflows/run-tests.yml/badge.svg)](https://github.com/spatie/phpunit-snapshot-assertions/actions/workflows/run-tests.yml)
5+
![run-tests](https://img.shields.io/github/actions/workflow/status/spatie/phpunit-snapshot-assertions/run-tests.yml)
66
[![Total Downloads](https://img.shields.io/packagist/dt/spatie/phpunit-snapshot-assertions.svg?style=flat-square)](https://packagist.org/packages/spatie/phpunit-snapshot-assertions)
77

88
> Snapshot testing is a way to test without writing actual test cases

0 commit comments

Comments
 (0)