Datasets can now access the test case and are executed after the setup method has run.

This commit is contained in:
luke
2021-07-28 10:39:39 +01:00
parent 252f9a0e46
commit d8fae6d689
4 changed files with 43 additions and 2 deletions

View File

@ -57,7 +57,7 @@
"scripts": {
"lint": "php-cs-fixer fix -v",
"test:lint": "php-cs-fixer fix -v --dry-run",
"test:types": "phpstan analyse --ansi --memory-limit=0",
"test:types": "phpstan analyse --ansi",
"test:unit": "php bin/pest --colors=always --exclude-group=integration",
"test:integration": "php bin/pest --colors=always --group=integration",
"update:snapshots": "REBUILD_SNAPSHOTS=true php bin/pest --colors=always",