diff --git a/composer.json b/composer.json index 1c6e5591..d3feddb8 100644 --- a/composer.json +++ b/composer.json @@ -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", + "test:types": "phpstan analyse --ansi --memory-limit=-1", "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", diff --git a/tests/.snapshots/success.txt b/tests/.snapshots/success.txt index 0a23a6e9..d3fa83f5 100644 --- a/tests/.snapshots/success.txt +++ b/tests/.snapshots/success.txt @@ -96,6 +96,11 @@ ✓ more than two datasets with (2) / (4) / (5) ✓ more than two datasets with (2) / (4) / (6) ✓ more than two datasets did the job right + ✓ it can resolve a dataset after the test case is available with (Closure Object (...)) + ✓ it can resolve a dataset after the test case is available with shared yield sets with (Closure Object (...)) #1 + ✓ it can resolve a dataset after the test case is available with shared yield sets with (Closure Object (...)) #2 + ✓ it can resolve a dataset after the test case is available with shared array sets with (Closure Object (...)) #1 + ✓ it can resolve a dataset after the test case is available with shared array sets with (Closure Object (...)) #2 PASS Tests\Features\Exceptions ✓ it gives access the the underlying expectException @@ -601,5 +606,5 @@ ✓ it is a test ✓ it uses correct parent class - Tests: 4 incompleted, 9 skipped, 381 passed + Tests: 4 incompleted, 9 skipped, 386 passed \ No newline at end of file