Skip to content

Commit cf5a185

Browse files
committed
Merge branch 'docs-update'
2 parents 572ef04 + 2c3c864 commit cf5a185

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

website/docs/Limitations.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ description: Get to know Mokkery's limitations for smoother development!
1010
* ➡️ Functional types
1111
* 🏛️ Final classes with [all-open plugin](./Guides/Mocking#final-classes)
1212
* 🏗️ Abstract/open classes with public constructor and all overridable public members
13-
* ⚠️ Mocking classes whose constructor parameters are accessed within the constructor is **<u>not supported</u>**
13+
* ⚠️ Mocking classes whose constructor parameters are accessed within the constructor is **<u>not supported</u>**.\
14+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
15+
Support for this feature might be tracked [here](https://github.com/lupuuss/Mokkery/issues/108).
1416
* 💡[It's possible to allow final or inline members](./Guides/Mocking#abstractopen-class-with-final-members)
1517

1618
❌ Things that Mokkery is **unable** to mock:

website/docs/Setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ You can refer to [this file](https://github.com/lupuuss/Mokkery/blob/master/buil
164164
| 2.10.0 | 2.2.0 - 2.2.20 |
165165
| 2.9.0 | 2.2.0 - 2.2.10 |
166166
| 2.8.0 | 2.1.20 - 2.1.21 |
167-
| 2.7.2 | 2.1.0 - 2.1.21 |
167+
| 2.7.2 - 2.7.3 | 2.1.0 - 2.1.21 |
168168
| 2.6.0 - 2.7.1 | 2.1.0 - 2.1.10 |
169169
| 2.3.0 - 2.5.1 | 2.0.0 - 2.0.21 |
170170
| 2.0.0 – 2.2.0 | 2.0.0 - 2.0.10 |

0 commit comments

Comments
 (0)