feat(expect): removes assertions api

This commit is contained in:
Nuno Maduro
2020-07-14 23:15:29 +02:00
parent 832882160f
commit ab017e17e2
3 changed files with 1 additions and 1929 deletions

View File

File diff suppressed because it is too large Load Diff

View File

@ -31,8 +31,7 @@
}, },
"files": [ "files": [
"src/globals.php", "src/globals.php",
"src/Pest.php", "src/Pest.php"
"compiled/globals.php"
] ]
}, },
"autoload-dev": { "autoload-dev": {
@ -65,7 +64,6 @@
"bin/pest" "bin/pest"
], ],
"scripts": { "scripts": {
"compile": "@php ./scripts/compile.php",
"lint": "rector process src && php-cs-fixer fix -v", "lint": "rector process src && php-cs-fixer fix -v",
"test:lint": "php-cs-fixer fix -v --dry-run && rector process src --dry-run", "test:lint": "php-cs-fixer fix -v --dry-run && rector process src --dry-run",
"test:types": "phpstan analyse --ansi --memory-limit=0", "test:types": "phpstan analyse --ansi --memory-limit=0",