Skip to content

Commit 7db7feb

Browse files
authored
Update README.md
1 parent 2082100 commit 7db7feb

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
1-
# Snapshot testing with PHPUnit
1+
<div align="left">
2+
<a href="https://spatie.be/open-source?utm_source=github&utm_medium=banner&utm_campaign=phpunit-snapshot-assertions">
3+
<picture>
4+
<source media="(prefers-color-scheme: dark)" srcset="https://spatie.be/packages/header/phpunit-snapshot-assertions/html/dark.webp">
5+
<img alt="Logo for phpunit-snapshot-assertions" src=" https://spatie.be/packages/header/phpunit-snapshot-assertions/html/light.webp" height="190">
6+
</picture>
7+
</a>
8+
9+
<h1>Snapshot testing with PHPUnit</h1>
210

311
[![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)
412
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
513
![run-tests](https://img.shields.io/github/actions/workflow/status/spatie/phpunit-snapshot-assertions/run-tests.yml)
614
[![Total Downloads](https://img.shields.io/packagist/dt/spatie/phpunit-snapshot-assertions.svg?style=flat-square)](https://packagist.org/packages/spatie/phpunit-snapshot-assertions)
15+
16+
</div>
717

818
Snapshot testing is a way to test without writing actual test cases.
919

0 commit comments

Comments
 (0)