Skip to content

Commit 1e2e73b

Browse files
committed
docs: feature the "What's Faster" post on the home page
Replaces the self-mutation card in the Featured block in both locales. Assisted-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 685b1e7 commit 1e2e73b

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ const declareTabs = [
8181
## Featured
8282

8383
<div class="featured-post">
84-
<a href="/blog/self-mutation" class="featured-post-card">
84+
<a href="/blog/what-is-faster" class="featured-post-card">
8585
<div class="featured-post-image">
86-
<img src="/blog/self-mutation/preview.png" alt="Who Mutates the Mutator" />
86+
<img src="/blog/what-is-faster/preview.png" alt="What's Faster" />
8787
</div>
8888
<div class="featured-post-body">
89-
<span class="featured-post-title">Who Mutates the Mutator</span>
90-
<p class="featured-post-description">What happens when mutation testing tries to mutate the very tool it tests with.</p>
89+
<span class="featured-post-title">What's Faster</span>
90+
<p class="featured-post-description">Tempest Testing, PHPUnit and Testo on the same codebase: the test plumbing sets the pace, not the runner.</p>
9191
</div>
9292
</a>
9393
<a href="/blog/beta-testo" class="featured-post-card">

ru/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ const declareTabs = [
8080
## Важное
8181

8282
<div class="featured-post">
83-
<a href="/ru/blog/self-mutation" class="featured-post-card">
83+
<a href="/ru/blog/what-is-faster" class="featured-post-card">
8484
<div class="featured-post-image">
85-
<img src="/blog/self-mutation/preview.png" alt="Кто мутирует мутатора" />
85+
<img src="/blog/what-is-faster/preview.png" alt="Что быстрее" />
8686
</div>
8787
<div class="featured-post-body">
88-
<span class="featured-post-title">Кто мутирует мутатора</span>
89-
<p class="featured-post-description">Что происходит, когда мутационное тестирование пытается мутировать сам инструмент, которым тестирует.</p>
88+
<span class="featured-post-title">Что быстрее</span>
89+
<p class="featured-post-description">Tempest Testing, PHPUnit и Testo на одной кодовой базе: темп задаёт обвязка тестов, а не раннер.</p>
9090
</div>
9191
</a>
9292
<a href="/ru/blog/beta-testo" class="featured-post-card">

0 commit comments

Comments
 (0)