Skip to content

Commit

Permalink
Add Github status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
roukmoute committed Mar 1, 2021
1 parent 96e4548 commit c1109fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# DTO Tester

[![CI](https://github.com/roukmoute/dto-tester/actions/workflows/CI.yml/badge.svg)](https://github.com/roukmoute/dto-tester/actions/workflows/CI.yml)

Automatically PHPUnit Test DTO and Transfer Objects.

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

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

0 comments on commit c1109fc

Please sign in to comment.