We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd5f53c commit f019455Copy full SHA for f019455
README.md
@@ -1,5 +1,14 @@
1
# [Work in progress] Unit testing tips by examples in PHP
2
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
12
## Table of Contents
13
14
1. [Introduction](#introduction)
0 commit comments