Skip to content

Commit 8d4a6cf

Browse files
committed
Add new features to documentation: Async Friendly and PHP >=8.2
1 parent 4e2f3a4 commit 8d4a6cf

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ features:
4444

4545
- title: Well-Designed API
4646
details: Separate <code>Assert</code> (now) and <code>Expect</code> (later) facades with pipe assertions for type-safe checks.
47+
48+
- title: Async Friendly
49+
details: Test leaks, fibers, and async code with built-in tools.
50+
51+
- title: "PHP >=8.2"
52+
details: Works on all actively supported PHP versions.
4753
---
4854

4955
<script setup>

ru/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ features:
4343

4444
- title: Продуманный API
4545
details: Раздельные фасады <code>Assert</code> (сейчас) и <code>Expect</code> (потом) с пайповыми ассертами для типобезопасных проверок.
46+
47+
- title: Async Friendly
48+
details: Тестирование утечек, файберов и асинхронного кода инструментами из коробки.
49+
50+
- title: "PHP >=8.2"
51+
details: Работает на всех актуальных версиях PHP.
4652
---
4753

4854
<script setup>

0 commit comments

Comments
 (0)