Skip to content

Commit c2d2f2d

Browse files
committed
Fix infection bridge package name
1 parent 44d39f2 commit c2d2f2d

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/bridge/infection.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
22
outline: [2, 3]
3-
llms_description: "How to run Infection mutation testing with Testo. Install the php-testo/bridge-infection adapter (or use the Infection Phar, which already bundles it). Configure infection.json with testFramework: testo and tmpDir. Register CodecovPlugin in testo.php with a PhpUnitXmlReport pointing at <tmpDir>/infection/coverage-xml. Reuse existing coverage with Infection's --coverage flag."
3+
llms_description: "How to run Infection mutation testing with Testo. Install the testo/bridge-infection adapter (or use the Infection Phar, which already bundles it). Configure infection.json with testFramework: testo and tmpDir. Register CodecovPlugin in testo.php with a PhpUnitXmlReport pointing at <tmpDir>/infection/coverage-xml. Reuse existing coverage with Infection's --coverage flag."
44
---
55

66
# Infection
77

8-
[Infection](https://infection.github.io/) is a [mutation testing](/docs/theory/mutation-testing.md) tool for PHP. Testo connects to it through a dedicated adapter, `php-testo/bridge-infection`.
8+
[Infection](https://infection.github.io/) is a [mutation testing](/docs/theory/mutation-testing.md) tool for PHP. Testo connects to it through a dedicated adapter, `testo/bridge-infection`.
99

1010
::: info Package
11-
`php-testo/bridge-infection` — Infection extension. Auto-registers via Composer. No plugin needs to be added to `testo.php`.
11+
`testo/bridge-infection` — Infection extension. Auto-registers via Composer. No plugin needs to be added to `testo.php`.
1212
:::
1313

1414
## Installation
1515

1616
Install Infection and the integration package as dev dependencies:
1717

1818
```bash
19-
composer require --dev infection/infection php-testo/bridge-infection
19+
composer require --dev infection/infection testo/bridge-infection
2020
```
2121

2222
::: warning

ru/docs/bridge/infection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ outline: [2, 3]
44

55
# Infection
66

7-
[Infection](https://infection.github.io/) — инструмент [мутационного тестирования](/ru/docs/theory/mutation-testing.md) для PHP. Testo подключается к нему через отдельный адаптер `php-testo/bridge-infection`.
7+
[Infection](https://infection.github.io/) — инструмент [мутационного тестирования](/ru/docs/theory/mutation-testing.md) для PHP. Testo подключается к нему через отдельный адаптер `testo/bridge-infection`.
88

99

1010
## Установка
1111

1212
Поставьте Infection и пакет интеграции как dev-зависимости:
1313

1414
```bash
15-
composer require --dev infection/infection php-testo/bridge-infection
15+
composer require --dev infection/infection testo/bridge-infection
1616
```
1717

1818
::: warning

0 commit comments

Comments
 (0)