Skip to content

Commit c1109fc

Browse files
committed
Add Github status badge
1 parent 96e4548 commit c1109fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# DTO Tester
22

3+
[![CI](https://github.com/roukmoute/dto-tester/actions/workflows/CI.yml/badge.svg)](https://github.com/roukmoute/dto-tester/actions/workflows/CI.yml)
4+
35
Automatically PHPUnit Test DTO and Transfer Objects.
46

57
Original idea: [Automatically JUnit Test DTO and Transfer Objects](https://objectpartners.com/2016/02/16/automatically-junit-test-dto-and-transfer-objects/)
@@ -34,4 +36,4 @@ class FooBarTest extends \DtoTester\DtoTest
3436
```
3537

3638
So we now turned what would have been many boring unit tests which didn’t test
37-
any real business logic into a simple file with less than 10 lines of code.
39+
any real business logic into a simple file with less than 10 lines of code.

0 commit comments

Comments
 (0)