chore: updates dependencies and snapshots

This commit is contained in:
Nuno Maduro
2023-02-11 18:25:37 +00:00
parent 052b9e051b
commit e749af6d91
4 changed files with 6 additions and 6 deletions

2
.gitignore vendored
View File

@ -11,4 +11,4 @@ coverage.xml
*.swp *.swp
*.swo *.swo
.vscode/ .vscode/
./temp/ /.temp/

View File

@ -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"

View File

@ -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

View File

@ -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