From e749af6d9174df83c3fb1a4a2564df092e1c3f2c Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sat, 11 Feb 2023 18:25:37 +0000 Subject: [PATCH] chore: updates dependencies and snapshots --- .gitignore | 2 +- composer.json | 2 +- tests/.snapshots/success.txt | 4 ++-- tests/.snapshots/todo.txt | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index e411d82d..aca51d72 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,4 @@ coverage.xml *.swp *.swo .vscode/ -./temp/ +/.temp/ diff --git a/composer.json b/composer.json index d4598946..2e347ef8 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ ], "require": { "php": "^8.1.0", - "nunomaduro/collision": "^7.0.1", + "nunomaduro/collision": "^7.0.2", "nunomaduro/termwind": "^1.15.1", "pestphp/pest-plugin": "^2.0.0", "phpunit/phpunit": "^10.0.7" diff --git a/tests/.snapshots/success.txt b/tests/.snapshots/success.txt index 6ab35fd6..fa1b24fc 100644 --- a/tests/.snapshots/success.txt +++ b/tests/.snapshots/success.txt @@ -29,7 +29,7 @@ ✓ it does not append CoversNothing to other methods ✓ 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 already exist ✓ it sets closures @@ -744,7 +744,7 @@ ✓ it allows access to the underlying expectNotToPerformAssertions method ✓ it allows performing no expectations without being risky - PASS Tests\Features\Todo + PASS Tests\Features\Todo - 3 todos ↓ something todo later ↓ something todo later chained ↓ something todo later chained and with function body diff --git a/tests/.snapshots/todo.txt b/tests/.snapshots/todo.txt index af7d2a8c..a3abcfe3 100644 --- a/tests/.snapshots/todo.txt +++ b/tests/.snapshots/todo.txt @@ -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 - PASS Tests\Features\Todo + TODO Tests\Features\Todo - 3 todos ↓ something todo later ↓ something todo later chained ↓ something todo later chained and with function body