mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
chore: updates dependencies and snapshots
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -11,4 +11,4 @@ coverage.xml
|
|||||||
*.swp
|
*.swp
|
||||||
*.swo
|
*.swo
|
||||||
.vscode/
|
.vscode/
|
||||||
./temp/
|
/.temp/
|
||||||
|
|||||||
@ -18,7 +18,7 @@
|
|||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.1.0",
|
"php": "^8.1.0",
|
||||||
"nunomaduro/collision": "^7.0.1",
|
"nunomaduro/collision": "^7.0.2",
|
||||||
"nunomaduro/termwind": "^1.15.1",
|
"nunomaduro/termwind": "^1.15.1",
|
||||||
"pestphp/pest-plugin": "^2.0.0",
|
"pestphp/pest-plugin": "^2.0.0",
|
||||||
"phpunit/phpunit": "^10.0.7"
|
"phpunit/phpunit": "^10.0.7"
|
||||||
|
|||||||
@ -29,7 +29,7 @@
|
|||||||
✓ it does not append CoversNothing to other methods
|
✓ it does not append CoversNothing to other methods
|
||||||
✓ it throws exception if no class nor method has been found
|
✓ it throws exception if no class nor method has been found
|
||||||
|
|
||||||
PASS Tests\Features\DatasetsTests
|
PASS Tests\Features\DatasetsTests - 1 todo
|
||||||
✓ it throws exception if dataset does not exist
|
✓ it throws exception if dataset does not exist
|
||||||
✓ it throws exception if dataset already exist
|
✓ it throws exception if dataset already exist
|
||||||
✓ it sets closures
|
✓ it sets closures
|
||||||
@ -744,7 +744,7 @@
|
|||||||
✓ it allows access to the underlying expectNotToPerformAssertions method
|
✓ it allows access to the underlying expectNotToPerformAssertions method
|
||||||
✓ it allows performing no expectations without being risky
|
✓ it allows performing no expectations without being risky
|
||||||
|
|
||||||
PASS Tests\Features\Todo
|
PASS Tests\Features\Todo - 3 todos
|
||||||
↓ something todo later
|
↓ something todo later
|
||||||
↓ something todo later chained
|
↓ something todo later chained
|
||||||
↓ something todo later chained and with function body
|
↓ something todo later chained and with function body
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
PASS Tests\Features\DatasetsTests
|
TODO Tests\Features\DatasetsTests - 1 todo
|
||||||
↓ forbids to define tests in Datasets dirs and Datasets.php files
|
↓ forbids to define tests in Datasets dirs and Datasets.php files
|
||||||
|
|
||||||
PASS Tests\Features\Todo
|
TODO Tests\Features\Todo - 3 todos
|
||||||
↓ something todo later
|
↓ something todo later
|
||||||
↓ something todo later chained
|
↓ something todo later chained
|
||||||
↓ something todo later chained and with function body
|
↓ something todo later chained and with function body
|
||||||
|
|||||||
Reference in New Issue
Block a user