Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arzzen authored Jan 11, 2018
1 parent 812c552 commit 62253a1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Codecept UnitTest generator

> This package allows you to generate PHPUnit tests from annotations, which you can write in your methods documentation.
> Basic usage of this package is to generate your tests skeleton (and maybe some basic tests).
> You must check and complete all tests you generate, including the most basic methods.
> Files to parse must declare one class, abstract class, trait or interface to be accepted.
This package allows you to generate PHPUnit tests from annotations, which you can write in your methods documentation.

- Basic usage of this package is to generate your tests skeleton and basic tests.
- You must check and complete all tests you generate, including the most basic methods.
- Files to parse must declare one class, abstract class, trait or interface to be accepted.

![screenshot_2017-12-08_17-12-32-github](https://user-images.githubusercontent.com/6382002/33774260-0aaacebc-dc3b-11e7-8a97-34265a4818cc.png)

Expand Down

0 comments on commit 62253a1

Please sign in to comment.