File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments