Skip to content

Commit 33a3aba

Browse files
authored
Composer: Update test script (#20)
1 parent 46f8e99 commit 33a3aba

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,11 @@
5959
],
6060
"pest:e2e": "pest -d memory_limit=512M --group=e2e",
6161
"pest:feature": "pest -d memory_limit=640M --group=feature",
62-
"pest:mutate": "pest --mutate --parallel",
63-
"pest:unit": "pest --group=unit --parallel",
62+
"pest:unit": "pest --group=unit",
6463
"test": [
65-
"@composer pest:unit",
66-
"@composer pest:feature",
67-
"@composer pest:e2e"
64+
"@composer normalize --dry-run",
65+
"pint --test",
66+
"XDEBUG_MODE=off pest -d memory_limit=640M"
6867
]
6968
}
7069
}

0 commit comments

Comments
 (0)