Skip to content

Commit f019455

Browse files
committed
add intro
1 parent bd5f53c commit f019455

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# [Work in progress] Unit testing tips by examples in PHP
22

3+
## Introduction
4+
5+
In these times the benefits of writing unit tests are huge.
6+
I think that most of the recently started projects contain any unit tests.
7+
In enterprise applications with a lot of business logic, unit tests are the most important tests,
8+
because they are fast and can us instantly assure that our implementation is correct.
9+
However, I often see a problem with good tests in projects, though the benefits of these tests are only huge when you have good unit tests.
10+
So in these examples, I will try to share some tips on what to do to write good unit tests.
11+
312
## Table of Contents
413

514
1. [Introduction](#introduction)

0 commit comments

Comments
 (0)