Skip to content

Commit

Permalink
UPDATE:
Browse files Browse the repository at this point in the history
- add the possibility to test any protected or private method in a class
- add the possibility to test any protected or private static method in a class
- write new tests for the new features
  • Loading branch information
rawsrc committed Nov 11, 2021
1 parent c8d2137 commit 13f6c7b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# **Exacodis**

`2021-11-11` `PHP 8.0+` `v.1.2.0`
`2021-11-11` `PHP 8.0+` `v.1.2.1`

## **A PHP TEST ENGINE**

Expand All @@ -24,7 +24,8 @@ If you do, then the code will fail with an `Exception` until you fix the code.

**CHANGELOG**
1. Add the possibility to test any protected/private method from a class
2. Does not break the compatibility with the previous version
2. Add the possibility to test any protected/private static method from a class
3. Does not break the compatibility with the previous version

**HOW TO USE**

Expand Down

0 comments on commit 13f6c7b

Please sign in to comment.