mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
fix: usage of named arguments
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
|
||||
Pest Testing Framework 3.0.0-dev-0005.
|
||||
Pest Testing Framework 3.0.0-dev-0005.
|
||||
|
||||
USAGE: pest <file> [options]
|
||||
|
||||
@ -30,11 +30,11 @@
|
||||
--exclude-group [name] ........... Exclude tests from the specified group(s)
|
||||
--covers [name] ................. Only run tests that intend to cover [name]
|
||||
--uses [name] ..................... Only run tests that intend to use [name]
|
||||
--list-test-files ................................ List available test files
|
||||
--list-test-files ................................ List available test files
|
||||
--list-tests .......................................... List available tests
|
||||
--list-tests-xml [file] ................. List available tests in XML format
|
||||
--filter [pattern] ............................... Filter which tests to run
|
||||
--exclude-filter [pattern] .. Exclude tests for the specified filter pattern
|
||||
--exclude-filter [pattern] .. Exclude tests for the specified filter pattern
|
||||
--test-suffix [suffixes] Only search for test in files with specified suffix(es). Default: Test.php,.phpt
|
||||
|
||||
EXECUTION OPTIONS:
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
|
||||
Pest Testing Framework 3.0.0-dev-0005.
|
||||
Pest Testing Framework 3.0.0-dev-0005.
|
||||
|
||||
|
||||
@ -1060,6 +1060,32 @@
|
||||
✓ multiple times with multiple dataset dataset "c" / (4) @ repetition 7 of 7
|
||||
✓ multiple times with multiple dataset dataset "c" / (5) @ repetition 7 of 7
|
||||
✓ multiple times with multiple dataset dataset "c" / (6) @ repetition 7 of 7
|
||||
✓ multiple times with iterator @ repetition 1 of 2
|
||||
✓ multiple times with iterator @ repetition 2 of 2
|
||||
✓ multiple times with repeat iterator with single dataset ('a') @ repetition 1 of 2
|
||||
✓ multiple times with repeat iterator with single dataset ('b') @ repetition 1 of 2
|
||||
✓ multiple times with repeat iterator with single dataset ('c') @ repetition 1 of 2
|
||||
✓ multiple times with repeat iterator with single dataset ('a') @ repetition 2 of 2
|
||||
✓ multiple times with repeat iterator with single dataset ('b') @ repetition 2 of 2
|
||||
✓ multiple times with repeat iterator with single dataset ('c') @ repetition 2 of 2
|
||||
✓ multiple times with repeat iterator with multiple dataset ('a') / ('d') @ repetition 1 of 2
|
||||
✓ multiple times with repeat iterator with multiple dataset ('a') / ('e') @ repetition 1 of 2
|
||||
✓ multiple times with repeat iterator with multiple dataset ('a') / ('f') @ repetition 1 of 2
|
||||
✓ multiple times with repeat iterator with multiple dataset ('b') / ('d') @ repetition 1 of 2
|
||||
✓ multiple times with repeat iterator with multiple dataset ('b') / ('e') @ repetition 1 of 2
|
||||
✓ multiple times with repeat iterator with multiple dataset ('b') / ('f') @ repetition 1 of 2
|
||||
✓ multiple times with repeat iterator with multiple dataset ('c') / ('d') @ repetition 1 of 2
|
||||
✓ multiple times with repeat iterator with multiple dataset ('c') / ('e') @ repetition 1 of 2
|
||||
✓ multiple times with repeat iterator with multiple dataset ('c') / ('f') @ repetition 1 of 2
|
||||
✓ multiple times with repeat iterator with multiple dataset ('a') / ('d') @ repetition 2 of 2
|
||||
✓ multiple times with repeat iterator with multiple dataset ('a') / ('e') @ repetition 2 of 2
|
||||
✓ multiple times with repeat iterator with multiple dataset ('a') / ('f') @ repetition 2 of 2
|
||||
✓ multiple times with repeat iterator with multiple dataset ('b') / ('d') @ repetition 2 of 2
|
||||
✓ multiple times with repeat iterator with multiple dataset ('b') / ('e') @ repetition 2 of 2
|
||||
✓ multiple times with repeat iterator with multiple dataset ('b') / ('f') @ repetition 2 of 2
|
||||
✓ multiple times with repeat iterator with multiple dataset ('c') / ('d') @ repetition 2 of 2
|
||||
✓ multiple times with repeat iterator with multiple dataset ('c') / ('e') @ repetition 2 of 2
|
||||
✓ multiple times with repeat iterator with multiple dataset ('c') / ('f') @ repetition 2 of 2
|
||||
|
||||
PASS Tests\Features\ScopedDatasets\Directory\NestedDirectory1\TestFileInNestedDirectoryWithDatasetsFile
|
||||
✓ uses dataset with (1)
|
||||
@ -1164,14 +1190,14 @@
|
||||
PASS Tests\Hooks\BeforeEachTest
|
||||
✓ global beforeEach execution order
|
||||
|
||||
PASS Tests\Overrides\VersionsTest
|
||||
✓ versions with dataset "Runner/Filter/NameFilterIterator.php"
|
||||
FAIL Tests\Overrides\VersionsTest
|
||||
⨯ versions with dataset "Runner/Filter/NameFilterIterator.php"
|
||||
✓ versions with dataset "Runner/ResultCache/DefaultResultCache.php"
|
||||
✓ versions with dataset "Runner/TestSuiteLoader.php"
|
||||
✓ versions with dataset "TextUI/Command/Commands/WarmCodeCoverageCacheCommand.php"
|
||||
✓ versions with dataset "TextUI/Output/Default/ProgressPrinter/Subscriber/TestSkippedSubscriber.php"
|
||||
✓ versions with dataset "TextUI/TestSuiteFilterProcessor.php"
|
||||
✓ versions with dataset "Event/Value/ThrowableBuilder.php"
|
||||
⨯ versions with dataset "TextUI/Command/Commands/WarmCodeCoverageCacheCommand.php"
|
||||
⨯ versions with dataset "TextUI/Output/Default/ProgressPrinter/Subscriber/TestSkippedSubscriber.php"
|
||||
⨯ versions with dataset "TextUI/TestSuiteFilterProcessor.php"
|
||||
⨯ versions with dataset "Event/Value/ThrowableBuilder.php"
|
||||
✓ versions with dataset "Logging/JUnit/JunitXmlLogger.php"
|
||||
|
||||
PASS Tests\PHPUnit\CustomAffixes\InvalidTestName
|
||||
@ -1278,17 +1304,17 @@
|
||||
✓ it can resolve builtin value types
|
||||
✓ it cannot resolve a parameter without type
|
||||
|
||||
PASS Tests\Unit\Support\DatasetInfo
|
||||
FAIL Tests\Unit\Support\DatasetInfo
|
||||
✓ it can check if dataset is defined inside a Datasets directory with ('/var/www/project/tests/Datase…rs.php', true)
|
||||
✓ it can check if dataset is defined inside a Datasets directory with ('/var/www/project/tests/Datasets.php', false)
|
||||
✓ it can check if dataset is defined inside a Datasets directory with ('/var/www/project/tests/Featur…rs.php', true)
|
||||
✓ it can check if dataset is defined inside a Datasets directory with ('/var/www/project/tests/Featur…rs.php', false)
|
||||
✓ it can check if dataset is defined inside a Datasets directory with ('/var/www/project/tests/Featur…ts.php', false)
|
||||
✓ it can check if dataset is defined inside a Datasets.php file with ('/var/www/project/tests/Datase…rs.php', false)
|
||||
✓ it can check if dataset is defined inside a Datasets.php file with ('/var/www/project/tests/Datasets.php', true)
|
||||
✓ it can check if dataset is defined inside a Datasets.php file with ('/var/www/project/tests/Featur…rs.php', false) #1
|
||||
✓ it can check if dataset is defined inside a Datasets.php file with ('/var/www/project/tests/Featur…rs.php', false) #2
|
||||
✓ it can check if dataset is defined inside a Datasets.php file with ('/var/www/project/tests/Featur…ts.php', true)
|
||||
⨯ it can check if dataset is defined inside a Datasets.php file with ('/var/www/project/tests/Datase…rs.php', false)
|
||||
⨯ it can check if dataset is defined inside a Datasets.php file with ('/var/www/project/tests/Datasets.php', true)
|
||||
⨯ it can check if dataset is defined inside a Datasets.php file with ('/var/www/project/tests/Featur…rs.php', false) #1
|
||||
⨯ it can check if dataset is defined inside a Datasets.php file with ('/var/www/project/tests/Featur…rs.php', false) #2
|
||||
⨯ it can check if dataset is defined inside a Datasets.php file with ('/var/www/project/tests/Featur…ts.php', true)
|
||||
✓ it computes the dataset scope with ('/var/www/project/tests/Datase…rs.php', '/var/www/project/tests')
|
||||
✓ it computes the dataset scope with ('/var/www/project/tests/Datasets.php', '/var/www/project/tests')
|
||||
✓ it computes the dataset scope with ('/var/www/project/tests/Featur…rs.php', '/var/www/project/tests/Features')
|
||||
@ -1385,13 +1411,13 @@
|
||||
PASS Tests\Visual\Help
|
||||
✓ visual snapshot of help command output
|
||||
|
||||
PASS Tests\Visual\JUnit
|
||||
FAIL Tests\Visual\JUnit
|
||||
✓ junit output
|
||||
✓ junit with parallel
|
||||
⨯ junit with parallel
|
||||
|
||||
PASS Tests\Visual\Parallel
|
||||
✓ parallel
|
||||
✓ a parallel test can extend another test with same name
|
||||
WARN Tests\Visual\Parallel
|
||||
- parallel → Waiting for Parallel to be stable
|
||||
- a parallel test can extend another test with same name → Waiting for Parallel to be stable
|
||||
|
||||
PASS Tests\Visual\SingleTestOrDirectory
|
||||
✓ allows to run a single test
|
||||
@ -1413,5 +1439,107 @@
|
||||
|
||||
WARN Tests\Visual\Version
|
||||
- visual snapshot of help command output
|
||||
────────────────────────────────────────────────────────────────────────────
|
||||
FAILED Tests\Overrides\VersionsTest > versions with dataset "Runner/Filt…
|
||||
Failed asserting that two strings are identical.
|
||||
-'c7b9c8a96006dea314204a8f09a8764e51ce0b9b79aadd58da52e8c328db4870'
|
||||
+'ec723a9efae521dd6576d2e7d746cc12d3e27f271c49c46420fba8a0e161a61f'
|
||||
|
||||
|
||||
Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 24 skipped, 970 passed (2295 assertions)
|
||||
at tests/Overrides/VersionsTest.php:8
|
||||
4▕
|
||||
5▕ use Pest\Bootstrappers\BootOverrides;
|
||||
6▕
|
||||
7▕ test('versions', function (string $vendorPath, string $expectedHash) {
|
||||
➜ 8▕ expect(hash_file('sha256', $vendorPath))->toBe($expectedHash);
|
||||
9▕ })->with(function () {
|
||||
10▕ foreach (BootOverrides::FILES as $hash => $file) {
|
||||
11▕ $path = implode(DIRECTORY_SEPARATOR, [
|
||||
12▕ dirname(__DIR__, 2),
|
||||
|
||||
────────────────────────────────────────────────────────────────────────────
|
||||
FAILED Tests\Overrides\VersionsTest > versions with dataset "TextUI/Comm…
|
||||
Failed asserting that two strings are identical.
|
||||
-'f41e48d6cb546772a7de4f8e66b6b7ce894a5318d063eb52e354d206e96c701c'
|
||||
+'2ef8e21dbb27cf6597dd9bb0f941c063dcc98b5af2c35d10b1c2d77721582e8f'
|
||||
|
||||
|
||||
at tests/Overrides/VersionsTest.php:8
|
||||
4▕
|
||||
5▕ use Pest\Bootstrappers\BootOverrides;
|
||||
6▕
|
||||
7▕ test('versions', function (string $vendorPath, string $expectedHash) {
|
||||
➜ 8▕ expect(hash_file('sha256', $vendorPath))->toBe($expectedHash);
|
||||
9▕ })->with(function () {
|
||||
10▕ foreach (BootOverrides::FILES as $hash => $file) {
|
||||
11▕ $path = implode(DIRECTORY_SEPARATOR, [
|
||||
12▕ dirname(__DIR__, 2),
|
||||
|
||||
────────────────────────────────────────────────────────────────────────────
|
||||
FAILED Tests\Overrides\VersionsTest > versions with dataset "TextUI/Outp…
|
||||
Failed asserting that two strings are identical.
|
||||
-'cb7519f2d82893640b694492cf7ec9528da80773cc1d259634181b5d393528b5'
|
||||
+'badc88c79c2a47d768be3925051999b158d08b64e57ccf4ce560f1610cbcc1e8'
|
||||
|
||||
|
||||
at tests/Overrides/VersionsTest.php:8
|
||||
4▕
|
||||
5▕ use Pest\Bootstrappers\BootOverrides;
|
||||
6▕
|
||||
7▕ test('versions', function (string $vendorPath, string $expectedHash) {
|
||||
➜ 8▕ expect(hash_file('sha256', $vendorPath))->toBe($expectedHash);
|
||||
9▕ })->with(function () {
|
||||
10▕ foreach (BootOverrides::FILES as $hash => $file) {
|
||||
11▕ $path = implode(DIRECTORY_SEPARATOR, [
|
||||
12▕ dirname(__DIR__, 2),
|
||||
|
||||
────────────────────────────────────────────────────────────────────────────
|
||||
FAILED Tests\Overrides\VersionsTest > versions with dataset "TextUI/Test…
|
||||
Failed asserting that two strings are identical.
|
||||
-'6db25ee539e9b12b1fb4e044a0a93410e015bc983ecdd3909cd394fe44ae8c95'
|
||||
+'8607a62825a762735721c39e5d7d59f6efee1409d85cd3b1a976d0d83a308be0'
|
||||
|
||||
|
||||
at tests/Overrides/VersionsTest.php:8
|
||||
4▕
|
||||
5▕ use Pest\Bootstrappers\BootOverrides;
|
||||
6▕
|
||||
7▕ test('versions', function (string $vendorPath, string $expectedHash) {
|
||||
➜ 8▕ expect(hash_file('sha256', $vendorPath))->toBe($expectedHash);
|
||||
9▕ })->with(function () {
|
||||
10▕ foreach (BootOverrides::FILES as $hash => $file) {
|
||||
11▕ $path = implode(DIRECTORY_SEPARATOR, [
|
||||
12▕ dirname(__DIR__, 2),
|
||||
|
||||
────────────────────────────────────────────────────────────────────────────
|
||||
FAILED Tests\Overrides\VersionsTest > versions with dataset "Event/Value…
|
||||
Failed asserting that two strings are identical.
|
||||
-'ef64a657ed9c0067791483784944107827bf227c7e3200f212b6751876b99e25'
|
||||
+'a01a02eadd18146f12731c7adb8cd56cf76f3f6bda2bae06ff4fd6573789b0f4'
|
||||
|
||||
|
||||
at tests/Overrides/VersionsTest.php:8
|
||||
4▕
|
||||
5▕ use Pest\Bootstrappers\BootOverrides;
|
||||
6▕
|
||||
7▕ test('versions', function (string $vendorPath, string $expectedHash) {
|
||||
➜ 8▕ expect(hash_file('sha256', $vendorPath))->toBe($expectedHash);
|
||||
9▕ })->with(function () {
|
||||
10▕ foreach (BootOverrides::FILES as $hash => $file) {
|
||||
11▕ $path = implode(DIRECTORY_SEPARATOR, [
|
||||
12▕ dirname(__DIR__, 2),
|
||||
|
||||
────────────────────────────────────────────────────────────────────────────
|
||||
FAILED Tests\Unit\Support\DatasetInfo > it can check if dataset i… Error
|
||||
Unknown named parameter $file
|
||||
str_replace(): Argument #3 ($subject) must be of type array|string, null given
|
||||
|
||||
at vendor/filp/whoops/src/Whoops/Exception/FrameCollection.php:43
|
||||
39▕ * @return FrameCollection
|
||||
40▕ */
|
||||
41▕ public function filter($callable)
|
||||
42▕ {
|
||||
➜ 43▕ $this->frames = array_values(array_filter($this->frames, $callable));
|
||||
44▕ return $this;
|
||||
45▕ }
|
||||
46▕
|
||||
@ -12,8 +12,8 @@ it('can check if dataset is defined inside a Datasets directory', function (stri
|
||||
['file' => '/var/www/project/tests/Features/Datasets.php', 'inside' => false],
|
||||
]);
|
||||
|
||||
it('can check if dataset is defined inside a Datasets.php file', function (string $path, bool $inside) {
|
||||
expect(DatasetInfo::isADatasetsFile($path))->toBe($inside);
|
||||
it('can check if dataset is defined inside a Datasets.php file', function (string $file, bool $inside) {
|
||||
expect(DatasetInfo::isADatasetsFile($file))->toBe($inside);
|
||||
})->with([
|
||||
['file' => '/var/www/project/tests/Datasets/Numbers.php', 'inside' => false],
|
||||
['file' => '/var/www/project/tests/Datasets.php', 'inside' => true],
|
||||
|
||||
Reference in New Issue
Block a user