Skip to content

Commit d3f42d5

Browse files
committed
docs: add section with link to documentation page
1 parent 4560114 commit d3f42d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MaplePHP Unitary — Fast Testing, Full Control, Zero Friction
1+
# Unitary – Evidence-Driven PHP Testing Framework
22

33
Unitary is a modern PHP testing framework for developers who value speed, precision, and full control. No configuration. No clutter. Just a clean, purpose-built core that can execute 100,000+ tests per second and scales smoothly from quick sanity checks to full integration suites.
44

@@ -37,7 +37,7 @@ group("Your grouped test subject", function (TestCase $case) {
3737

3838
## Next-Gen PHP Testing Framework
3939

40-
Unitary is a blazing-fast, developer-first testing framework for PHP, built from the ground up with zero third-party dependencies and a highly optimized core, not just a wrapper around legacy tools. It’s simple to get started, lightning-fast to run, and powerful enough to test everything from units to mocks.
40+
Unitary is a lightning-fast, developer-first testing framework for PHP, built from the ground up with zero third-party dependencies and a highly optimized core, not just a wrapper around legacy tools.
4141

4242
> 🚀 *Test 100,000+ cases in \~1 second. No config. No bloat. Just results.*
4343
@@ -55,11 +55,11 @@ Unitary is a blazing-fast, developer-first testing framework for PHP, built from
5555

5656
---
5757

58-
## Blazing Fast Performance
58+
## Lightning-fast Performance
5959

6060
Unitary runs large test suites in a fraction of the time — even **100,000+** tests in just **1 second**.
6161

62-
🚀 That’s up to 46× faster than the most widely used testing frameworks.
62+
🚀 That’s up to 50× faster than the most widely used testing frameworks.
6363

6464
---
6565

0 commit comments

Comments
 (0)