mirror of
https://github.com/pestphp/pest.git
synced 2026-03-12 18:57:22 +01:00
tests: updates snapshots
This commit is contained in:
@ -111,7 +111,7 @@ final class Datasets
|
|||||||
{
|
{
|
||||||
$exporter = new Exporter();
|
$exporter = new Exporter();
|
||||||
|
|
||||||
if(is_int($key)){
|
if (is_int($key)) {
|
||||||
return \sprintf(' with (%s)', $exporter->shortenedRecursiveExport($data));
|
return \sprintf(' with (%s)', $exporter->shortenedRecursiveExport($data));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -40,8 +40,8 @@
|
|||||||
✓ eager wrapped registered datasets with (1)
|
✓ eager wrapped registered datasets with (1)
|
||||||
✓ eager wrapped registered datasets with (2)
|
✓ eager wrapped registered datasets with (2)
|
||||||
✓ eager registered wrapped datasets did the job right
|
✓ eager registered wrapped datasets did the job right
|
||||||
✓ named datasets with data set "one" (1)
|
✓ named datasets with data set "one"
|
||||||
✓ named datasets with data set "two" (2)
|
✓ named datasets with data set "two"
|
||||||
✓ named datasets did the job right
|
✓ named datasets did the job right
|
||||||
✓ lazy named datasets with (Bar Object (...))
|
✓ lazy named datasets with (Bar Object (...))
|
||||||
✓ it creates unique test case names with ('Name 1', Pest\Plugin Object (), true) #1
|
✓ it creates unique test case names with ('Name 1', Pest\Plugin Object (), true) #1
|
||||||
@ -168,7 +168,8 @@
|
|||||||
✓ it outputs the help information when --help is used
|
✓ it outputs the help information when --help is used
|
||||||
|
|
||||||
PASS Tests\Unit\Datasets
|
PASS Tests\Unit\Datasets
|
||||||
✓ it show the names of named datasets in their description
|
✓ it show only the names of named datasets in their description
|
||||||
|
✓ it show the actual dataset of non-named datasets in their description
|
||||||
|
|
||||||
PASS Tests\Unit\Plugins\Version
|
PASS Tests\Unit\Plugins\Version
|
||||||
✓ it outputs the version when --version is used
|
✓ it outputs the version when --version is used
|
||||||
@ -219,5 +220,5 @@
|
|||||||
✓ it is a test
|
✓ it is a test
|
||||||
✓ it uses correct parent class
|
✓ it uses correct parent class
|
||||||
|
|
||||||
Tests: 7 skipped, 119 passed
|
Tests: 7 skipped, 120 passed
|
||||||
|
|
||||||
Reference in New Issue
Block a user