You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatically PHPUnit Test DTO and Transfer Objects.
4
6
5
7
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
34
36
```
35
37
36
38
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