mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-06 19:35:33 +01:00
Revert "Make the PHP test runner conifigurable"
This reverts commit 5f62b02d14
.
This commit is contained in:
parent
bc9b18268f
commit
b60cd7ae1b
3 changed files with 2 additions and 9 deletions
|
@ -239,10 +239,6 @@ final class ConfigDto
|
|||
'phpunit' => new Assert\Optional(
|
||||
new Assert\IsFalse(),
|
||||
),
|
||||
|
||||
'test_runner' => new Assert\Optional(
|
||||
new Assert\Choice(['phpunit', 'pest', 'paratest']),
|
||||
),
|
||||
],
|
||||
)]
|
||||
public array $php;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue