mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
Compare commits
139 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a34767fa15 | |||
| fe3c7d72bd | |||
| 97898a0a8e | |||
| cddddc3ec1 | |||
| f8930d20ae | |||
| 2e25eb59b8 | |||
| a5471fd0f4 | |||
| 9842e1051d | |||
| d39e4f15fe | |||
| 1a05df14d0 | |||
| 5c0df87f52 | |||
| ec6a81735a | |||
| 2ea37f3424 | |||
| 2e4206cb97 | |||
| 72b3cdaab4 | |||
| 9744b9848e | |||
| e1143d2cfc | |||
| 5861b0498a | |||
| f6d9aa51bd | |||
| 9070b12377 | |||
| dab68d6d85 | |||
| 40de54ecd5 | |||
| 6d8b926df3 | |||
| d6c3f3522b | |||
| 41cdb5f01b | |||
| 0064f3fdff | |||
| 518035514e | |||
| 81cdb7a300 | |||
| 97dbda92e6 | |||
| 4520fe918a | |||
| f73e6aebcb | |||
| 3b9ca8853f | |||
| cbc26faeb9 | |||
| 12c75524a2 | |||
| 6edbd69dc4 | |||
| 0cfb1237e5 | |||
| cab6aa6e57 | |||
| 9ff2f3b46c | |||
| ead0237fb3 | |||
| 31726b51ad | |||
| 99d3ee448c | |||
| d21ae255f1 | |||
| 0823e5da88 | |||
| 1f913f6fc1 | |||
| a6dec31b9d | |||
| c1979f735f | |||
| 1c1cb1e591 | |||
| 49ddcbd66b | |||
| 23c8adf497 | |||
| 8e3d7d85e8 | |||
| 3cee6a499d | |||
| 3f38f19df8 | |||
| 4df6ab4a84 | |||
| 90b6771451 | |||
| 681723cbc3 | |||
| d9595ec122 | |||
| ec35010cf4 | |||
| d14f2728d8 | |||
| 152b7a9fc4 | |||
| 56ec3b9ee3 | |||
| ca69e4fd94 | |||
| 1965763cd0 | |||
| cd8d94780f | |||
| ba87e1fde8 | |||
| e48bd31ae4 | |||
| 5ae061d208 | |||
| 3d7e621b7d | |||
| bf14c4262a | |||
| b186d7a4ee | |||
| e109cd1da2 | |||
| 473f295b77 | |||
| a05684026e | |||
| 5df46d03c3 | |||
| 19424ae06d | |||
| 6c8970e0a3 | |||
| 2f2b51ce3d | |||
| 33f596bcce | |||
| 50a96dcb8f | |||
| d9a4fa33b9 | |||
| cc6bd59df9 | |||
| 3ce6408195 | |||
| 1c673fcff9 | |||
| ff82596158 | |||
| 0539d2ba62 | |||
| 221ac62f03 | |||
| 4b6c949032 | |||
| 1915ad368a | |||
| 1408cffc02 | |||
| 95b5379945 | |||
| a4833bbfe4 | |||
| cb1c777b9b | |||
| 7433cc5565 | |||
| 4c769fac66 | |||
| 176d3efbc6 | |||
| d635665c1b | |||
| 22467d05c8 | |||
| 7a699e16db | |||
| 341ba56bb9 | |||
| a320cc3e2b | |||
| 8b428357b2 | |||
| bb6d6b0951 | |||
| b94b8c6a4f | |||
| 43894afa18 | |||
| 28de31a8b9 | |||
| 974e70d7d1 | |||
| f914f1ad87 | |||
| 14dd5cb57b | |||
| 077ed287b7 | |||
| 9a41f2ff82 | |||
| 88f29e4180 | |||
| c34f649724 | |||
| e1e4f8d884 | |||
| 2d6d8b810b | |||
| bcd1503cad | |||
| e0f2919f62 | |||
| a8bd353ba6 | |||
| ed3bb2634d | |||
| 48ae4bfc18 | |||
| 26bb0b6eec | |||
| 236a9bd7ce | |||
| f4d19c90d3 | |||
| ecbaff503e | |||
| 9d0cd32e3f | |||
| 8782e9c34e | |||
| a4932e41de | |||
| 522ac55d5f | |||
| b3a8aef6ac | |||
| 8068bebebd | |||
| b887116e5c | |||
| 6071d86ac6 | |||
| 5723da1043 | |||
| 17e242a5f6 | |||
| c9a8007811 | |||
| c64c41a4d9 | |||
| da4bf7f5c3 | |||
| bb5dbc878e | |||
| 7d89d3546e | |||
| 1f3e5115c7 | |||
| 9de85175db |
42
.github/workflows/integration-tests.yml
vendored
Normal file
42
.github/workflows/integration-tests.yml
vendored
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
name: Integration Tests
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 0 * * *'
|
||||||
|
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
ci:
|
||||||
|
if: github.event_name != 'schedule' || github.repository == 'pestphp/pest'
|
||||||
|
runs-on: ${{ matrix.os }}
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
|
php: ['8.1', '8.2']
|
||||||
|
dependency-version: [prefer-lowest, prefer-stable]
|
||||||
|
|
||||||
|
name: PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Setup PHP
|
||||||
|
uses: shivammathur/setup-php@v2
|
||||||
|
with:
|
||||||
|
php-version: ${{ matrix.php }}
|
||||||
|
tools: composer:v2
|
||||||
|
coverage: none
|
||||||
|
|
||||||
|
- name: Setup Problem Matches
|
||||||
|
run: |
|
||||||
|
echo "::add-matcher::${{ runner.tool_cache }}/php.json"
|
||||||
|
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
|
||||||
|
|
||||||
|
- name: Install PHP dependencies
|
||||||
|
run: composer update --${{ matrix.dependency-version }} --no-interaction --no-progress --ansi
|
||||||
|
|
||||||
|
- name: Integration Tests
|
||||||
|
run: composer test:integration
|
||||||
|
|
||||||
1
.github/workflows/static.yml
vendored
1
.github/workflows/static.yml
vendored
@ -8,6 +8,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
static:
|
static:
|
||||||
|
if: github.event_name != 'schedule' || github.repository == 'pestphp/pest'
|
||||||
name: Static Tests
|
name: Static Tests
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -9,6 +9,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
|
if: github.event_name != 'schedule' || github.repository == 'pestphp/pest'
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
@ -42,7 +43,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Unit Tests in Parallel
|
- name: Unit Tests in Parallel
|
||||||
run: composer test:parallel
|
run: composer test:parallel
|
||||||
if: startsWith(matrix.os, 'windows') != true
|
|
||||||
|
|
||||||
- name: Integration Tests
|
|
||||||
run: composer test:integration
|
|
||||||
|
|||||||
84
CHANGELOG.md
84
CHANGELOG.md
@ -2,13 +2,93 @@
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## [v2.5.2 (2023-04-19)](https://github.com/pestphp/pest/compare/v2.5.1...v2.5.2)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
- Removes `myclabs/php-enuma` dependency ([1a05df1](https://github.com/pestphp/pest/commit/1a05df14d0ce7d12583df26ff716807db6f81f13))
|
||||||
|
|
||||||
|
## [v2.5.1 (2023-04-18)](https://github.com/pestphp/pest/compare/v2.5.0...v2.5.1)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
- Bumps PHPUnit to `^10.1.1` ([ec6a817](https://github.com/pestphp/pest/commit/ec6a81735af19f5463d24545df97535d77697ec6))
|
||||||
|
|
||||||
|
## [v2.5.0 (2023-04-14)](https://github.com/pestphp/pest/compare/v2.4.0...v2.5.0)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
- Bumps PHPUnit to `^10.1.0` ([#780](https://github.com/pestphp/pest/pull/780))
|
||||||
|
|
||||||
|
## [v2.4.0 (2023-04-03)](https://github.com/pestphp/pest/compare/v2.3.0...v2.4.0)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- `skipOnWindows()`, `skipOnMac()`, and `skipOnLinux()` ([#757](https://github.com/pestphp/pest/pull/757))
|
||||||
|
- source architecture testing violation ([#1](https://github.com/pestphp/pest-plugin-arch/pull/1))([8e66263](https://github.com/pestphp/pest-plugin-arch/commit/8e66263104304e99e3d6ceda25c7ed679b27fb03))
|
||||||
|
- `toHaveProperties` may now also check values ([#760](https://github.com/pestphp/pest/pull/760))
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Tests on `tests/Helpers` directory not being executed ([#753](https://github.com/pestphp/pest/pull/753))
|
||||||
|
- Teamcity count ([#747](https://github.com/pestphp/pest/pull/747))
|
||||||
|
- Parallel execution when class extends class with same name ([#748](https://github.com/pestphp/pest/pull/748))
|
||||||
|
- Wording on `uses()` hint ([#745](https://github.com/pestphp/pest/pull/745/files))
|
||||||
|
|
||||||
|
## [v2.3.0 (2023-03-28)](https://github.com/pestphp/pest/compare/v2.2.3...v2.3.0)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Better error handler about missing uses ([#743](https://github.com/pestphp/pest/pull/743))
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Inconsistent spelling of `dataset` ([#739](https://github.com/pestphp/pest/pull/739))
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
- Bumps PHPUnit to `^10.0.19` ([3d7e621](https://github.com/pestphp/pest/commit/3d7e621b7dfc03f0b2d9dcf6eb06c26bc383f502))
|
||||||
|
|
||||||
|
## [v2.2.3 (2023-03-24)](https://github.com/pestphp/pest/compare/v2.2.2...v2.2.3)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Unnecessary dataset on dataset arguments mismatch ([#736](https://github.com/pestphp/pest/pull/736))
|
||||||
|
- Parallel arguments on plugins order ([#703](https://github.com/pestphp/pest/pull/703))
|
||||||
|
- Arch plugin runtime exceptions on bad phpdocs ([2f2b51c](https://github.com/pestphp/pest/commit/2f2b51ce3d1b000be9d6add0e785fd0044931b3b))
|
||||||
|
|
||||||
|
## [v2.2.2 (2023-03-23)](https://github.com/pestphp/pest/compare/v2.2.1...v2.2.2)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Edge case in parallel execution test description ([3ce6408](https://github.com/pestphp/pest/commit/3ce640819541ca6022b250e000f336d87c3e7889))
|
||||||
|
|
||||||
|
## [v2.2.1 (2023-03-22)](https://github.com/pestphp/pest/compare/v2.2.0...v2.2.1)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Collision between tests names with underscores ([#724](https://github.com/pestphp/pest/pull/724))
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
- Bumps PHPUnit to `^10.0.18` ([1408cff](https://github.com/pestphp/pest/commit/1408cffc028690057e44f00038f9390f776e6bfb))
|
||||||
|
|
||||||
|
## [v2.2.0 (2023-03-22)](https://github.com/pestphp/pest/compare/v2.1.0...v2.2.0)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Improved error messages on dataset arguments mismatch ([#698](https://github.com/pestphp/pest/pull/698))
|
||||||
|
- Allows the usage of `DateTimeInterface` on multiple expectations ([#716](https://github.com/pestphp/pest/pull/716))
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- `--dirty` option on Windows environments ([#721](https://github.com/pestphp/pest/pull/721))
|
||||||
|
- Parallel exit code when `phpunit.xml` is outdated ([14dd5cb](https://github.com/pestphp/pest/commit/14dd5cb57b9432300ac4e8095f069941cb43bdb5))
|
||||||
|
|
||||||
|
## [v2.1.0 (2023-03-21)](https://github.com/pestphp/pest/compare/v2.0.2...v2.1.0)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- `only` test case method ([bcd1503](https://github.com/pestphp/pest/commit/bcd1503cade938853a55c1283b02b6b820ea0b69))
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Issues with different characters on test names ([715](https://github.com/pestphp/pest/pull/715))
|
||||||
|
|
||||||
|
## [v2.0.2 (2023-03-20)](https://github.com/pestphp/pest/compare/v2.0.1...v2.0.2)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- `Pest.php` not being loaded in certain scenarios ([b887116](https://github.com/pestphp/pest/commit/b887116e5ce9a69403ad620cad20f0a029474eb5))
|
||||||
|
|
||||||
## [v2.0.1 (2023-03-20)](https://github.com/pestphp/pest/compare/v2.0.0...v2.0.1)
|
## [v2.0.1 (2023-03-20)](https://github.com/pestphp/pest/compare/v2.0.0...v2.0.1)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Wrong `version` configuration key on `composer.json` ([8f91f40](https://github.com/pestphp/pest/commit/8f91f40e8ea8b35e04b7989bed6a8f9439e2a2d6))
|
- Wrong `version` configuration key on `composer.json` ([8f91f40](https://github.com/pestphp/pest/commit/8f91f40e8ea8b35e04b7989bed6a8f9439e2a2d6))
|
||||||
|
|
||||||
###
|
|
||||||
|
|
||||||
## [v2.0.0 (2023-03-20)](https://github.com/pestphp/pest/compare/v1.22.6...v2.0.0)
|
## [v2.0.0 (2023-03-20)](https://github.com/pestphp/pest/compare/v1.22.6...v2.0.0)
|
||||||
|
|
||||||
Please consult the [upgrade guide](https://pestphp.com/docs/upgrade-guide) and [release notes](https://pestphp.com/docs/announcing-pest2) in the official Pest documentation.
|
Please consult the [upgrade guide](https://pestphp.com/docs/upgrade-guide) and [release notes](https://pestphp.com/docs/announcing-pest2) in the official Pest documentation.
|
||||||
|
|||||||
3
bin/pest
3
bin/pest
@ -1,7 +1,6 @@
|
|||||||
#!/usr/bin/env php
|
#!/usr/bin/env php
|
||||||
<?php declare(strict_types=1);
|
<?php declare(strict_types=1);
|
||||||
|
|
||||||
use Pest\ConfigLoader;
|
|
||||||
use Pest\Kernel;
|
use Pest\Kernel;
|
||||||
use Pest\Panic;
|
use Pest\Panic;
|
||||||
use Pest\TestCaseFilters\GitDirtyTestCaseFilter;
|
use Pest\TestCaseFilters\GitDirtyTestCaseFilter;
|
||||||
@ -71,7 +70,7 @@ use Symfony\Component\Console\Output\ConsoleOutput;
|
|||||||
|
|
||||||
$testSuite = TestSuite::getInstance(
|
$testSuite = TestSuite::getInstance(
|
||||||
$rootPath,
|
$rootPath,
|
||||||
$input->getParameterOption('--test-directory', (new ConfigLoader($rootPath))->getTestsDirectory()),
|
$input->getParameterOption('--test-directory', 'tests'),
|
||||||
);
|
);
|
||||||
|
|
||||||
if ($dirty) {
|
if ($dirty) {
|
||||||
|
|||||||
@ -4,7 +4,6 @@ declare(strict_types=1);
|
|||||||
|
|
||||||
use ParaTest\WrapperRunner\ApplicationForWrapperWorker;
|
use ParaTest\WrapperRunner\ApplicationForWrapperWorker;
|
||||||
use ParaTest\WrapperRunner\WrapperWorker;
|
use ParaTest\WrapperRunner\WrapperWorker;
|
||||||
use Pest\ConfigLoader;
|
|
||||||
use Pest\Kernel;
|
use Pest\Kernel;
|
||||||
use Pest\Plugins\Actions\CallsHandleArguments;
|
use Pest\Plugins\Actions\CallsHandleArguments;
|
||||||
use Pest\TestSuite;
|
use Pest\TestSuite;
|
||||||
@ -18,7 +17,7 @@ $bootPest = (static function (): void {
|
|||||||
$rootPath = dirname(PHPUNIT_COMPOSER_INSTALL, 2);
|
$rootPath = dirname(PHPUNIT_COMPOSER_INSTALL, 2);
|
||||||
$testSuite = TestSuite::getInstance($rootPath, $workerArgv->getParameterOption(
|
$testSuite = TestSuite::getInstance($rootPath, $workerArgv->getParameterOption(
|
||||||
'--test-directory',
|
'--test-directory',
|
||||||
(new ConfigLoader($rootPath))->getTestsDirectory()
|
'tests'
|
||||||
));
|
));
|
||||||
|
|
||||||
$input = new ArgvInput();
|
$input = new ArgvInput();
|
||||||
@ -93,7 +92,7 @@ $bootPest = (static function (): void {
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
$exitCode = $application->runTest(trim($testPath));
|
$exitCode = $application->runTest(realpath(trim($testPath)));
|
||||||
|
|
||||||
fwrite($statusFile, (string) $exitCode);
|
fwrite($statusFile, (string) $exitCode);
|
||||||
fflush($statusFile);
|
fflush($statusFile);
|
||||||
|
|||||||
@ -18,16 +18,16 @@
|
|||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.1.0",
|
"php": "^8.1.0",
|
||||||
"brianium/paratest": "^7.1.1",
|
"brianium/paratest": "^7.1.3",
|
||||||
"nunomaduro/collision": "^7.2.0",
|
"nunomaduro/collision": "^7.5.2",
|
||||||
"nunomaduro/termwind": "^1.15.1",
|
"nunomaduro/termwind": "^1.15.1",
|
||||||
"pestphp/pest-plugin": "^2.0.0",
|
"pestphp/pest-plugin": "^2.0.1",
|
||||||
"pestphp/pest-plugin-arch": "^2.0.0",
|
"pestphp/pest-plugin-arch": "^2.1.2",
|
||||||
"phpunit/phpunit": "^10.0.16"
|
"phpunit/phpunit": "^10.1.2"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"webmozart/assert": "<1.11.0",
|
"webmozart/assert": "<1.11.0",
|
||||||
"phpunit/phpunit": ">10.0.16"
|
"phpunit/phpunit": ">10.1.2"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
@ -41,6 +41,7 @@
|
|||||||
"autoload-dev": {
|
"autoload-dev": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Tests\\Fixtures\\Covers\\": "tests/Fixtures/Covers",
|
"Tests\\Fixtures\\Covers\\": "tests/Fixtures/Covers",
|
||||||
|
"Tests\\Fixtures\\Inheritance\\": "tests/Fixtures/Inheritance",
|
||||||
"Tests\\": "tests/PHPUnit/"
|
"Tests\\": "tests/PHPUnit/"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
@ -48,8 +49,8 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"pestphp/pest-dev-tools": "^2.5.0",
|
"pestphp/pest-dev-tools": "^2.8.0",
|
||||||
"symfony/process": "^6.2.7"
|
"symfony/process": "^6.2.10"
|
||||||
},
|
},
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"config": {
|
"config": {
|
||||||
@ -71,7 +72,7 @@
|
|||||||
"test:unit": "php bin/pest --colors=always --exclude-group=integration --compact",
|
"test:unit": "php bin/pest --colors=always --exclude-group=integration --compact",
|
||||||
"test:inline": "php bin/pest --colors=always --configuration=phpunit.inline.xml",
|
"test:inline": "php bin/pest --colors=always --configuration=phpunit.inline.xml",
|
||||||
"test:parallel": "php bin/pest --colors=always --exclude-group=integration --parallel --processes=10",
|
"test:parallel": "php bin/pest --colors=always --exclude-group=integration --parallel --processes=10",
|
||||||
"test:integration": "php bin/pest --colors=always --group=integration -v",
|
"test:integration": "php bin/pest --colors=always --group=integration",
|
||||||
"update:snapshots": "REBUILD_SNAPSHOTS=true php bin/pest --colors=always",
|
"update:snapshots": "REBUILD_SNAPSHOTS=true php bin/pest --colors=always",
|
||||||
"test": [
|
"test": [
|
||||||
"@test:refacto",
|
"@test:refacto",
|
||||||
@ -92,6 +93,7 @@
|
|||||||
"Pest\\Plugins\\Environment",
|
"Pest\\Plugins\\Environment",
|
||||||
"Pest\\Plugins\\Help",
|
"Pest\\Plugins\\Help",
|
||||||
"Pest\\Plugins\\Memory",
|
"Pest\\Plugins\\Memory",
|
||||||
|
"Pest\\Plugins\\Only",
|
||||||
"Pest\\Plugins\\Printer",
|
"Pest\\Plugins\\Printer",
|
||||||
"Pest\\Plugins\\ProcessIsolation",
|
"Pest\\Plugins\\ProcessIsolation",
|
||||||
"Pest\\Plugins\\Profile",
|
"Pest\\Plugins\\Profile",
|
||||||
|
|||||||
@ -2,7 +2,7 @@ ARG PHP=8.1
|
|||||||
FROM php:${PHP}-cli-alpine
|
FROM php:${PHP}-cli-alpine
|
||||||
|
|
||||||
RUN apk update \
|
RUN apk update \
|
||||||
&& apk add zip libzip-dev icu-dev
|
&& apk add zip libzip-dev icu-dev git
|
||||||
|
|
||||||
RUN docker-php-ext-configure zip
|
RUN docker-php-ext-configure zip
|
||||||
RUN docker-php-ext-install zip
|
RUN docker-php-ext-install zip
|
||||||
|
|||||||
56
overrides/Event/Value/ThrowableBuilder.php
Normal file
56
overrides/Event/Value/ThrowableBuilder.php
Normal file
@ -0,0 +1,56 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
/*
|
||||||
|
* This file is part of PHPUnit.
|
||||||
|
*
|
||||||
|
* (c) Sebastian Bergmann <sebastian@phpunit.de>
|
||||||
|
*
|
||||||
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace PHPUnit\Event\Code;
|
||||||
|
|
||||||
|
use NunoMaduro\Collision\Contracts\RenderableOnCollisionEditor;
|
||||||
|
use PHPUnit\Event\NoPreviousThrowableException;
|
||||||
|
use PHPUnit\Framework\Exception;
|
||||||
|
use PHPUnit\Util\Filter;
|
||||||
|
use PHPUnit\Util\ThrowableToStringMapper;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @internal This class is not covered by the backward compatibility promise for PHPUnit
|
||||||
|
*/
|
||||||
|
final class ThrowableBuilder
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* @throws Exception
|
||||||
|
* @throws NoPreviousThrowableException
|
||||||
|
*/
|
||||||
|
public static function from(\Throwable $t): Throwable
|
||||||
|
{
|
||||||
|
$previous = $t->getPrevious();
|
||||||
|
|
||||||
|
if ($previous !== null) {
|
||||||
|
$previous = self::from($previous);
|
||||||
|
}
|
||||||
|
|
||||||
|
$trace = Filter::getFilteredStacktrace($t);
|
||||||
|
|
||||||
|
if ($t instanceof RenderableOnCollisionEditor && $frame = $t->toCollisionEditor()) {
|
||||||
|
$file = $frame->getFile();
|
||||||
|
$line = $frame->getLine();
|
||||||
|
|
||||||
|
$trace = "$file:$line\n$trace";
|
||||||
|
}
|
||||||
|
|
||||||
|
return new Throwable(
|
||||||
|
$t::class,
|
||||||
|
$t->getMessage(),
|
||||||
|
ThrowableToStringMapper::map($t),
|
||||||
|
$trace,
|
||||||
|
$previous
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -107,7 +107,7 @@ final class NameFilterIterator extends RecursiveFilterIterator
|
|||||||
if (preg_match('/^(.*?)#(\d+)(?:-(\d+))?$/', $filter, $matches)) {
|
if (preg_match('/^(.*?)#(\d+)(?:-(\d+))?$/', $filter, $matches)) {
|
||||||
if (isset($matches[3]) && $matches[2] < $matches[3]) {
|
if (isset($matches[3]) && $matches[2] < $matches[3]) {
|
||||||
$filter = sprintf(
|
$filter = sprintf(
|
||||||
'%s.*with data set #(\d+)$',
|
'%s.*with dataset #(\d+)$',
|
||||||
$matches[1]
|
$matches[1]
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -115,7 +115,7 @@ final class NameFilterIterator extends RecursiveFilterIterator
|
|||||||
$this->filterMax = (int) $matches[3];
|
$this->filterMax = (int) $matches[3];
|
||||||
} else {
|
} else {
|
||||||
$filter = sprintf(
|
$filter = sprintf(
|
||||||
'%s.*with data set #%s$',
|
'%s.*with dataset #%s$',
|
||||||
$matches[1],
|
$matches[1],
|
||||||
$matches[2]
|
$matches[2]
|
||||||
);
|
);
|
||||||
@ -125,7 +125,7 @@ final class NameFilterIterator extends RecursiveFilterIterator
|
|||||||
// * testDetermineJsonError@JSON.*
|
// * testDetermineJsonError@JSON.*
|
||||||
elseif (preg_match('/^(.*?)@(.+)$/', $filter, $matches)) {
|
elseif (preg_match('/^(.*?)@(.+)$/', $filter, $matches)) {
|
||||||
$filter = sprintf(
|
$filter = sprintf(
|
||||||
'%s.*with data set "%s"$',
|
'%s.*with dataset "%s"$',
|
||||||
$matches[1],
|
$matches[1],
|
||||||
$matches[2]
|
$matches[2]
|
||||||
);
|
);
|
||||||
|
|||||||
128
overrides/TextUI/TestSuiteFilterProcessor.php
Normal file
128
overrides/TextUI/TestSuiteFilterProcessor.php
Normal file
@ -0,0 +1,128 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* BSD 3-Clause License
|
||||||
|
*
|
||||||
|
* Copyright (c) 2001-2023, Sebastian Bergmann
|
||||||
|
* All rights reserved.
|
||||||
|
*
|
||||||
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
* modification, are permitted provided that the following conditions are met:
|
||||||
|
*
|
||||||
|
* 1. Redistributions of source code must retain the above copyright notice, this
|
||||||
|
* list of conditions and the following disclaimer.
|
||||||
|
*
|
||||||
|
* 2. Redistributions in binary form must reproduce the above copyright notice,
|
||||||
|
* this list of conditions and the following disclaimer in the documentation
|
||||||
|
* and/or other materials provided with the distribution.
|
||||||
|
*
|
||||||
|
* 3. Neither the name of the copyright holder nor the names of its
|
||||||
|
* contributors may be used to endorse or promote products derived from
|
||||||
|
* this software without specific prior written permission.
|
||||||
|
*
|
||||||
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||||||
|
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
|
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
||||||
|
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||||
|
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
||||||
|
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
|
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||||
|
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
/*
|
||||||
|
* This file is part of PHPUnit.
|
||||||
|
*
|
||||||
|
* (c) Sebastian Bergmann <sebastian@phpunit.de>
|
||||||
|
*
|
||||||
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace PHPUnit\TextUI;
|
||||||
|
|
||||||
|
use function array_map;
|
||||||
|
use Pest\Plugins\Only;
|
||||||
|
use PHPUnit\Event;
|
||||||
|
use PHPUnit\Framework\TestSuite;
|
||||||
|
use PHPUnit\Runner\Filter\Factory;
|
||||||
|
use PHPUnit\TextUI\Configuration\Configuration;
|
||||||
|
use PHPUnit\TextUI\Configuration\FilterNotConfiguredException;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @internal This class is not covered by the backward compatibility promise for PHPUnit
|
||||||
|
*/
|
||||||
|
final class TestSuiteFilterProcessor
|
||||||
|
{
|
||||||
|
private Factory $filterFactory;
|
||||||
|
|
||||||
|
public function __construct(Factory $factory = new Factory)
|
||||||
|
{
|
||||||
|
$this->filterFactory = $factory;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @throws Event\RuntimeException
|
||||||
|
* @throws FilterNotConfiguredException
|
||||||
|
*/
|
||||||
|
public function process(Configuration $configuration, TestSuite $suite): void
|
||||||
|
{
|
||||||
|
if (! $configuration->hasFilter() &&
|
||||||
|
! $configuration->hasGroups() &&
|
||||||
|
! $configuration->hasExcludeGroups() &&
|
||||||
|
! $configuration->hasTestsCovering() &&
|
||||||
|
! $configuration->hasTestsUsing() &&
|
||||||
|
! Only::isEnabled()
|
||||||
|
) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if ($configuration->hasExcludeGroups()) {
|
||||||
|
$this->filterFactory->addExcludeGroupFilter(
|
||||||
|
$configuration->excludeGroups()
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (Only::isEnabled()) {
|
||||||
|
$this->filterFactory->addIncludeGroupFilter(['__pest_only']);
|
||||||
|
} elseif ($configuration->hasGroups()) {
|
||||||
|
$this->filterFactory->addIncludeGroupFilter(
|
||||||
|
$configuration->groups()
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
if ($configuration->hasTestsCovering()) {
|
||||||
|
$this->filterFactory->addIncludeGroupFilter(
|
||||||
|
array_map(
|
||||||
|
static fn (string $name): string => '__phpunit_covers_'.$name,
|
||||||
|
$configuration->testsCovering()
|
||||||
|
)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
if ($configuration->hasTestsUsing()) {
|
||||||
|
$this->filterFactory->addIncludeGroupFilter(
|
||||||
|
array_map(
|
||||||
|
static fn (string $name): string => '__phpunit_uses_'.$name,
|
||||||
|
$configuration->testsUsing()
|
||||||
|
)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
if ($configuration->hasFilter()) {
|
||||||
|
$this->filterFactory->addNameFilter(
|
||||||
|
$configuration->filter()
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
$suite->injectFilter($this->filterFactory);
|
||||||
|
|
||||||
|
Event\Facade::emitter()->testSuiteFiltered(
|
||||||
|
Event\TestSuite\TestSuiteBuilder::from($suite)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -12,6 +12,7 @@ parameters:
|
|||||||
reportUnmatchedIgnoredErrors: true
|
reportUnmatchedIgnoredErrors: true
|
||||||
|
|
||||||
ignoreErrors:
|
ignoreErrors:
|
||||||
|
- "#has a nullable return type declaration.#"
|
||||||
- "#Language construct isset\\(\\) should not be used.#"
|
- "#Language construct isset\\(\\) should not be used.#"
|
||||||
- "#is not allowed to extend#"
|
- "#is not allowed to extend#"
|
||||||
- "#is concrete, but does not have a Test suffix#"
|
- "#is concrete, but does not have a Test suffix#"
|
||||||
@ -20,4 +21,3 @@ parameters:
|
|||||||
- "# with null as default value#"
|
- "# with null as default value#"
|
||||||
- "#has parameter \\$closure with default value.#"
|
- "#has parameter \\$closure with default value.#"
|
||||||
- "#has parameter \\$description with default value.#"
|
- "#has parameter \\$description with default value.#"
|
||||||
- "#Method Pest\\\\Support\\\\Reflection::getParameterClassName\\(\\) has a nullable return type declaration.#"
|
|
||||||
|
|||||||
@ -18,11 +18,12 @@
|
|||||||
<directory suffix=".php">./tests</directory>
|
<directory suffix=".php">./tests</directory>
|
||||||
<exclude>./tests/.snapshots</exclude>
|
<exclude>./tests/.snapshots</exclude>
|
||||||
<exclude>./tests/.tests</exclude>
|
<exclude>./tests/.tests</exclude>
|
||||||
|
<exclude>./tests/Fixtures/Inheritance</exclude>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
</testsuites>
|
</testsuites>
|
||||||
<coverage>
|
<source>
|
||||||
<include>
|
<include>
|
||||||
<directory suffix=".php">./src</directory>
|
<directory suffix=".php">./src</directory>
|
||||||
</include>
|
</include>
|
||||||
</coverage>
|
</source>
|
||||||
</phpunit>
|
</phpunit>
|
||||||
|
|||||||
@ -23,6 +23,8 @@ final class BootOverrides implements Bootstrapper
|
|||||||
'Runner/TestSuiteLoader.php',
|
'Runner/TestSuiteLoader.php',
|
||||||
'TextUI/Command/WarmCodeCoverageCacheCommand.php',
|
'TextUI/Command/WarmCodeCoverageCacheCommand.php',
|
||||||
'TextUI/Output/Default/ProgressPrinter/TestSkippedSubscriber.php',
|
'TextUI/Output/Default/ProgressPrinter/TestSkippedSubscriber.php',
|
||||||
|
'TextUI/TestSuiteFilterProcessor.php',
|
||||||
|
'Event/Value/ThrowableBuilder.php',
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -45,7 +45,7 @@ final class BootSubscribers implements Bootstrapper
|
|||||||
|
|
||||||
assert($instance instanceof Subscriber);
|
assert($instance instanceof Subscriber);
|
||||||
|
|
||||||
method_exists(Event\Facade::class, 'instance') ? Event\Facade::instance()->registerSubscriber($instance) : Event\Facade::registerSubscriber($instance); // @phpstan-ignore-line
|
Event\Facade::instance()->registerSubscriber($instance);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -5,11 +5,14 @@ declare(strict_types=1);
|
|||||||
namespace Pest\Concerns;
|
namespace Pest\Concerns;
|
||||||
|
|
||||||
use Closure;
|
use Closure;
|
||||||
|
use Pest\Exceptions\DatasetArgsCountMismatch;
|
||||||
use Pest\Support\ChainableClosure;
|
use Pest\Support\ChainableClosure;
|
||||||
use Pest\Support\ExceptionTrace;
|
use Pest\Support\ExceptionTrace;
|
||||||
use Pest\Support\Reflection;
|
use Pest\Support\Reflection;
|
||||||
use Pest\TestSuite;
|
use Pest\TestSuite;
|
||||||
use PHPUnit\Framework\TestCase;
|
use PHPUnit\Framework\TestCase;
|
||||||
|
use ReflectionException;
|
||||||
|
use ReflectionFunction;
|
||||||
use Throwable;
|
use Throwable;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -84,7 +87,7 @@ trait Testable
|
|||||||
*/
|
*/
|
||||||
public function __addBeforeAll(?Closure $hook): void
|
public function __addBeforeAll(?Closure $hook): void
|
||||||
{
|
{
|
||||||
if ($hook === null) {
|
if (! $hook instanceof \Closure) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -98,7 +101,7 @@ trait Testable
|
|||||||
*/
|
*/
|
||||||
public function __addAfterAll(?Closure $hook): void
|
public function __addAfterAll(?Closure $hook): void
|
||||||
{
|
{
|
||||||
if ($hook === null) {
|
if (! $hook instanceof \Closure) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -128,7 +131,7 @@ trait Testable
|
|||||||
*/
|
*/
|
||||||
private function __addHook(string $property, ?Closure $hook): void
|
private function __addHook(string $property, ?Closure $hook): void
|
||||||
{
|
{
|
||||||
if ($hook === null) {
|
if (! $hook instanceof \Closure) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -178,7 +181,7 @@ trait Testable
|
|||||||
|
|
||||||
parent::setUp();
|
parent::setUp();
|
||||||
|
|
||||||
$beforeEach = TestSuite::getInstance()->beforeEach->get(self::$__filename);
|
$beforeEach = TestSuite::getInstance()->beforeEach->get(self::$__filename)[1];
|
||||||
|
|
||||||
if ($this->__beforeEach instanceof Closure) {
|
if ($this->__beforeEach instanceof Closure) {
|
||||||
$beforeEach = ChainableClosure::from($this->__beforeEach, $beforeEach);
|
$beforeEach = ChainableClosure::from($this->__beforeEach, $beforeEach);
|
||||||
@ -212,7 +215,10 @@ trait Testable
|
|||||||
*/
|
*/
|
||||||
private function __runTest(Closure $closure, ...$args): mixed
|
private function __runTest(Closure $closure, ...$args): mixed
|
||||||
{
|
{
|
||||||
return $this->__callClosure($closure, $this->__resolveTestArguments($args));
|
$arguments = $this->__resolveTestArguments($args);
|
||||||
|
$this->__ensureDatasetArgumentNumberMatches($arguments);
|
||||||
|
|
||||||
|
return $this->__callClosure($closure, $arguments);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -235,7 +241,7 @@ trait Testable
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (in_array($testParameterTypes[$argumentIndex], [\Closure::class, 'callable', 'mixed'])) {
|
if (in_array($testParameterTypes[$argumentIndex], [Closure::class, 'callable', 'mixed'])) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -249,7 +255,7 @@ trait Testable
|
|||||||
return $arguments;
|
return $arguments;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (in_array($testParameterTypes[0], [\Closure::class, 'callable'])) {
|
if (in_array($testParameterTypes[0], [Closure::class, 'callable'])) {
|
||||||
return $arguments;
|
return $arguments;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -264,6 +270,30 @@ trait Testable
|
|||||||
return array_values($boundDatasetResult);
|
return array_values($boundDatasetResult);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ensures dataset items count matches underlying test case required parameters
|
||||||
|
*
|
||||||
|
* @throws ReflectionException
|
||||||
|
* @throws DatasetArgsCountMismatch
|
||||||
|
*/
|
||||||
|
private function __ensureDatasetArgumentNumberMatches(array $arguments): void
|
||||||
|
{
|
||||||
|
if ($arguments === []) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
$underlyingTest = Reflection::getFunctionVariable($this->__test, 'closure');
|
||||||
|
$testReflection = new ReflectionFunction($underlyingTest);
|
||||||
|
$requiredParametersCount = $testReflection->getNumberOfRequiredParameters();
|
||||||
|
$suppliedParametersCount = count($arguments);
|
||||||
|
|
||||||
|
if ($suppliedParametersCount >= $requiredParametersCount) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
throw new DatasetArgsCountMismatch($requiredParametersCount, $suppliedParametersCount);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @throws Throwable
|
* @throws Throwable
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -1,113 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Pest;
|
|
||||||
|
|
||||||
use Pest\Support\Str;
|
|
||||||
use SimpleXMLElement;
|
|
||||||
use Throwable;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @internal
|
|
||||||
*/
|
|
||||||
final class ConfigLoader
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* Default path if config loading went wrong.
|
|
||||||
*
|
|
||||||
* @var string
|
|
||||||
*/
|
|
||||||
public const DEFAULT_TESTS_PATH = 'tests';
|
|
||||||
|
|
||||||
/**
|
|
||||||
* XML tree of the PHPUnit configuration file.
|
|
||||||
*/
|
|
||||||
private ?SimpleXMLElement $config = null;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Creates a new instance of the config loader.
|
|
||||||
*/
|
|
||||||
public function __construct(private readonly string $rootPath)
|
|
||||||
{
|
|
||||||
$this->loadConfiguration();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get the tests directory or fallback to default path.
|
|
||||||
*/
|
|
||||||
public function getTestsDirectory(): string
|
|
||||||
{
|
|
||||||
$suiteDirectory = [];
|
|
||||||
if (is_null($this->config)) {
|
|
||||||
return self::DEFAULT_TESTS_PATH;
|
|
||||||
}
|
|
||||||
|
|
||||||
$suiteDirectory = $this->config->xpath('/phpunit/testsuites/testsuite/directory');
|
|
||||||
|
|
||||||
if ($suiteDirectory === []) {
|
|
||||||
return self::DEFAULT_TESTS_PATH;
|
|
||||||
}
|
|
||||||
|
|
||||||
$directory = (string) ($suiteDirectory[0] ?? '');
|
|
||||||
|
|
||||||
if ($directory === '') {
|
|
||||||
return self::DEFAULT_TESTS_PATH;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Return the whole directory if only a separator found (e.g. `./tests`)
|
|
||||||
if (substr_count($directory, DIRECTORY_SEPARATOR) === 1) {
|
|
||||||
return is_dir($directory) ? $directory : self::DEFAULT_TESTS_PATH;
|
|
||||||
}
|
|
||||||
|
|
||||||
$basePath = Str::beforeLast($directory, DIRECTORY_SEPARATOR);
|
|
||||||
|
|
||||||
return is_dir($basePath) ? $basePath : self::DEFAULT_TESTS_PATH;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get the configuration file path.
|
|
||||||
*/
|
|
||||||
public function getConfigurationFilePath(): string|bool
|
|
||||||
{
|
|
||||||
$candidates = [
|
|
||||||
$this->rootPath.'/phpunit.xml',
|
|
||||||
$this->rootPath.'/phpunit.dist.xml',
|
|
||||||
$this->rootPath.'/phpunit.xml.dist',
|
|
||||||
];
|
|
||||||
|
|
||||||
foreach ($candidates as $candidate) {
|
|
||||||
if (is_file($candidate)) {
|
|
||||||
return realpath($candidate);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Load the configuration file.
|
|
||||||
*/
|
|
||||||
private function loadConfiguration(): void
|
|
||||||
{
|
|
||||||
$configPath = $this->getConfigurationFilePath();
|
|
||||||
|
|
||||||
if (is_bool($configPath)) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
$oldReportingLevel = error_reporting(0);
|
|
||||||
$content = file_get_contents($configPath);
|
|
||||||
|
|
||||||
if ($content !== false) {
|
|
||||||
try {
|
|
||||||
$this->config = new SimpleXMLElement($content);
|
|
||||||
} catch (Throwable) { // @phpstan-ignore-line
|
|
||||||
// @ignoreException
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Restore the correct error reporting
|
|
||||||
error_reporting($oldReportingLevel);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -7,7 +7,7 @@ namespace Pest\Contracts;
|
|||||||
use Pest\Factories\TestCaseMethodFactory;
|
use Pest\Factories\TestCaseMethodFactory;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @interal
|
* @internal
|
||||||
*/
|
*/
|
||||||
interface AddsAnnotations
|
interface AddsAnnotations
|
||||||
{
|
{
|
||||||
|
|||||||
@ -10,7 +10,7 @@ namespace Pest\Contracts\Plugins;
|
|||||||
interface HandlesArguments
|
interface HandlesArguments
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Adds arguments before of the Test Suite execution.
|
* Adds arguments before the Test Suite execution.
|
||||||
*
|
*
|
||||||
* @param array<int, string> $arguments
|
* @param array<int, string> $arguments
|
||||||
* @return array<int, string>
|
* @return array<int, string>
|
||||||
|
|||||||
15
src/Exceptions/DatasetArgsCountMismatch.php
Normal file
15
src/Exceptions/DatasetArgsCountMismatch.php
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
namespace Pest\Exceptions;
|
||||||
|
|
||||||
|
use Exception;
|
||||||
|
|
||||||
|
final class DatasetArgsCountMismatch extends Exception
|
||||||
|
{
|
||||||
|
public function __construct(int $requiredCount, int $suppliedCount)
|
||||||
|
{
|
||||||
|
parent::__construct(sprintf('Test expects %d arguments but dataset only provides %d', $requiredCount, $suppliedCount));
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -64,7 +64,7 @@ final class Expectation
|
|||||||
*/
|
*/
|
||||||
public function and(mixed $value): Expectation
|
public function and(mixed $value): Expectation
|
||||||
{
|
{
|
||||||
return $value instanceof static ? $value : new self($value);
|
return $value instanceof self ? $value : new self($value);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -14,7 +14,17 @@ final class TestDox implements AddsAnnotations
|
|||||||
*/
|
*/
|
||||||
public function __invoke(TestCaseMethodFactory $method, array $annotations): array
|
public function __invoke(TestCaseMethodFactory $method, array $annotations): array
|
||||||
{
|
{
|
||||||
$annotations[] = "@testdox $method->description";
|
/*
|
||||||
|
* escapes docblock according to
|
||||||
|
* https://manual.phpdoc.org/HTMLframesConverter/default/phpDocumentor/tutorial_phpDocumentor.howto.pkg.html#basics.desc
|
||||||
|
*
|
||||||
|
* note: '@' escaping is not needed as it cannot be the first character of the line (it always starts with @testdox
|
||||||
|
*/
|
||||||
|
|
||||||
|
assert($method->description !== null);
|
||||||
|
$methodDescription = str_replace('*/', '{@*}', $method->description);
|
||||||
|
|
||||||
|
$annotations[] = "@testdox $methodDescription";
|
||||||
|
|
||||||
return $annotations;
|
return $annotations;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -14,7 +14,7 @@ use Pest\Factories\TestCaseMethodFactory;
|
|||||||
final class Covers extends Attribute
|
final class Covers extends Attribute
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Determine if the attribute should be placed above the classe instead of above the method.
|
* Determine if the attribute should be placed above the class instead of above the method.
|
||||||
*/
|
*/
|
||||||
public static bool $above = true;
|
public static bool $above = true;
|
||||||
|
|
||||||
|
|||||||
@ -217,7 +217,7 @@ final class TestCaseFactory
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (! $method->receivesArguments()) {
|
if (! $method->receivesArguments()) {
|
||||||
if ($method->closure === null) {
|
if (! $method->closure instanceof \Closure) {
|
||||||
throw ShouldNotHappen::fromMessage('The test closure may not be empty.');
|
throw ShouldNotHappen::fromMessage('The test closure may not be empty.');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -90,7 +90,7 @@ final class TestCaseMethodFactory
|
|||||||
$method = $this;
|
$method = $this;
|
||||||
|
|
||||||
return function () use ($testCase, $method, $closure): mixed { // @phpstan-ignore-line
|
return function () use ($testCase, $method, $closure): mixed { // @phpstan-ignore-line
|
||||||
/* @var TestCase $this */
|
/* @var TestCase $this */
|
||||||
$testCase->proxies->proxy($this);
|
$testCase->proxies->proxy($this);
|
||||||
$method->proxies->proxy($this);
|
$method->proxies->proxy($this);
|
||||||
|
|
||||||
|
|||||||
@ -43,7 +43,7 @@ if (! function_exists('beforeEach')) {
|
|||||||
/**
|
/**
|
||||||
* Runs the given closure before each test in the current file.
|
* Runs the given closure before each test in the current file.
|
||||||
*
|
*
|
||||||
* @return HigherOrderTapProxy<TestCall|TestCase>|TestCall|mixed
|
* @return HigherOrderTapProxy<TestCall|TestCase>|TestCall|TestCase|mixed
|
||||||
*/
|
*/
|
||||||
function beforeEach(Closure $closure = null): BeforeEachCall
|
function beforeEach(Closure $closure = null): BeforeEachCall
|
||||||
{
|
{
|
||||||
@ -92,7 +92,7 @@ if (! function_exists('test')) {
|
|||||||
*/
|
*/
|
||||||
function test(string $description = null, Closure $closure = null): HigherOrderTapProxy|TestCall
|
function test(string $description = null, Closure $closure = null): HigherOrderTapProxy|TestCall
|
||||||
{
|
{
|
||||||
if ($description === null && TestSuite::getInstance()->test !== null) {
|
if ($description === null && TestSuite::getInstance()->test instanceof \PHPUnit\Framework\TestCase) {
|
||||||
return new HigherOrderTapProxy(TestSuite::getInstance()->test);
|
return new HigherOrderTapProxy(TestSuite::getInstance()->test);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,9 @@ use Pest\Plugins\Actions\CallsBoot;
|
|||||||
use Pest\Plugins\Actions\CallsHandleArguments;
|
use Pest\Plugins\Actions\CallsHandleArguments;
|
||||||
use Pest\Plugins\Actions\CallsShutdown;
|
use Pest\Plugins\Actions\CallsShutdown;
|
||||||
use Pest\Support\Container;
|
use Pest\Support\Container;
|
||||||
|
use PHPUnit\TestRunner\TestResult\Facade;
|
||||||
use PHPUnit\TextUI\Application;
|
use PHPUnit\TextUI\Application;
|
||||||
|
use PHPUnit\TextUI\Configuration\Registry;
|
||||||
use Symfony\Component\Console\Input\InputInterface;
|
use Symfony\Component\Console\Input\InputInterface;
|
||||||
use Symfony\Component\Console\Output\OutputInterface;
|
use Symfony\Component\Console\Output\OutputInterface;
|
||||||
|
|
||||||
@ -90,8 +92,11 @@ final class Kernel
|
|||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$configuration = Registry::get();
|
||||||
|
$result = Facade::result();
|
||||||
|
|
||||||
return CallsAddsOutput::execute(
|
return CallsAddsOutput::execute(
|
||||||
Result::exitCode(),
|
Result::exitCode($configuration, $result),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -64,7 +64,7 @@ final class Converter
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the exception messsage.
|
* Gets the exception message.
|
||||||
*/
|
*/
|
||||||
public function getExceptionMessage(Throwable $throwable): string
|
public function getExceptionMessage(Throwable $throwable): string
|
||||||
{
|
{
|
||||||
@ -166,6 +166,14 @@ final class Converter
|
|||||||
return $this->toRelativePath($path);
|
return $this->toRelativePath($path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the test suite size.
|
||||||
|
*/
|
||||||
|
public function getTestSuiteSize(TestSuite $testSuite): int
|
||||||
|
{
|
||||||
|
return $testSuite->count();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Transforms the given path in relative path.
|
* Transforms the given path in relative path.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -40,6 +40,13 @@ final class ServiceMessage
|
|||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static function testSuiteCount(int $count): self
|
||||||
|
{
|
||||||
|
return new self('testCount', [
|
||||||
|
'count' => $count,
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
public static function testSuiteFinished(string $name): self
|
public static function testSuiteFinished(string $name): self
|
||||||
{
|
{
|
||||||
return new self('testSuiteFinished', [
|
return new self('testSuiteFinished', [
|
||||||
|
|||||||
@ -34,6 +34,7 @@ use PHPUnit\Event\TestSuite\Finished as TestSuiteFinished;
|
|||||||
use PHPUnit\Event\TestSuite\Started as TestSuiteStarted;
|
use PHPUnit\Event\TestSuite\Started as TestSuiteStarted;
|
||||||
use PHPUnit\Event\UnknownSubscriberTypeException;
|
use PHPUnit\Event\UnknownSubscriberTypeException;
|
||||||
use PHPUnit\TestRunner\TestResult\Facade as TestResultFacade;
|
use PHPUnit\TestRunner\TestResult\Facade as TestResultFacade;
|
||||||
|
use ReflectionClass;
|
||||||
use Symfony\Component\Console\Output\ConsoleOutput;
|
use Symfony\Component\Console\Output\ConsoleOutput;
|
||||||
use Symfony\Component\Console\Output\OutputInterface;
|
use Symfony\Component\Console\Output\OutputInterface;
|
||||||
|
|
||||||
@ -44,6 +45,8 @@ final class TeamCityLogger
|
|||||||
{
|
{
|
||||||
private ?HRTime $time = null;
|
private ?HRTime $time = null;
|
||||||
|
|
||||||
|
private bool $isSummaryTestCountPrinted = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @throws EventFacadeIsSealedException
|
* @throws EventFacadeIsSealedException
|
||||||
* @throws UnknownSubscriberTypeException
|
* @throws UnknownSubscriberTypeException
|
||||||
@ -66,6 +69,15 @@ final class TeamCityLogger
|
|||||||
);
|
);
|
||||||
|
|
||||||
$this->output($message);
|
$this->output($message);
|
||||||
|
|
||||||
|
if (! $this->isSummaryTestCountPrinted) {
|
||||||
|
$this->isSummaryTestCountPrinted = true;
|
||||||
|
$message = ServiceMessage::testSuiteCount(
|
||||||
|
$this->converter->getTestSuiteSize($event->testSuite())
|
||||||
|
);
|
||||||
|
|
||||||
|
$this->output($message);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testSuiteFinished(TestSuiteFinished $event): void
|
public function testSuiteFinished(TestSuiteFinished $event): void
|
||||||
@ -169,7 +181,7 @@ final class TeamCityLogger
|
|||||||
|
|
||||||
public function testFinished(Finished $event): void
|
public function testFinished(Finished $event): void
|
||||||
{
|
{
|
||||||
if ($this->time === null) {
|
if (! $this->time instanceof \PHPUnit\Event\Telemetry\HRTime) {
|
||||||
throw ShouldNotHappen::fromMessage('Start time has not been set.');
|
throw ShouldNotHappen::fromMessage('Start time has not been set.');
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -196,13 +208,17 @@ final class TeamCityLogger
|
|||||||
$style = new Style($this->output);
|
$style = new Style($this->output);
|
||||||
|
|
||||||
$telemetry = $event->telemetryInfo();
|
$telemetry = $event->telemetryInfo();
|
||||||
|
|
||||||
if ($this->withoutDuration) {
|
if ($this->withoutDuration) {
|
||||||
|
$reflector = new ReflectionClass($telemetry);
|
||||||
|
|
||||||
|
$property = $reflector->getProperty('current');
|
||||||
|
$property->setAccessible(true);
|
||||||
|
$snapshot = $property->getValue($telemetry);
|
||||||
|
assert($snapshot instanceof Snapshot);
|
||||||
|
|
||||||
$telemetry = new Info(
|
$telemetry = new Info(
|
||||||
new Snapshot(
|
$snapshot,
|
||||||
$telemetry->time(),
|
|
||||||
$telemetry->memoryUsage(),
|
|
||||||
$telemetry->peakMemoryUsage(),
|
|
||||||
),
|
|
||||||
Duration::fromSecondsAndNanoseconds(1, 0),
|
Duration::fromSecondsAndNanoseconds(1, 0),
|
||||||
$telemetry->memoryUsageSinceStart(),
|
$telemetry->memoryUsageSinceStart(),
|
||||||
$telemetry->durationSincePrevious(),
|
$telemetry->durationSincePrevious(),
|
||||||
@ -237,8 +253,7 @@ final class TeamCityLogger
|
|||||||
new TestExecutionFinishedSubscriber($this),
|
new TestExecutionFinishedSubscriber($this),
|
||||||
];
|
];
|
||||||
|
|
||||||
// @phpstan-ignore-next-line
|
Facade::instance()->registerSubscribers(...$subscribers);
|
||||||
method_exists(Facade::class, 'instance') ? Facade::instance()->registerSubscribers(...$subscribers) : Facade::registerSubscribers(...$subscribers);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private function setFlowId(): void
|
private function setFlowId(): void
|
||||||
|
|||||||
@ -6,6 +6,7 @@ namespace Pest\Mixins;
|
|||||||
|
|
||||||
use BadMethodCallException;
|
use BadMethodCallException;
|
||||||
use Closure;
|
use Closure;
|
||||||
|
use DateTimeInterface;
|
||||||
use Error;
|
use Error;
|
||||||
use InvalidArgumentException;
|
use InvalidArgumentException;
|
||||||
use Pest\Exceptions\InvalidExpectationValue;
|
use Pest\Exceptions\InvalidExpectationValue;
|
||||||
@ -124,7 +125,7 @@ final class Expectation
|
|||||||
*
|
*
|
||||||
* @return self<TValue>
|
* @return self<TValue>
|
||||||
*/
|
*/
|
||||||
public function toBeGreaterThan(int|float $expected, string $message = ''): self
|
public function toBeGreaterThan(int|float|DateTimeInterface $expected, string $message = ''): self
|
||||||
{
|
{
|
||||||
Assert::assertGreaterThan($expected, $this->value, $message);
|
Assert::assertGreaterThan($expected, $this->value, $message);
|
||||||
|
|
||||||
@ -136,7 +137,7 @@ final class Expectation
|
|||||||
*
|
*
|
||||||
* @return self<TValue>
|
* @return self<TValue>
|
||||||
*/
|
*/
|
||||||
public function toBeGreaterThanOrEqual(int|float $expected, string $message = ''): self
|
public function toBeGreaterThanOrEqual(int|float|DateTimeInterface $expected, string $message = ''): self
|
||||||
{
|
{
|
||||||
Assert::assertGreaterThanOrEqual($expected, $this->value, $message);
|
Assert::assertGreaterThanOrEqual($expected, $this->value, $message);
|
||||||
|
|
||||||
@ -148,7 +149,7 @@ final class Expectation
|
|||||||
*
|
*
|
||||||
* @return self<TValue>
|
* @return self<TValue>
|
||||||
*/
|
*/
|
||||||
public function toBeLessThan(int|float $expected, string $message = ''): self
|
public function toBeLessThan(int|float|DateTimeInterface $expected, string $message = ''): self
|
||||||
{
|
{
|
||||||
Assert::assertLessThan($expected, $this->value, $message);
|
Assert::assertLessThan($expected, $this->value, $message);
|
||||||
|
|
||||||
@ -160,7 +161,7 @@ final class Expectation
|
|||||||
*
|
*
|
||||||
* @return self<TValue>
|
* @return self<TValue>
|
||||||
*/
|
*/
|
||||||
public function toBeLessThanOrEqual(int|float $expected, string $message = ''): self
|
public function toBeLessThanOrEqual(int|float|DateTimeInterface $expected, string $message = ''): self
|
||||||
{
|
{
|
||||||
Assert::assertLessThanOrEqual($expected, $this->value, $message);
|
Assert::assertLessThanOrEqual($expected, $this->value, $message);
|
||||||
|
|
||||||
@ -295,8 +296,8 @@ final class Expectation
|
|||||||
*/
|
*/
|
||||||
public function toHaveProperties(iterable $names, string $message = ''): self
|
public function toHaveProperties(iterable $names, string $message = ''): self
|
||||||
{
|
{
|
||||||
foreach ($names as $name) {
|
foreach ($names as $name => $value) {
|
||||||
$this->toHaveProperty($name, message: $message);
|
is_int($name) ? $this->toHaveProperty($value, message: $message) : $this->toHaveProperty($name, $value, $message);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
@ -841,7 +842,7 @@ final class Expectation
|
|||||||
* @param (Closure(Throwable): mixed)|string $exception
|
* @param (Closure(Throwable): mixed)|string $exception
|
||||||
* @return self<TValue>
|
* @return self<TValue>
|
||||||
*/
|
*/
|
||||||
public function toThrow(callable|string $exception, string $exceptionMessage = null, string $message = ''): self
|
public function toThrow(callable|string|Throwable $exception, string $exceptionMessage = null, string $message = ''): self
|
||||||
{
|
{
|
||||||
$callback = NullClosure::create();
|
$callback = NullClosure::create();
|
||||||
|
|
||||||
@ -863,6 +864,15 @@ final class Expectation
|
|||||||
try {
|
try {
|
||||||
($this->value)();
|
($this->value)();
|
||||||
} catch (Throwable $e) {
|
} catch (Throwable $e) {
|
||||||
|
|
||||||
|
if ($exception instanceof Throwable) {
|
||||||
|
expect($e)
|
||||||
|
->toBeInstanceOf($exception::class, $message)
|
||||||
|
->and($e->getMessage())->toBe($exceptionMessage ?? $exception->getMessage(), $message);
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
if (! class_exists($exception)) {
|
if (! class_exists($exception)) {
|
||||||
if ($e instanceof Error && $e->getMessage() === "Class \"$exception\" not found") {
|
if ($e instanceof Error && $e->getMessage() === "Class \"$exception\" not found") {
|
||||||
Assert::assertTrue(true);
|
Assert::assertTrue(true);
|
||||||
@ -887,7 +897,7 @@ final class Expectation
|
|||||||
|
|
||||||
Assert::assertTrue(true);
|
Assert::assertTrue(true);
|
||||||
|
|
||||||
if (! class_exists($exception)) {
|
if (! $exception instanceof Throwable && ! class_exists($exception)) {
|
||||||
throw new ExpectationFailedException("Exception with message \"$exception\" not thrown.");
|
throw new ExpectationFailedException("Exception with message \"$exception\" not thrown.");
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -899,7 +909,7 @@ final class Expectation
|
|||||||
*/
|
*/
|
||||||
private function export(mixed $value): string
|
private function export(mixed $value): string
|
||||||
{
|
{
|
||||||
if ($this->exporter === null) {
|
if (! $this->exporter instanceof \Pest\Support\Exporter) {
|
||||||
$this->exporter = Exporter::default();
|
$this->exporter = Exporter::default();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -19,12 +19,17 @@ final class BeforeEachCall
|
|||||||
/**
|
/**
|
||||||
* Holds the before each closure.
|
* Holds the before each closure.
|
||||||
*/
|
*/
|
||||||
private readonly \Closure $closure;
|
private readonly Closure $closure;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The calls that should be proxied.
|
* The test call proxies.
|
||||||
*/
|
*/
|
||||||
private readonly HigherOrderMessageCollection $proxies;
|
private readonly HigherOrderMessageCollection $testCallProxies;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The test case proxies.
|
||||||
|
*/
|
||||||
|
private readonly HigherOrderMessageCollection $testCaseProxies;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a new Pending Call.
|
* Creates a new Pending Call.
|
||||||
@ -36,7 +41,8 @@ final class BeforeEachCall
|
|||||||
) {
|
) {
|
||||||
$this->closure = $closure instanceof Closure ? $closure : NullClosure::create();
|
$this->closure = $closure instanceof Closure ? $closure : NullClosure::create();
|
||||||
|
|
||||||
$this->proxies = new HigherOrderMessageCollection();
|
$this->testCallProxies = new HigherOrderMessageCollection();
|
||||||
|
$this->testCaseProxies = new HigherOrderMessageCollection();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -44,13 +50,16 @@ final class BeforeEachCall
|
|||||||
*/
|
*/
|
||||||
public function __destruct()
|
public function __destruct()
|
||||||
{
|
{
|
||||||
$proxies = $this->proxies;
|
$testCaseProxies = $this->testCaseProxies;
|
||||||
|
|
||||||
$this->testSuite->beforeEach->set(
|
$this->testSuite->beforeEach->set(
|
||||||
$this->filename,
|
$this->filename,
|
||||||
ChainableClosure::from(function () use ($proxies): void {
|
function (TestCall $testCall): void {
|
||||||
$proxies->chain($this);
|
$this->testCallProxies->chain($testCall);
|
||||||
}, $this->closure)
|
},
|
||||||
|
ChainableClosure::from(function () use ($testCaseProxies): void {
|
||||||
|
$testCaseProxies->chain($this);
|
||||||
|
}, $this->closure),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -61,7 +70,13 @@ final class BeforeEachCall
|
|||||||
*/
|
*/
|
||||||
public function __call(string $name, array $arguments): self
|
public function __call(string $name, array $arguments): self
|
||||||
{
|
{
|
||||||
$this->proxies
|
if (method_exists(TestCall::class, $name)) {
|
||||||
|
$this->testCallProxies->add(Backtrace::file(), Backtrace::line(), $name, $arguments);
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
$this->testCaseProxies
|
||||||
->add(Backtrace::file(), Backtrace::line(), $name, $arguments);
|
->add(Backtrace::file(), Backtrace::line(), $name, $arguments);
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
|
|||||||
@ -10,6 +10,7 @@ use Pest\Factories\Covers\CoversClass;
|
|||||||
use Pest\Factories\Covers\CoversFunction;
|
use Pest\Factories\Covers\CoversFunction;
|
||||||
use Pest\Factories\Covers\CoversNothing;
|
use Pest\Factories\Covers\CoversNothing;
|
||||||
use Pest\Factories\TestCaseMethodFactory;
|
use Pest\Factories\TestCaseMethodFactory;
|
||||||
|
use Pest\Plugins\Only;
|
||||||
use Pest\Support\Backtrace;
|
use Pest\Support\Backtrace;
|
||||||
use Pest\Support\Exporter;
|
use Pest\Support\Exporter;
|
||||||
use Pest\Support\HigherOrderCallables;
|
use Pest\Support\HigherOrderCallables;
|
||||||
@ -39,12 +40,15 @@ final class TestCall
|
|||||||
*/
|
*/
|
||||||
public function __construct(
|
public function __construct(
|
||||||
private readonly TestSuite $testSuite,
|
private readonly TestSuite $testSuite,
|
||||||
string $filename,
|
private readonly string $filename,
|
||||||
string $description = null,
|
string $description = null,
|
||||||
Closure $closure = null
|
Closure $closure = null
|
||||||
) {
|
) {
|
||||||
$this->testCaseMethod = new TestCaseMethodFactory($filename, $description, $closure);
|
$this->testCaseMethod = new TestCaseMethodFactory($filename, $description, $closure);
|
||||||
|
|
||||||
$this->descriptionLess = $description === null;
|
$this->descriptionLess = $description === null;
|
||||||
|
|
||||||
|
$this->testSuite->beforeEach->get($filename)[0]($this);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -134,6 +138,16 @@ final class TestCall
|
|||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Filters the test suite by "only" tests.
|
||||||
|
*/
|
||||||
|
public function only(): self
|
||||||
|
{
|
||||||
|
Only::enable($this);
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Skips the current test.
|
* Skips the current test.
|
||||||
*/
|
*/
|
||||||
@ -156,11 +170,45 @@ final class TestCall
|
|||||||
|
|
||||||
$this->testCaseMethod
|
$this->testCaseMethod
|
||||||
->chains
|
->chains
|
||||||
->addWhen($condition, Backtrace::file(), Backtrace::line(), 'markTestSkipped', [$message]);
|
->addWhen($condition, $this->filename, Backtrace::line(), 'markTestSkipped', [$message]);
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Skips the current test if the given test is running on Windows.
|
||||||
|
*/
|
||||||
|
public function skipOnWindows(): self
|
||||||
|
{
|
||||||
|
return $this->skipOn('Windows', 'This test is skipped on [Windows].');
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Skips the current test if the given test is running on Mac OS.
|
||||||
|
*/
|
||||||
|
public function skipOnMac(): self
|
||||||
|
{
|
||||||
|
return $this->skipOn('Darwin', 'This test is skipped on [Mac].');
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Skips the current test if the given test is running on Linux.
|
||||||
|
*/
|
||||||
|
public function skipOnLinux(): self
|
||||||
|
{
|
||||||
|
return $this->skipOn('Linux', 'This test is skipped on [Linux].');
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Skips the current test if the given test is running on the given operating systems.
|
||||||
|
*/
|
||||||
|
private function skipOn(string $osFamily, string $message): self
|
||||||
|
{
|
||||||
|
return PHP_OS_FAMILY === $osFamily
|
||||||
|
? $this->skip($message)
|
||||||
|
: $this;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the test as "todo".
|
* Sets the test as "todo".
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -6,7 +6,7 @@ namespace Pest;
|
|||||||
|
|
||||||
function version(): string
|
function version(): string
|
||||||
{
|
{
|
||||||
return '2.0.1';
|
return '2.6.0';
|
||||||
}
|
}
|
||||||
|
|
||||||
function testDirectory(string $file = ''): string
|
function testDirectory(string $file = ''): string
|
||||||
|
|||||||
@ -102,20 +102,23 @@ final class Help implements HandlesArguments
|
|||||||
'desc' => 'Initialise a standard Pest configuration',
|
'desc' => 'Initialise a standard Pest configuration',
|
||||||
]], ...$content['Configuration']];
|
]], ...$content['Configuration']];
|
||||||
|
|
||||||
$content['Selection'] = array_merge([
|
$content['Execution'] = [...[
|
||||||
[
|
[
|
||||||
'arg' => '--bail',
|
'arg' => '--parallel',
|
||||||
'desc' => 'Stop execution upon first not-passed test',
|
'desc' => 'Run tests in parallel',
|
||||||
],
|
],
|
||||||
[
|
], ...$content['Execution']];
|
||||||
'arg' => '--todos',
|
|
||||||
'desc' => 'Output to standard output the list of todos',
|
$content['Selection'] = [[
|
||||||
],
|
'arg' => '--bail',
|
||||||
[
|
'desc' => 'Stop execution upon first not-passed test',
|
||||||
'arg' => '--retry',
|
], [
|
||||||
'desc' => 'Run non-passing tests first and stop execution upon first error or failure',
|
'arg' => '--todos',
|
||||||
],
|
'desc' => 'Output to standard output the list of todos',
|
||||||
], $content['Selection']);
|
], [
|
||||||
|
'arg' => '--retry',
|
||||||
|
'desc' => 'Run non-passing tests first and stop execution upon first error or failure',
|
||||||
|
], ...$content['Selection']];
|
||||||
|
|
||||||
$content['Reporting'] = [...$content['Reporting'], ...[
|
$content['Reporting'] = [...$content['Reporting'], ...[
|
||||||
[
|
[
|
||||||
@ -124,16 +127,13 @@ final class Help implements HandlesArguments
|
|||||||
],
|
],
|
||||||
]];
|
]];
|
||||||
|
|
||||||
$content['Code Coverage'] = array_merge([
|
$content['Code Coverage'] = [[
|
||||||
[
|
'arg' => '--coverage ',
|
||||||
'arg' => '--coverage ',
|
'desc' => 'Generate code coverage report and output to standard output',
|
||||||
'desc' => 'Generate code coverage report and output to standard output',
|
], [
|
||||||
],
|
'arg' => '--coverage --min',
|
||||||
[
|
'desc' => 'Set the minimum required coverage percentage, and fail if not met',
|
||||||
'arg' => '--coverage --min',
|
], ...$content['Code Coverage']];
|
||||||
'desc' => 'Set the minimum required coverage percentage, and fail if not met',
|
|
||||||
],
|
|
||||||
], $content['Code Coverage']);
|
|
||||||
|
|
||||||
$content['Profiling'] = [
|
$content['Profiling'] = [
|
||||||
[
|
[
|
||||||
|
|||||||
@ -26,11 +26,11 @@ final class Init implements HandlesArguments
|
|||||||
* The files that will be created.
|
* The files that will be created.
|
||||||
*/
|
*/
|
||||||
private const STUBS = [
|
private const STUBS = [
|
||||||
'phpunit.xml' => 'phpunit.xml',
|
'phpunit.xml.stub' => 'phpunit.xml',
|
||||||
'Pest.php' => 'tests/Pest.php',
|
'Pest.php.stub' => 'tests/Pest.php',
|
||||||
'TestCase.php' => 'tests/TestCase.php',
|
'TestCase.php.stub' => 'tests/TestCase.php',
|
||||||
'Unit/ExampleTest.php' => 'tests/Unit/ExampleTest.php',
|
'Unit/ExampleTest.php.stub' => 'tests/Unit/ExampleTest.php',
|
||||||
'Feature/ExampleTest.php' => 'tests/Feature/ExampleTest.php',
|
'Feature/ExampleTest.php.stub' => 'tests/Feature/ExampleTest.php',
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
61
src/Plugins/Only.php
Normal file
61
src/Plugins/Only.php
Normal file
@ -0,0 +1,61 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
namespace Pest\Plugins;
|
||||||
|
|
||||||
|
use Pest\Contracts\Plugins\Shutdownable;
|
||||||
|
use Pest\PendingCalls\TestCall;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @internal
|
||||||
|
*/
|
||||||
|
final class Only implements Shutdownable
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* The temporary folder.
|
||||||
|
*/
|
||||||
|
private const TEMPORARY_FOLDER = __DIR__
|
||||||
|
.DIRECTORY_SEPARATOR
|
||||||
|
.'..'
|
||||||
|
.DIRECTORY_SEPARATOR
|
||||||
|
.'..'
|
||||||
|
.DIRECTORY_SEPARATOR
|
||||||
|
.'.temp';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* {@inheritDoc}
|
||||||
|
*/
|
||||||
|
public function shutdown(): void
|
||||||
|
{
|
||||||
|
$lockFile = self::TEMPORARY_FOLDER.DIRECTORY_SEPARATOR.'only.lock';
|
||||||
|
|
||||||
|
if (file_exists($lockFile)) {
|
||||||
|
unlink($lockFile);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Creates the lock file.
|
||||||
|
*/
|
||||||
|
public static function enable(TestCall $testCall): void
|
||||||
|
{
|
||||||
|
$testCall->group('__pest_only');
|
||||||
|
|
||||||
|
$lockFile = self::TEMPORARY_FOLDER.DIRECTORY_SEPARATOR.'only.lock';
|
||||||
|
|
||||||
|
if (! file_exists($lockFile)) {
|
||||||
|
touch($lockFile);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Checks if "only" mode is enabled.
|
||||||
|
*/
|
||||||
|
public static function isEnabled(): bool
|
||||||
|
{
|
||||||
|
$lockFile = self::TEMPORARY_FOLDER.DIRECTORY_SEPARATOR.'only.lock';
|
||||||
|
|
||||||
|
return file_exists($lockFile);
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -14,15 +14,16 @@ use Pest\Support\Arr;
|
|||||||
use Pest\Support\Container;
|
use Pest\Support\Container;
|
||||||
use Pest\TestSuite;
|
use Pest\TestSuite;
|
||||||
use function Pest\version;
|
use function Pest\version;
|
||||||
|
use Stringable;
|
||||||
use Symfony\Component\Console\Application;
|
use Symfony\Component\Console\Application;
|
||||||
use Symfony\Component\Console\Command\Command;
|
|
||||||
use Symfony\Component\Console\Input\ArgvInput;
|
use Symfony\Component\Console\Input\ArgvInput;
|
||||||
use Symfony\Component\Console\Output\OutputInterface;
|
|
||||||
|
|
||||||
final class Parallel implements HandlesArguments
|
final class Parallel implements HandlesArguments
|
||||||
{
|
{
|
||||||
use HandleArguments;
|
use HandleArguments;
|
||||||
|
|
||||||
|
private const GLOBAL_PREFIX = 'PEST_PARALLEL_GLOBAL_';
|
||||||
|
|
||||||
private const HANDLERS = [
|
private const HANDLERS = [
|
||||||
Parallel\Handlers\Parallel::class,
|
Parallel\Handlers\Parallel::class,
|
||||||
Parallel\Handlers\Pest::class,
|
Parallel\Handlers\Pest::class,
|
||||||
@ -59,6 +60,33 @@ final class Parallel implements HandlesArguments
|
|||||||
return ((int) $argvValue) === 1;
|
return ((int) $argvValue) === 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Sets a global value that can be accessed by the parent process and all workers.
|
||||||
|
*/
|
||||||
|
public static function setGlobal(string $key, string|int|bool|Stringable $value): void
|
||||||
|
{
|
||||||
|
$data = ['value' => $value instanceof Stringable ? $value->__toString() : $value];
|
||||||
|
|
||||||
|
$_ENV[self::GLOBAL_PREFIX.$key] = json_encode($data, JSON_THROW_ON_ERROR);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns the given global value if one has been set.
|
||||||
|
*/
|
||||||
|
public static function getGlobal(string $key): string|int|bool|null
|
||||||
|
{
|
||||||
|
$placesToCheck = [$_SERVER, $_ENV];
|
||||||
|
|
||||||
|
foreach ($placesToCheck as $location) {
|
||||||
|
if (array_key_exists(self::GLOBAL_PREFIX.$key, $location)) {
|
||||||
|
// @phpstan-ignore-next-line
|
||||||
|
return json_decode((string) $location[self::GLOBAL_PREFIX.$key], true, 512, JSON_THROW_ON_ERROR)['value'] ?? null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
@ -86,12 +114,6 @@ final class Parallel implements HandlesArguments
|
|||||||
*/
|
*/
|
||||||
private function runTestSuiteInParallel(array $arguments): int
|
private function runTestSuiteInParallel(array $arguments): int
|
||||||
{
|
{
|
||||||
if (! class_exists(ParaTestCommand::class)) {
|
|
||||||
$this->askUserToInstallParatest();
|
|
||||||
|
|
||||||
return Command::FAILURE;
|
|
||||||
}
|
|
||||||
|
|
||||||
$handlers = array_filter(
|
$handlers = array_filter(
|
||||||
array_map(fn ($handler): object|string => Container::getInstance()->get($handler), self::HANDLERS),
|
array_map(fn ($handler): object|string => Container::getInstance()->get($handler), self::HANDLERS),
|
||||||
fn ($handler): bool => $handler instanceof HandlesArguments,
|
fn ($handler): bool => $handler instanceof HandlesArguments,
|
||||||
@ -128,20 +150,6 @@ final class Parallel implements HandlesArguments
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Outputs a message to the user asking them to install ParaTest as a dev dependency.
|
|
||||||
*/
|
|
||||||
private function askUserToInstallParatest(): void
|
|
||||||
{
|
|
||||||
/** @var OutputInterface $output */
|
|
||||||
$output = Container::getInstance()->get(OutputInterface::class);
|
|
||||||
|
|
||||||
$output->writeln([
|
|
||||||
'<fg=red>Pest Parallel requires ParaTest to run.</>',
|
|
||||||
'Please run <fg=yellow>composer require --dev brianium/paratest</>.',
|
|
||||||
]);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Builds an instance of the Paratest command.
|
* Builds an instance of the Paratest command.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -20,13 +20,13 @@ use ParaTest\Options;
|
|||||||
use ParaTest\RunnerInterface;
|
use ParaTest\RunnerInterface;
|
||||||
use ParaTest\WrapperRunner\SuiteLoader;
|
use ParaTest\WrapperRunner\SuiteLoader;
|
||||||
use ParaTest\WrapperRunner\WrapperWorker;
|
use ParaTest\WrapperRunner\WrapperWorker;
|
||||||
|
use Pest\Result;
|
||||||
use Pest\TestSuite;
|
use Pest\TestSuite;
|
||||||
use PHPUnit\Event\Facade as EventFacade;
|
use PHPUnit\Event\Facade as EventFacade;
|
||||||
use PHPUnit\Runner\CodeCoverage;
|
use PHPUnit\Runner\CodeCoverage;
|
||||||
use PHPUnit\TestRunner\TestResult\Facade as TestResultFacade;
|
use PHPUnit\TestRunner\TestResult\Facade as TestResultFacade;
|
||||||
use PHPUnit\TestRunner\TestResult\TestResult;
|
use PHPUnit\TestRunner\TestResult\TestResult;
|
||||||
use PHPUnit\TextUI\Configuration\CodeCoverageFilterRegistry;
|
use PHPUnit\TextUI\Configuration\CodeCoverageFilterRegistry;
|
||||||
use PHPUnit\TextUI\ShellExitCodeCalculator;
|
|
||||||
use PHPUnit\Util\ExcludeList;
|
use PHPUnit\Util\ExcludeList;
|
||||||
use function realpath;
|
use function realpath;
|
||||||
use SebastianBergmann\Timer\Timer;
|
use SebastianBergmann\Timer\Timer;
|
||||||
@ -115,8 +115,7 @@ final class WrapperRunner implements RunnerInterface
|
|||||||
|
|
||||||
TestResultFacade::init();
|
TestResultFacade::init();
|
||||||
|
|
||||||
// @phpstan-ignore-next-line
|
EventFacade::instance()->seal();
|
||||||
method_exists(EventFacade::class, 'instance') ? EventFacade::instance()->seal() : EventFacade::seal();
|
|
||||||
|
|
||||||
$suiteLoader = new SuiteLoader($this->options, $this->output, $this->codeCoverageFilterRegistry);
|
$suiteLoader = new SuiteLoader($this->options, $this->output, $this->codeCoverageFilterRegistry);
|
||||||
$this->pending = $this->getTestFiles($suiteLoader);
|
$this->pending = $this->getTestFiles($suiteLoader);
|
||||||
@ -331,14 +330,7 @@ final class WrapperRunner implements RunnerInterface
|
|||||||
$this->generateCodeCoverageReports();
|
$this->generateCodeCoverageReports();
|
||||||
$this->generateLogs();
|
$this->generateLogs();
|
||||||
|
|
||||||
$exitCode = (new ShellExitCodeCalculator())->calculate(
|
$exitCode = Result::exitCode($this->options->configuration, $testResultSum);
|
||||||
$this->options->configuration->failOnEmptyTestSuite(),
|
|
||||||
$this->options->configuration->failOnRisky(),
|
|
||||||
$this->options->configuration->failOnWarning(),
|
|
||||||
$this->options->configuration->failOnIncomplete(),
|
|
||||||
$this->options->configuration->failOnSkipped(),
|
|
||||||
$testResultSum,
|
|
||||||
);
|
|
||||||
|
|
||||||
$this->clearFiles($this->testresultFiles);
|
$this->clearFiles($this->testresultFiles);
|
||||||
$this->clearFiles($this->coverageFiles);
|
$this->clearFiles($this->coverageFiles);
|
||||||
|
|||||||
@ -7,6 +7,7 @@ namespace Pest\Plugins\Parallel\Support;
|
|||||||
use NunoMaduro\Collision\Adapters\Phpunit\State;
|
use NunoMaduro\Collision\Adapters\Phpunit\State;
|
||||||
use NunoMaduro\Collision\Adapters\Phpunit\Style;
|
use NunoMaduro\Collision\Adapters\Phpunit\Style;
|
||||||
use ParaTest\Options;
|
use ParaTest\Options;
|
||||||
|
use PHPUnit\Event\Telemetry\GarbageCollectorStatus;
|
||||||
use PHPUnit\Event\Telemetry\HRTime;
|
use PHPUnit\Event\Telemetry\HRTime;
|
||||||
use PHPUnit\Event\Telemetry\Info;
|
use PHPUnit\Event\Telemetry\Info;
|
||||||
use PHPUnit\Event\Telemetry\MemoryUsage;
|
use PHPUnit\Event\Telemetry\MemoryUsage;
|
||||||
@ -122,11 +123,25 @@ final class CompactPrinter
|
|||||||
$snapshotDuration = HRTime::fromSecondsAndNanoseconds((int) $duration->asSeconds(), $nanoseconds);
|
$snapshotDuration = HRTime::fromSecondsAndNanoseconds((int) $duration->asSeconds(), $nanoseconds);
|
||||||
$telemetryDuration = \PHPUnit\Event\Telemetry\Duration::fromSecondsAndNanoseconds((int) $duration->asSeconds(), $nanoseconds);
|
$telemetryDuration = \PHPUnit\Event\Telemetry\Duration::fromSecondsAndNanoseconds((int) $duration->asSeconds(), $nanoseconds);
|
||||||
|
|
||||||
|
$status = gc_status();
|
||||||
|
|
||||||
|
$garbageCollectorStatus = new GarbageCollectorStatus(
|
||||||
|
$status['runs'],
|
||||||
|
$status['collected'],
|
||||||
|
$status['threshold'],
|
||||||
|
$status['roots'],
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
);
|
||||||
|
|
||||||
$telemetry = new Info(
|
$telemetry = new Info(
|
||||||
new Snapshot(
|
new Snapshot(
|
||||||
$snapshotDuration,
|
$snapshotDuration,
|
||||||
MemoryUsage::fromBytes(0),
|
MemoryUsage::fromBytes(0),
|
||||||
MemoryUsage::fromBytes(0),
|
MemoryUsage::fromBytes(0),
|
||||||
|
$garbageCollectorStatus,
|
||||||
),
|
),
|
||||||
$telemetryDuration,
|
$telemetryDuration,
|
||||||
MemoryUsage::fromBytes(0),
|
MemoryUsage::fromBytes(0),
|
||||||
|
|||||||
@ -14,27 +14,34 @@ use Pest\Support\NullClosure;
|
|||||||
final class BeforeEachRepository
|
final class BeforeEachRepository
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @var array<string, Closure>
|
* @var array<string, array{0: Closure, 1: Closure}>
|
||||||
*/
|
*/
|
||||||
private array $state = [];
|
private array $state = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets a before each closure.
|
* Sets a before each closure.
|
||||||
*/
|
*/
|
||||||
public function set(string $filename, Closure $closure): void
|
public function set(string $filename, Closure $beforeEachTestCall, Closure $beforeEachTestCase): void
|
||||||
{
|
{
|
||||||
if (array_key_exists($filename, $this->state)) {
|
if (array_key_exists($filename, $this->state)) {
|
||||||
throw new BeforeEachAlreadyExist($filename);
|
throw new BeforeEachAlreadyExist($filename);
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->state[$filename] = $closure;
|
$this->state[$filename] = [$beforeEachTestCall, $beforeEachTestCase];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets a before each closure by the given filename.
|
* Gets a before each closure by the given filename.
|
||||||
|
*
|
||||||
|
* @return array{0: Closure, 1: Closure}
|
||||||
*/
|
*/
|
||||||
public function get(string $filename): Closure
|
public function get(string $filename): array
|
||||||
{
|
{
|
||||||
return $this->state[$filename] ?? NullClosure::create();
|
$closures = $this->state[$filename] ?? [];
|
||||||
|
|
||||||
|
return [
|
||||||
|
$closures[0] ?? NullClosure::create(),
|
||||||
|
$closures[1] ?? NullClosure::create(),
|
||||||
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -235,6 +235,6 @@ final class DatasetsRepository
|
|||||||
return sprintf('(%s)', $exporter->shortenedRecursiveExport($data));
|
return sprintf('(%s)', $exporter->shortenedRecursiveExport($data));
|
||||||
}
|
}
|
||||||
|
|
||||||
return sprintf('data set "%s"', $key);
|
return sprintf('dataset "%s"', $key);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -4,8 +4,8 @@ declare(strict_types=1);
|
|||||||
|
|
||||||
namespace Pest;
|
namespace Pest;
|
||||||
|
|
||||||
use PHPUnit\TestRunner\TestResult\Facade;
|
use PHPUnit\TestRunner\TestResult\TestResult;
|
||||||
use PHPUnit\TextUI\Configuration\Registry;
|
use PHPUnit\TextUI\Configuration\Configuration;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @internal
|
* @internal
|
||||||
@ -21,26 +21,24 @@ final class Result
|
|||||||
/**
|
/**
|
||||||
* If the exit code is different from 0.
|
* If the exit code is different from 0.
|
||||||
*/
|
*/
|
||||||
public static function failed(): bool
|
public static function failed(Configuration $configuration, TestResult $result): bool
|
||||||
{
|
{
|
||||||
return ! self::ok();
|
return ! self::ok($configuration, $result);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* If the exit code is exactly 0.
|
* If the exit code is exactly 0.
|
||||||
*/
|
*/
|
||||||
public static function ok(): bool
|
public static function ok(Configuration $configuration, TestResult $result): bool
|
||||||
{
|
{
|
||||||
return self::exitCode() === self::SUCCESS_EXIT;
|
return self::exitCode($configuration, $result) === self::SUCCESS_EXIT;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the test execution's exit code.
|
* Get the test execution's exit code.
|
||||||
*/
|
*/
|
||||||
public static function exitCode(): int
|
public static function exitCode(Configuration $configuration, TestResult $result): int
|
||||||
{
|
{
|
||||||
$result = Facade::result();
|
|
||||||
|
|
||||||
$returnCode = self::FAILURE_EXIT;
|
$returnCode = self::FAILURE_EXIT;
|
||||||
|
|
||||||
if ($result->wasSuccessfulIgnoringPhpunitWarnings()
|
if ($result->wasSuccessfulIgnoringPhpunitWarnings()
|
||||||
@ -48,8 +46,6 @@ final class Result
|
|||||||
$returnCode = self::SUCCESS_EXIT;
|
$returnCode = self::SUCCESS_EXIT;
|
||||||
}
|
}
|
||||||
|
|
||||||
$configuration = Registry::get();
|
|
||||||
|
|
||||||
if ($configuration->failOnEmptyTestSuite() && $result->numberOfTests() === 0) {
|
if ($configuration->failOnEmptyTestSuite() && $result->numberOfTests() === 0) {
|
||||||
$returnCode = self::FAILURE_EXIT;
|
$returnCode = self::FAILURE_EXIT;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -73,7 +73,7 @@ final class Arr
|
|||||||
|
|
||||||
foreach ($array as $key => $value) {
|
foreach ($array as $key => $value) {
|
||||||
if (is_array($value) && $value !== []) {
|
if (is_array($value) && $value !== []) {
|
||||||
$results = array_merge($results, static::dot($value, $prepend.$key.'.'));
|
$results = array_merge($results, self::dot($value, $prepend.$key.'.'));
|
||||||
} else {
|
} else {
|
||||||
$results[$prepend.$value] = $value;
|
$results[$prepend.$value] = $value;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -30,7 +30,10 @@ final class Backtrace
|
|||||||
|
|
||||||
$traceFile = str_replace(DIRECTORY_SEPARATOR, '/', $trace[self::FILE]);
|
$traceFile = str_replace(DIRECTORY_SEPARATOR, '/', $trace[self::FILE]);
|
||||||
|
|
||||||
if (Str::endsWith($traceFile, 'overrides/Runner/TestSuiteLoader.php')) {
|
if (
|
||||||
|
Str::endsWith($traceFile, 'overrides/Runner/TestSuiteLoader.php') ||
|
||||||
|
Str::endsWith($traceFile, 'src/Bootstrappers/BootFiles.php')
|
||||||
|
) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -101,8 +104,6 @@ final class Backtrace
|
|||||||
{
|
{
|
||||||
$trace = debug_backtrace(self::BACKTRACE_OPTIONS)[1];
|
$trace = debug_backtrace(self::BACKTRACE_OPTIONS)[1];
|
||||||
|
|
||||||
assert(array_key_exists('line', $trace));
|
return $trace['line'] ?? 0;
|
||||||
|
|
||||||
return $trace['line'];
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -25,7 +25,7 @@ final class Container
|
|||||||
*/
|
*/
|
||||||
public static function getInstance(): self
|
public static function getInstance(): self
|
||||||
{
|
{
|
||||||
if (self::$instance === null) {
|
if (! self::$instance instanceof \Pest\Support\Container) {
|
||||||
self::$instance = new self();
|
self::$instance = new self();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -72,7 +72,7 @@ final class Container
|
|||||||
if ($reflectionClass->isInstantiable()) {
|
if ($reflectionClass->isInstantiable()) {
|
||||||
$constructor = $reflectionClass->getConstructor();
|
$constructor = $reflectionClass->getConstructor();
|
||||||
|
|
||||||
if ($constructor !== null) {
|
if ($constructor instanceof \ReflectionMethod) {
|
||||||
$params = array_map(
|
$params = array_map(
|
||||||
function (ReflectionParameter $param) use ($id): object|string {
|
function (ReflectionParameter $param) use ($id): object|string {
|
||||||
$candidate = Reflection::getParameterClassName($param);
|
$candidate = Reflection::getParameterClassName($param);
|
||||||
@ -80,7 +80,7 @@ final class Container
|
|||||||
if ($candidate === null) {
|
if ($candidate === null) {
|
||||||
$type = $param->getType();
|
$type = $param->getType();
|
||||||
/* @phpstan-ignore-next-line */
|
/* @phpstan-ignore-next-line */
|
||||||
if ($type !== null && $type->isBuiltin()) {
|
if ($type instanceof \ReflectionType && $type->isBuiltin()) {
|
||||||
$candidate = $param->getName();
|
$candidate = $param->getName();
|
||||||
} else {
|
} else {
|
||||||
throw ShouldNotHappen::fromMessage(sprintf('The type of `$%s` in `%s` cannot be determined.', $id, $param->getName()));
|
throw ShouldNotHappen::fromMessage(sprintf('The type of `$%s` in `%s` cannot be determined.', $id, $param->getName()));
|
||||||
|
|||||||
@ -42,6 +42,14 @@ final class Coverage
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($runtime->hasPCOV()) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
if ($runtime->hasPHPDBGCodeCoverage()) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
if (! $runtime->hasXdebug()) {
|
if (! $runtime->hasXdebug()) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -5,6 +5,7 @@ declare(strict_types=1);
|
|||||||
namespace Pest\Support;
|
namespace Pest\Support;
|
||||||
|
|
||||||
use Closure;
|
use Closure;
|
||||||
|
use PHPUnit\Framework\TestCase;
|
||||||
use Throwable;
|
use Throwable;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -15,8 +16,7 @@ final class ExceptionTrace
|
|||||||
private const UNDEFINED_METHOD = 'Call to undefined method P\\';
|
private const UNDEFINED_METHOD = 'Call to undefined method P\\';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ensures the given closure reports
|
* Ensures the given closure reports the good execution context.
|
||||||
* the good execution context.
|
|
||||||
*
|
*
|
||||||
* @return mixed
|
* @return mixed
|
||||||
*
|
*
|
||||||
@ -28,8 +28,14 @@ final class ExceptionTrace
|
|||||||
return $closure();
|
return $closure();
|
||||||
} catch (Throwable $throwable) {
|
} catch (Throwable $throwable) {
|
||||||
if (Str::startsWith($message = $throwable->getMessage(), self::UNDEFINED_METHOD)) {
|
if (Str::startsWith($message = $throwable->getMessage(), self::UNDEFINED_METHOD)) {
|
||||||
|
$class = preg_match('/^Call to undefined method ([^:]+)::/', $message, $matches) === false ? null : $matches[1];
|
||||||
|
|
||||||
$message = str_replace(self::UNDEFINED_METHOD, 'Call to undefined method ', $message);
|
$message = str_replace(self::UNDEFINED_METHOD, 'Call to undefined method ', $message);
|
||||||
|
|
||||||
|
if (class_exists($class) && count(class_parents($class)) > 0 && array_values(class_parents($class))[0] === TestCase::class) {
|
||||||
|
$message .= '. Did you forget to use the [uses()] function? Read more at: https://pestphp.com/docs/configuring-tests';
|
||||||
|
}
|
||||||
|
|
||||||
Reflection::setPropertyValue($throwable, 'message', $message);
|
Reflection::setPropertyValue($throwable, 'message', $message);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -42,7 +42,7 @@ final class Reflection
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (is_callable($method)) {
|
if (is_callable($method)) {
|
||||||
return static::bindCallable($method, $args);
|
return self::bindCallable($method, $args);
|
||||||
}
|
}
|
||||||
|
|
||||||
throw $exception;
|
throw $exception;
|
||||||
@ -72,7 +72,7 @@ final class Reflection
|
|||||||
|
|
||||||
return $test instanceof \PHPUnit\Framework\TestCase
|
return $test instanceof \PHPUnit\Framework\TestCase
|
||||||
? Closure::fromCallable($callable)->bindTo($test)(...$test->providedData())
|
? Closure::fromCallable($callable)->bindTo($test)(...$test->providedData())
|
||||||
: static::bindCallable($callable);
|
: self::bindCallable($callable);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -24,7 +24,7 @@ final class StateGenerator
|
|||||||
|
|
||||||
foreach ($testResult->testErroredEvents() as $testResultEvent) {
|
foreach ($testResult->testErroredEvents() as $testResultEvent) {
|
||||||
if ($testResultEvent instanceof Errored) {
|
if ($testResultEvent instanceof Errored) {
|
||||||
$state->add(TestResult::fromTestCase(
|
$state->add(TestResult::fromPestParallelTestCase(
|
||||||
$testResultEvent->test(),
|
$testResultEvent->test(),
|
||||||
TestResult::FAIL,
|
TestResult::FAIL,
|
||||||
$testResultEvent->throwable()
|
$testResultEvent->throwable()
|
||||||
@ -35,7 +35,7 @@ final class StateGenerator
|
|||||||
}
|
}
|
||||||
|
|
||||||
foreach ($testResult->testFailedEvents() as $testResultEvent) {
|
foreach ($testResult->testFailedEvents() as $testResultEvent) {
|
||||||
$state->add(TestResult::fromTestCase(
|
$state->add(TestResult::fromPestParallelTestCase(
|
||||||
$testResultEvent->test(),
|
$testResultEvent->test(),
|
||||||
TestResult::FAIL,
|
TestResult::FAIL,
|
||||||
$testResultEvent->throwable()
|
$testResultEvent->throwable()
|
||||||
@ -43,7 +43,7 @@ final class StateGenerator
|
|||||||
}
|
}
|
||||||
|
|
||||||
foreach ($testResult->testMarkedIncompleteEvents() as $testResultEvent) {
|
foreach ($testResult->testMarkedIncompleteEvents() as $testResultEvent) {
|
||||||
$state->add(TestResult::fromTestCase(
|
$state->add(TestResult::fromPestParallelTestCase(
|
||||||
$testResultEvent->test(),
|
$testResultEvent->test(),
|
||||||
TestResult::INCOMPLETE,
|
TestResult::INCOMPLETE,
|
||||||
$testResultEvent->throwable()
|
$testResultEvent->throwable()
|
||||||
@ -52,7 +52,7 @@ final class StateGenerator
|
|||||||
|
|
||||||
foreach ($testResult->testConsideredRiskyEvents() as $riskyEvents) {
|
foreach ($testResult->testConsideredRiskyEvents() as $riskyEvents) {
|
||||||
foreach ($riskyEvents as $riskyEvent) {
|
foreach ($riskyEvents as $riskyEvent) {
|
||||||
$state->add(TestResult::fromTestCase(
|
$state->add(TestResult::fromPestParallelTestCase(
|
||||||
$riskyEvent->test(),
|
$riskyEvent->test(),
|
||||||
TestResult::RISKY,
|
TestResult::RISKY,
|
||||||
ThrowableBuilder::from(new TestOutcome($riskyEvent->message()))
|
ThrowableBuilder::from(new TestOutcome($riskyEvent->message()))
|
||||||
@ -62,12 +62,12 @@ final class StateGenerator
|
|||||||
|
|
||||||
foreach ($testResult->testSkippedEvents() as $testResultEvent) {
|
foreach ($testResult->testSkippedEvents() as $testResultEvent) {
|
||||||
if ($testResultEvent->message() === '__TODO__') {
|
if ($testResultEvent->message() === '__TODO__') {
|
||||||
$state->add(TestResult::fromTestCase($testResultEvent->test(), TestResult::TODO));
|
$state->add(TestResult::fromPestParallelTestCase($testResultEvent->test(), TestResult::TODO));
|
||||||
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
$state->add(TestResult::fromTestCase(
|
$state->add(TestResult::fromPestParallelTestCase(
|
||||||
$testResultEvent->test(),
|
$testResultEvent->test(),
|
||||||
TestResult::SKIPPED,
|
TestResult::SKIPPED,
|
||||||
ThrowableBuilder::from(new SkippedWithMessageException($testResultEvent->message()))
|
ThrowableBuilder::from(new SkippedWithMessageException($testResultEvent->message()))
|
||||||
@ -77,7 +77,7 @@ final class StateGenerator
|
|||||||
foreach ($testResult->testTriggeredDeprecationEvents() as $testResultEvent) {
|
foreach ($testResult->testTriggeredDeprecationEvents() as $testResultEvent) {
|
||||||
$testResultEvent = $testResultEvent[0];
|
$testResultEvent = $testResultEvent[0];
|
||||||
|
|
||||||
$state->add(TestResult::fromTestCase(
|
$state->add(TestResult::fromPestParallelTestCase(
|
||||||
$testResultEvent->test(),
|
$testResultEvent->test(),
|
||||||
TestResult::DEPRECATED,
|
TestResult::DEPRECATED,
|
||||||
ThrowableBuilder::from(new TestOutcome($testResultEvent->message()))
|
ThrowableBuilder::from(new TestOutcome($testResultEvent->message()))
|
||||||
@ -87,7 +87,7 @@ final class StateGenerator
|
|||||||
foreach ($testResult->testTriggeredPhpDeprecationEvents() as $testResultEvent) {
|
foreach ($testResult->testTriggeredPhpDeprecationEvents() as $testResultEvent) {
|
||||||
$testResultEvent = $testResultEvent[0];
|
$testResultEvent = $testResultEvent[0];
|
||||||
|
|
||||||
$state->add(TestResult::fromTestCase(
|
$state->add(TestResult::fromPestParallelTestCase(
|
||||||
$testResultEvent->test(),
|
$testResultEvent->test(),
|
||||||
TestResult::DEPRECATED,
|
TestResult::DEPRECATED,
|
||||||
ThrowableBuilder::from(new TestOutcome($testResultEvent->message()))
|
ThrowableBuilder::from(new TestOutcome($testResultEvent->message()))
|
||||||
@ -97,7 +97,7 @@ final class StateGenerator
|
|||||||
foreach ($testResult->testTriggeredNoticeEvents() as $testResultEvent) {
|
foreach ($testResult->testTriggeredNoticeEvents() as $testResultEvent) {
|
||||||
$testResultEvent = $testResultEvent[0];
|
$testResultEvent = $testResultEvent[0];
|
||||||
|
|
||||||
$state->add(TestResult::fromTestCase(
|
$state->add(TestResult::fromPestParallelTestCase(
|
||||||
$testResultEvent->test(),
|
$testResultEvent->test(),
|
||||||
TestResult::NOTICE,
|
TestResult::NOTICE,
|
||||||
ThrowableBuilder::from(new TestOutcome($testResultEvent->message()))
|
ThrowableBuilder::from(new TestOutcome($testResultEvent->message()))
|
||||||
@ -107,7 +107,7 @@ final class StateGenerator
|
|||||||
foreach ($testResult->testTriggeredPhpNoticeEvents() as $testResultEvent) {
|
foreach ($testResult->testTriggeredPhpNoticeEvents() as $testResultEvent) {
|
||||||
$testResultEvent = $testResultEvent[0];
|
$testResultEvent = $testResultEvent[0];
|
||||||
|
|
||||||
$state->add(TestResult::fromTestCase(
|
$state->add(TestResult::fromPestParallelTestCase(
|
||||||
$testResultEvent->test(),
|
$testResultEvent->test(),
|
||||||
TestResult::NOTICE,
|
TestResult::NOTICE,
|
||||||
ThrowableBuilder::from(new TestOutcome($testResultEvent->message()))
|
ThrowableBuilder::from(new TestOutcome($testResultEvent->message()))
|
||||||
@ -117,7 +117,7 @@ final class StateGenerator
|
|||||||
foreach ($testResult->testTriggeredWarningEvents() as $testResultEvent) {
|
foreach ($testResult->testTriggeredWarningEvents() as $testResultEvent) {
|
||||||
$testResultEvent = $testResultEvent[0];
|
$testResultEvent = $testResultEvent[0];
|
||||||
|
|
||||||
$state->add(TestResult::fromTestCase(
|
$state->add(TestResult::fromPestParallelTestCase(
|
||||||
$testResultEvent->test(),
|
$testResultEvent->test(),
|
||||||
TestResult::WARN,
|
TestResult::WARN,
|
||||||
ThrowableBuilder::from(new TestOutcome($testResultEvent->message()))
|
ThrowableBuilder::from(new TestOutcome($testResultEvent->message()))
|
||||||
@ -127,7 +127,7 @@ final class StateGenerator
|
|||||||
foreach ($testResult->testTriggeredPhpWarningEvents() as $testResultEvent) {
|
foreach ($testResult->testTriggeredPhpWarningEvents() as $testResultEvent) {
|
||||||
$testResultEvent = $testResultEvent[0];
|
$testResultEvent = $testResultEvent[0];
|
||||||
|
|
||||||
$state->add(TestResult::fromTestCase(
|
$state->add(TestResult::fromPestParallelTestCase(
|
||||||
$testResultEvent->test(),
|
$testResultEvent->test(),
|
||||||
TestResult::WARN,
|
TestResult::WARN,
|
||||||
ThrowableBuilder::from(new TestOutcome($testResultEvent->message()))
|
ThrowableBuilder::from(new TestOutcome($testResultEvent->message()))
|
||||||
@ -136,7 +136,7 @@ final class StateGenerator
|
|||||||
|
|
||||||
// for each test that passed, we need to add it to the state
|
// for each test that passed, we need to add it to the state
|
||||||
for ($i = 0; $i < $passedTests; $i++) {
|
for ($i = 0; $i < $passedTests; $i++) {
|
||||||
$state->add(TestResult::fromTestCase(
|
$state->add(TestResult::fromPestParallelTestCase(
|
||||||
new TestMethod(
|
new TestMethod(
|
||||||
"$i", // @phpstan-ignore-line
|
"$i", // @phpstan-ignore-line
|
||||||
'', // @phpstan-ignore-line
|
'', // @phpstan-ignore-line
|
||||||
|
|||||||
@ -59,9 +59,12 @@ final class Str
|
|||||||
*/
|
*/
|
||||||
public static function evaluable(string $code): string
|
public static function evaluable(string $code): string
|
||||||
{
|
{
|
||||||
|
$code = str_replace('_', '__', $code);
|
||||||
|
|
||||||
$code = self::PREFIX.str_replace(' ', '_', $code);
|
$code = self::PREFIX.str_replace(' ', '_', $code);
|
||||||
|
|
||||||
return (string) preg_replace('/[^A-Z_a-z0-9]/', '_', $code);
|
// sticks to PHP8.2 function naming rules https://www.php.net/manual/en/functions.user-defined.php
|
||||||
|
return (string) preg_replace('/[^a-zA-Z0-9_\x80-\xff]/', '_', $code);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -32,6 +32,7 @@ final class GitDirtyTestCaseFilter implements TestCaseFilter
|
|||||||
assert(is_array($this->changedFiles));
|
assert(is_array($this->changedFiles));
|
||||||
|
|
||||||
$relativePath = str_replace($this->projectRoot, '', $testCaseFilename);
|
$relativePath = str_replace($this->projectRoot, '', $testCaseFilename);
|
||||||
|
$relativePath = str_replace(DIRECTORY_SEPARATOR, '/', $relativePath);
|
||||||
|
|
||||||
if (str_starts_with($relativePath, '/')) {
|
if (str_starts_with($relativePath, '/')) {
|
||||||
$relativePath = substr($relativePath, 1);
|
$relativePath = substr($relativePath, 1);
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
##teamcity[testSuiteStarted name='Tests/tests/Failure' locationHint='file://tests/.tests/Failure.php' flowId='1234']
|
##teamcity[testSuiteStarted name='Tests/tests/Failure' locationHint='file://tests/.tests/Failure.php' flowId='1234']
|
||||||
|
##teamcity[testCount count='6' flowId='1234']
|
||||||
##teamcity[testStarted name='it can fail with comparison' locationHint='pest_qn://tests/.tests/Failure.php::it can fail with comparison' flowId='1234']
|
##teamcity[testStarted name='it can fail with comparison' locationHint='pest_qn://tests/.tests/Failure.php::it can fail with comparison' flowId='1234']
|
||||||
##teamcity[testFailed name='it can fail with comparison' message='Failed asserting that true matches expected false.' details='at src/Mixins/Expectation.php:342|nat src/Support/ExpectationPipeline.php:75|nat src/Support/ExpectationPipeline.php:79|nat src/Expectation.php:300|nat tests/.tests/Failure.php:6|nat src/Factories/TestCaseMethodFactory.php:100|nat src/Concerns/Testable.php:272|nat src/Support/ExceptionTrace.php:28|nat src/Concerns/Testable.php:272|nat src/Concerns/Testable.php:215|nat src/Kernel.php:84' type='comparisonFailure' actual='true' expected='false' flowId='1234']
|
##teamcity[testFailed name='it can fail with comparison' message='Failed asserting that true matches expected false.' details='at src/Mixins/Expectation.php:343|nat src/Support/ExpectationPipeline.php:75|nat src/Support/ExpectationPipeline.php:79|nat src/Expectation.php:300|nat tests/.tests/Failure.php:6|nat src/Factories/TestCaseMethodFactory.php:100|nat src/Concerns/Testable.php:302|nat src/Support/ExceptionTrace.php:28|nat src/Concerns/Testable.php:302|nat src/Concerns/Testable.php:221|nat src/Kernel.php:86' type='comparisonFailure' actual='true' expected='false' flowId='1234']
|
||||||
##teamcity[testFinished name='it can fail with comparison' duration='100000' flowId='1234']
|
##teamcity[testFinished name='it can fail with comparison' duration='100000' flowId='1234']
|
||||||
##teamcity[testStarted name='it can be ignored because of no assertions' locationHint='pest_qn://tests/.tests/Failure.php::it can be ignored because of no assertions' flowId='1234']
|
##teamcity[testStarted name='it can be ignored because of no assertions' locationHint='pest_qn://tests/.tests/Failure.php::it can be ignored because of no assertions' flowId='1234']
|
||||||
##teamcity[testIgnored name='it can be ignored because of no assertions' message='This test did not perform any assertions' details='' flowId='1234']
|
##teamcity[testIgnored name='it can be ignored because of no assertions' message='This test did not perform any assertions' details='' flowId='1234']
|
||||||
@ -9,7 +10,7 @@
|
|||||||
##teamcity[testIgnored name='it can be ignored because it is skipped' message='This test was ignored.' details='' flowId='1234']
|
##teamcity[testIgnored name='it can be ignored because it is skipped' message='This test was ignored.' details='' flowId='1234']
|
||||||
##teamcity[testFinished name='it can be ignored because it is skipped' duration='100000' flowId='1234']
|
##teamcity[testFinished name='it can be ignored because it is skipped' duration='100000' flowId='1234']
|
||||||
##teamcity[testStarted name='it can fail' locationHint='pest_qn://tests/.tests/Failure.php::it can fail' flowId='1234']
|
##teamcity[testStarted name='it can fail' locationHint='pest_qn://tests/.tests/Failure.php::it can fail' flowId='1234']
|
||||||
##teamcity[testFailed name='it can fail' message='oh noo' details='at tests/.tests/Failure.php:18|nat src/Factories/TestCaseMethodFactory.php:100|nat src/Concerns/Testable.php:272|nat src/Support/ExceptionTrace.php:28|nat src/Concerns/Testable.php:272|nat src/Concerns/Testable.php:215|nat src/Kernel.php:84' flowId='1234']
|
##teamcity[testFailed name='it can fail' message='oh noo' details='at tests/.tests/Failure.php:18|nat src/Factories/TestCaseMethodFactory.php:100|nat src/Concerns/Testable.php:302|nat src/Support/ExceptionTrace.php:28|nat src/Concerns/Testable.php:302|nat src/Concerns/Testable.php:221|nat src/Kernel.php:86' flowId='1234']
|
||||||
##teamcity[testFinished name='it can fail' duration='100000' flowId='1234']
|
##teamcity[testFinished name='it can fail' duration='100000' flowId='1234']
|
||||||
##teamcity[testStarted name='it is not done yet' locationHint='pest_qn://tests/.tests/Failure.php::it is not done yet' flowId='1234']
|
##teamcity[testStarted name='it is not done yet' locationHint='pest_qn://tests/.tests/Failure.php::it is not done yet' flowId='1234']
|
||||||
##teamcity[testIgnored name='it is not done yet' message='This test was ignored.' details='' flowId='1234']
|
##teamcity[testIgnored name='it is not done yet' message='This test was ignored.' details='' flowId='1234']
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
##teamcity[testSuiteStarted name='Tests/tests/SuccessOnly' locationHint='file://tests/.tests/SuccessOnly.php' flowId='1234']
|
##teamcity[testSuiteStarted name='Tests/tests/SuccessOnly' locationHint='file://tests/.tests/SuccessOnly.php' flowId='1234']
|
||||||
|
##teamcity[testCount count='2' flowId='1234']
|
||||||
##teamcity[testStarted name='it can pass with comparison' locationHint='pest_qn://tests/.tests/SuccessOnly.php::it can pass with comparison' flowId='1234']
|
##teamcity[testStarted name='it can pass with comparison' locationHint='pest_qn://tests/.tests/SuccessOnly.php::it can pass with comparison' flowId='1234']
|
||||||
##teamcity[testFinished name='it can pass with comparison' duration='100000' flowId='1234']
|
##teamcity[testFinished name='it can pass with comparison' duration='100000' flowId='1234']
|
||||||
##teamcity[testStarted name='can also pass' locationHint='pest_qn://tests/.tests/SuccessOnly.php::can also pass' flowId='1234']
|
##teamcity[testStarted name='can also pass' locationHint='pest_qn://tests/.tests/SuccessOnly.php::can also pass' flowId='1234']
|
||||||
|
|||||||
@ -1,7 +1,17 @@
|
|||||||
|
WARN Tests\Fixtures\CollisionTest
|
||||||
|
- error
|
||||||
|
- success
|
||||||
|
|
||||||
PASS Tests\Fixtures\DirectoryWithTests\ExampleTest
|
PASS Tests\Fixtures\DirectoryWithTests\ExampleTest
|
||||||
✓ it example 1
|
✓ it example 1
|
||||||
|
|
||||||
PASS Tests\Fixtures\ExampleTest
|
PASS Tests\Fixtures\ExampleTest
|
||||||
✓ it example 2
|
✓ it example 2
|
||||||
|
|
||||||
Tests: 2 passed (2 assertions)
|
WARN Tests\Fixtures\Inheritance\Base\ExampleTest
|
||||||
|
- example
|
||||||
|
|
||||||
|
PASS Tests\Fixtures\Inheritance\ExampleTest
|
||||||
|
✓ example
|
||||||
|
|
||||||
|
Tests: 3 skipped, 3 passed (3 assertions)
|
||||||
|
|||||||
22
tests/.snapshots/collision-parallel.txt
Normal file
22
tests/.snapshots/collision-parallel.txt
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
|
||||||
|
.⨯.
|
||||||
|
────────────────────────────────────────────────────────────────────────────
|
||||||
|
FAILED Tests\Fixtures\CollisionTest > error Exception
|
||||||
|
error
|
||||||
|
|
||||||
|
at tests/Fixtures/CollisionTest.php:4
|
||||||
|
1▕ <?php
|
||||||
|
2▕
|
||||||
|
3▕ test('error', function () {
|
||||||
|
➜ 4▕ throw new Exception('error');
|
||||||
|
5▕ })->skip(! isset($_SERVER['COLLISION_TEST']));
|
||||||
|
6▕
|
||||||
|
7▕ test('success', function () {
|
||||||
|
8▕ expect(true)->toBeTrue();
|
||||||
|
9▕ })->skip(! isset($_SERVER['COLLISION_TEST']));
|
||||||
|
|
||||||
|
1 tests/Fixtures/CollisionTest.php:4
|
||||||
|
2 src/Factories/TestCaseMethodFactory.php:100
|
||||||
|
|
||||||
|
|
||||||
|
Tests: 1 failed, 2 passed (2 assertions)
|
||||||
24
tests/.snapshots/collision.txt
Normal file
24
tests/.snapshots/collision.txt
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
|
||||||
|
FAIL Tests\Fixtures\CollisionTest
|
||||||
|
⨯ error
|
||||||
|
✓ success
|
||||||
|
────────────────────────────────────────────────────────────────────────────
|
||||||
|
FAILED Tests\Fixtures\CollisionTest > error Exception
|
||||||
|
error
|
||||||
|
|
||||||
|
at tests/Fixtures/CollisionTest.php:4
|
||||||
|
1▕ <?php
|
||||||
|
2▕
|
||||||
|
3▕ test('error', function () {
|
||||||
|
➜ 4▕ throw new Exception('error');
|
||||||
|
5▕ })->skip(! isset($_SERVER['COLLISION_TEST']));
|
||||||
|
6▕
|
||||||
|
7▕ test('success', function () {
|
||||||
|
8▕ expect(true)->toBeTrue();
|
||||||
|
9▕ })->skip(! isset($_SERVER['COLLISION_TEST']));
|
||||||
|
|
||||||
|
1 tests/Fixtures/CollisionTest.php:4
|
||||||
|
2 src/Factories/TestCaseMethodFactory.php:100
|
||||||
|
|
||||||
|
|
||||||
|
Tests: 1 failed, 1 passed (1 assertions)
|
||||||
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
Pest Testing Framework 2.0.1.
|
Pest Testing Framework 2.6.0.
|
||||||
|
|
||||||
USAGE: pest <file> [options]
|
USAGE: pest <file> [options]
|
||||||
|
|
||||||
@ -33,6 +33,7 @@
|
|||||||
--test-suffix [suffixes] Only search for test in files with specified suffix(es). Default: Test.php,.phpt
|
--test-suffix [suffixes] Only search for test in files with specified suffix(es). Default: Test.php,.phpt
|
||||||
|
|
||||||
EXECUTION OPTIONS:
|
EXECUTION OPTIONS:
|
||||||
|
--parallel ........................................... Run tests in parallel
|
||||||
--process-isolation ................ Run each test in a separate PHP process
|
--process-isolation ................ Run each test in a separate PHP process
|
||||||
--globals-backup ................. Backup and restore $GLOBALS for each test
|
--globals-backup ................. Backup and restore $GLOBALS for each test
|
||||||
--static-backup ......... Backup and restore static properties for each test
|
--static-backup ......... Backup and restore static properties for each test
|
||||||
@ -42,17 +43,21 @@
|
|||||||
--enforce-time-limit ................. Enforce time limit based on test size
|
--enforce-time-limit ................. Enforce time limit based on test size
|
||||||
--default-time-limit [sec] Timeout in seconds for tests that have no declared size
|
--default-time-limit [sec] Timeout in seconds for tests that have no declared size
|
||||||
--dont-report-useless-tests .. Do not report tests that do not test anything
|
--dont-report-useless-tests .. Do not report tests that do not test anything
|
||||||
--stop-on-defect ................. Stop execution upon first not-passed test
|
--stop-on-defect ... Stop after first error, failure, warning, or risky test
|
||||||
--stop-on-error ............................ Stop execution upon first error
|
--stop-on-error ..................................... Stop after first error
|
||||||
--stop-on-failure ............... Stop execution upon first error or failure
|
--stop-on-failure ................................. Stop after first failure
|
||||||
--stop-on-warning ........................ Stop execution upon first warning
|
--stop-on-warning ................................. Stop after first warning
|
||||||
--stop-on-risky ....................... Stop execution upon first risky test
|
--stop-on-risky ................................ Stop after first risky test
|
||||||
--stop-on-skipped ................... Stop execution upon first skipped test
|
--stop-on-deprecation ... Stop after first test that triggered a deprecation
|
||||||
--stop-on-incomplete ............. Stop execution upon first incomplete test
|
--stop-on-notice ............. Stop after first test that triggered a notice
|
||||||
--fail-on-incomplete .................... Treat incomplete tests as failures
|
--stop-on-skipped ............................ Stop after first skipped test
|
||||||
--fail-on-risky .............................. Treat risky tests as failures
|
--stop-on-incomplete ...................... Stop after first incomplete test
|
||||||
--fail-on-skipped .......................... Treat skipped tests as failures
|
--fail-on-warning Signal failure using shell exit code when a warning was triggered
|
||||||
--fail-on-warning .................... Treat tests with warnings as failures
|
--fail-on-risky Signal failure using shell exit code when a test was considered risky
|
||||||
|
--fail-on-deprecation Signal failure using shell exit code when a deprecation was triggered
|
||||||
|
--fail-on-notice Signal failure using shell exit code when a notice was triggered
|
||||||
|
--fail-on-skipped Signal failure using shell exit code when a test was skipped
|
||||||
|
--fail-on-incomplete Signal failure using shell exit code when a test was marked incomplete
|
||||||
--cache-result ............................ Write test results to cache file
|
--cache-result ............................ Write test results to cache file
|
||||||
--do-not-cache-result .............. Do not write test results to cache file
|
--do-not-cache-result .............. Do not write test results to cache file
|
||||||
--order-by [order] Run tests in order: default|defects|depends|duration|no-depends|random|reverse|size
|
--order-by [order] Run tests in order: default|defects|depends|duration|no-depends|random|reverse|size
|
||||||
|
|||||||
@ -4,6 +4,9 @@
|
|||||||
✓ dependencies
|
✓ dependencies
|
||||||
✓ contracts
|
✓ contracts
|
||||||
|
|
||||||
|
PASS Tests\Environments\Windows
|
||||||
|
✓ global functions are loaded
|
||||||
|
|
||||||
PASS Tests\Features\AfterAll
|
PASS Tests\Features\AfterAll
|
||||||
✓ deletes file after all
|
✓ deletes file after all
|
||||||
|
|
||||||
@ -19,6 +22,22 @@
|
|||||||
✓ it gets executed before each test
|
✓ it gets executed before each test
|
||||||
✓ it gets executed before each test once again
|
✓ it gets executed before each test once again
|
||||||
|
|
||||||
|
PASS Tests\Features\BeforeEachProxiesToTestCallWithExpectations
|
||||||
|
✓ runs 1
|
||||||
|
✓ runs 2
|
||||||
|
✓ runs 3
|
||||||
|
|
||||||
|
WARN Tests\Features\BeforeEachProxiesToTestCallWithSkip
|
||||||
|
- does not run 1
|
||||||
|
- does not run 2
|
||||||
|
- does not run 3
|
||||||
|
|
||||||
|
TODO Tests\Features\BeforeEachProxiesToTestCallWithTodo - 4 todos
|
||||||
|
↓ is marked as todo 1
|
||||||
|
↓ is marked as todo 2
|
||||||
|
↓ is marked as todo 3
|
||||||
|
↓ shouldBeMarkedAsTodo
|
||||||
|
|
||||||
WARN Tests\Features\Coverage
|
WARN Tests\Features\Coverage
|
||||||
✓ it has plugin
|
✓ it has plugin
|
||||||
- it adds coverage if --coverage exist → Coverage is not available
|
- it adds coverage if --coverage exist → Coverage is not available
|
||||||
@ -57,8 +76,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"
|
✓ named datasets with dataset "one"
|
||||||
✓ named datasets with data set "two"
|
✓ named datasets with dataset "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
|
||||||
@ -93,10 +112,10 @@
|
|||||||
✓ eager wrapped registered multiple datasets with (2) / (1)
|
✓ eager wrapped registered multiple datasets with (2) / (1)
|
||||||
✓ eager wrapped registered multiple datasets with (2) / (2)
|
✓ eager wrapped registered multiple datasets with (2) / (2)
|
||||||
✓ eager wrapped registered multiple datasets did the job right
|
✓ eager wrapped registered multiple datasets did the job right
|
||||||
✓ named multiple datasets with data set "one" / data set "three"
|
✓ named multiple datasets with dataset "one" / dataset "three"
|
||||||
✓ named multiple datasets with data set "one" / data set "four"
|
✓ named multiple datasets with dataset "one" / dataset "four"
|
||||||
✓ named multiple datasets with data set "two" / data set "three"
|
✓ named multiple datasets with dataset "two" / dataset "three"
|
||||||
✓ named multiple datasets with data set "two" / data set "four"
|
✓ named multiple datasets with dataset "two" / dataset "four"
|
||||||
✓ named multiple datasets did the job right
|
✓ named multiple datasets did the job right
|
||||||
✓ more than two datasets with (1) / (3) / (5)
|
✓ more than two datasets with (1) / (3) / (5)
|
||||||
✓ more than two datasets with (1) / (3) / (6)
|
✓ more than two datasets with (1) / (3) / (6)
|
||||||
@ -112,8 +131,8 @@
|
|||||||
✓ eager registered wrapped datasets with Generator functions with (3)
|
✓ eager registered wrapped datasets with Generator functions with (3)
|
||||||
✓ eager registered wrapped datasets with Generator functions with (4)
|
✓ eager registered wrapped datasets with Generator functions with (4)
|
||||||
✓ eager registered wrapped datasets with Generator functions did the job right
|
✓ eager registered wrapped datasets with Generator functions did the job right
|
||||||
✓ eager registered wrapped datasets with Generator functions display description with data set "taylor"
|
✓ eager registered wrapped datasets with Generator functions display description with dataset "taylor"
|
||||||
✓ eager registered wrapped datasets with Generator functions display description with data set "james"
|
✓ eager registered wrapped datasets with Generator functions display description with dataset "james"
|
||||||
✓ it can resolve a dataset after the test case is available with (Closure Object (…)) #1
|
✓ it can resolve a dataset after the test case is available with (Closure Object (…)) #1
|
||||||
✓ it can resolve a dataset after the test case is available with (Closure Object (…)) #2
|
✓ it can resolve a dataset after the test case is available with (Closure Object (…)) #2
|
||||||
✓ it can resolve a dataset after the test case is available with multiple datasets with (Closure Object (…)) / (Closure Object (…)) #1
|
✓ it can resolve a dataset after the test case is available with multiple datasets with (Closure Object (…)) / (Closure Object (…)) #1
|
||||||
@ -149,8 +168,8 @@
|
|||||||
✓ it uses correct parent class
|
✓ it uses correct parent class
|
||||||
|
|
||||||
DEPR Tests\Features\Deprecated
|
DEPR Tests\Features\Deprecated
|
||||||
! deprecated → str_contains(): Passing null to parameter #2 ($needle) of type string is deprecated // tests/Features/Deprecated.php:6
|
! deprecated → str_contains(): Passing null to parameter #1 ($haystack) of type string is deprecated // tests/Features/Deprecated.php:6
|
||||||
! user deprecated → Since foo 1.0: This is a deprecation description // vendor/symfony/deprecation-contracts/function.php:25
|
✓ user deprecated
|
||||||
|
|
||||||
PASS Tests\Features\Exceptions
|
PASS Tests\Features\Exceptions
|
||||||
✓ it gives access the the underlying expectException
|
✓ it gives access the the underlying expectException
|
||||||
@ -329,14 +348,16 @@
|
|||||||
✓ failures with custom message
|
✓ failures with custom message
|
||||||
✓ not failures
|
✓ not failures
|
||||||
|
|
||||||
PASS Tests\Features\Expect\toBeGreatherThan
|
PASS Tests\Features\Expect\toBeGreaterThan
|
||||||
✓ passes
|
✓ passes
|
||||||
|
✓ passes with DateTime and DateTimeImmutable
|
||||||
✓ failures
|
✓ failures
|
||||||
✓ failures with custom message
|
✓ failures with custom message
|
||||||
✓ not failures
|
✓ not failures
|
||||||
|
|
||||||
PASS Tests\Features\Expect\toBeGreatherThanOrEqual
|
PASS Tests\Features\Expect\toBeGreaterThanOrEqual
|
||||||
✓ passes
|
✓ passes
|
||||||
|
✓ passes with DateTime and DateTimeImmutable
|
||||||
✓ failures
|
✓ failures
|
||||||
✓ failures with custom message
|
✓ failures with custom message
|
||||||
✓ not failures
|
✓ not failures
|
||||||
@ -379,12 +400,14 @@
|
|||||||
|
|
||||||
PASS Tests\Features\Expect\toBeLessThan
|
PASS Tests\Features\Expect\toBeLessThan
|
||||||
✓ passes
|
✓ passes
|
||||||
|
✓ passes with DateTime and DateTimeImmutable
|
||||||
✓ failures
|
✓ failures
|
||||||
✓ failures with custom message
|
✓ failures with custom message
|
||||||
✓ not failures
|
✓ not failures
|
||||||
|
|
||||||
PASS Tests\Features\Expect\toBeLessThanOrEqual
|
PASS Tests\Features\Expect\toBeLessThanOrEqual
|
||||||
✓ passes
|
✓ passes
|
||||||
|
✓ passes with DateTime and DateTimeImmutable
|
||||||
✓ failures
|
✓ failures
|
||||||
✓ failures with custom message
|
✓ failures with custom message
|
||||||
✓ not failures
|
✓ not failures
|
||||||
@ -634,6 +657,7 @@
|
|||||||
✓ failures 5
|
✓ failures 5
|
||||||
✓ failures 6
|
✓ failures 6
|
||||||
✓ failures 7
|
✓ failures 7
|
||||||
|
✓ failures 8
|
||||||
✓ failures with custom message
|
✓ failures with custom message
|
||||||
✓ not failures
|
✓ not failures
|
||||||
✓ closure missing parameter
|
✓ closure missing parameter
|
||||||
@ -666,6 +690,7 @@
|
|||||||
✓ it throws error if method do not exist
|
✓ it throws error if method do not exist
|
||||||
✓ it can forward unexpected calls to any global function
|
✓ it can forward unexpected calls to any global function
|
||||||
✓ it can use helpers from helpers file
|
✓ it can use helpers from helpers file
|
||||||
|
✓ it can use helpers from helpers directory
|
||||||
|
|
||||||
PASS Tests\Features\HigherOrderTests
|
PASS Tests\Features\HigherOrderTests
|
||||||
✓ it proxies calls to object
|
✓ it proxies calls to object
|
||||||
@ -772,12 +797,19 @@
|
|||||||
! warning → Undefined property: P\Tests\Features\Warnings::$fooqwdfwqdfqw
|
! warning → Undefined property: P\Tests\Features\Warnings::$fooqwdfwqdfqw
|
||||||
! user warning → This is a warning description
|
! user warning → This is a warning description
|
||||||
|
|
||||||
|
WARN Tests\Fixtures\CollisionTest
|
||||||
|
- error
|
||||||
|
- success
|
||||||
|
|
||||||
PASS Tests\Fixtures\DirectoryWithTests\ExampleTest
|
PASS Tests\Fixtures\DirectoryWithTests\ExampleTest
|
||||||
✓ it example 1
|
✓ it example 1
|
||||||
|
|
||||||
PASS Tests\Fixtures\ExampleTest
|
PASS Tests\Fixtures\ExampleTest
|
||||||
✓ it example 2
|
✓ it example 2
|
||||||
|
|
||||||
|
PASS Tests\Helpers\TestInHelpers
|
||||||
|
✓ it executes tests in the Helpers directory
|
||||||
|
|
||||||
PASS Tests\Hooks\AfterAllTest
|
PASS Tests\Hooks\AfterAllTest
|
||||||
✓ global afterAll execution order
|
✓ global afterAll execution order
|
||||||
✓ it only gets called once per file
|
✓ it only gets called once per file
|
||||||
@ -837,15 +869,6 @@
|
|||||||
✓ it allows global uses
|
✓ it allows global uses
|
||||||
✓ it allows multiple global uses registered in the same path
|
✓ it allows multiple global uses registered in the same path
|
||||||
|
|
||||||
WARN Tests\Unit\ConfigLoader
|
|
||||||
✓ it fallbacks to default path if no phpunit file is found
|
|
||||||
- it fallbacks to default path if phpunit is not a valid XML
|
|
||||||
- it fallbacks to default path if failing to read phpunit content
|
|
||||||
- it fallbacks to default path if there is no test suites directory
|
|
||||||
- it fallbacks to default path if test suite directory has no value
|
|
||||||
- it fallbacks to default path if test suite directory does not exist
|
|
||||||
- it returns the parent folder of first test suite directory
|
|
||||||
|
|
||||||
PASS Tests\Unit\Console\Help
|
PASS Tests\Unit\Console\Help
|
||||||
✓ it outputs the help information when --help is used
|
✓ it outputs the help information when --help is used
|
||||||
|
|
||||||
@ -862,6 +885,9 @@
|
|||||||
✓ it throw expectation failed exception with string argument
|
✓ it throw expectation failed exception with string argument
|
||||||
✓ it throw expectation failed exception with array argument
|
✓ it throw expectation failed exception with array argument
|
||||||
|
|
||||||
|
PASS Tests\Unit\Overrides\ThrowableBuilder
|
||||||
|
✓ collision editor can be added to the stack trace
|
||||||
|
|
||||||
PASS Tests\Unit\Plugins\Environment
|
PASS Tests\Unit\Plugins\Environment
|
||||||
✓ environment is set to CI when --ci option is used
|
✓ environment is set to CI when --ci option is used
|
||||||
✓ environment is set to Local when --ci option is not used
|
✓ environment is set to Local when --ci option is not used
|
||||||
@ -901,13 +927,17 @@
|
|||||||
✓ it computes the dataset scope with ('/var/www/project/tests/Featur…rs.php', '/var/www/project/tests/Featur…rs.php') #2
|
✓ it computes the dataset scope with ('/var/www/project/tests/Featur…rs.php', '/var/www/project/tests/Featur…rs.php') #2
|
||||||
✓ it computes the dataset scope with ('/var/www/project/tests/Featur…ts.php', '/var/www/project/tests/Featur…ollers')
|
✓ it computes the dataset scope with ('/var/www/project/tests/Featur…ts.php', '/var/www/project/tests/Featur…ollers')
|
||||||
|
|
||||||
|
PASS Tests\Unit\Support\ExceptionTrace
|
||||||
|
✓ it ensures the given closures reports the correct class name
|
||||||
|
✓ it ensures the given closures reports the correct class name and suggests the [uses()] function
|
||||||
|
|
||||||
PASS Tests\Unit\Support\Reflection
|
PASS Tests\Unit\Support\Reflection
|
||||||
✓ it gets file name from closure
|
✓ it gets file name from closure
|
||||||
✓ it gets property values
|
✓ it gets property values
|
||||||
|
|
||||||
PASS Tests\Unit\Support\Str
|
PASS Tests\Unit\Support\Str
|
||||||
✓ it evaluates the code with ('version()', '__pest_evaluable_version__')
|
✓ it evaluates the code with ('version()', '__pest_evaluable_version__')
|
||||||
✓ it evaluates the code with ('version__ ', '__pest_evaluable_version___')
|
✓ it evaluates the code with ('version__ ', '__pest_evaluable_version_____')
|
||||||
✓ it evaluates the code with ('version\', '__pest_evaluable_version_')
|
✓ it evaluates the code with ('version\', '__pest_evaluable_version_')
|
||||||
|
|
||||||
PASS Tests\Unit\TestName
|
PASS Tests\Unit\TestName
|
||||||
@ -916,6 +946,55 @@
|
|||||||
✓ it may start with P with ('P\PPPackages\Foo', 'PPPackages\Foo')
|
✓ it may start with P with ('P\PPPackages\Foo', 'PPPackages\Foo')
|
||||||
✓ it may start with P with ('PPPackages\Foo', 'PPPackages\Foo') #1
|
✓ it may start with P with ('PPPackages\Foo', 'PPPackages\Foo') #1
|
||||||
✓ it may start with P with ('PPPackages\Foo', 'PPPackages\Foo') #2
|
✓ it may start with P with ('PPPackages\Foo', 'PPPackages\Foo') #2
|
||||||
|
✓ test description
|
||||||
|
✓ test_description
|
||||||
|
✓ ふ+が+
|
||||||
|
✓ ほげ
|
||||||
|
✓ 卜竹弓一十山
|
||||||
|
✓ アゴデヸ
|
||||||
|
✓ !p8VrB
|
||||||
|
✓ &xe6VeKWF#n4
|
||||||
|
✓ %%HurHUnw7zM!
|
||||||
|
✓ rundeliekend
|
||||||
|
✓ g%%c!Jt9$fy#Kf
|
||||||
|
✓ NRs*Gz2@hmB$W$BPD%%b2U%3P%z%apnwSX
|
||||||
|
✓ ÀĤ{¼÷
|
||||||
|
✓ ìèéàòç
|
||||||
|
✓ زهراء المعادي
|
||||||
|
✓ الجبيهه
|
||||||
|
✓ الظهران
|
||||||
|
✓ Каролин
|
||||||
|
✓ অ্যান্টার্কটিকা
|
||||||
|
✓ Frýdek-Místek"
|
||||||
|
✓ Allingåbro&
|
||||||
|
✓ Κεντροαφρικανική Δημοκρατία
|
||||||
|
✓ آذربایجان غربی
|
||||||
|
✓ זימבבואה
|
||||||
|
✓ Belišće
|
||||||
|
✓ Գվատեմալա
|
||||||
|
✓ パプアニューギニア
|
||||||
|
✓ 富山県
|
||||||
|
✓ Қарағанды
|
||||||
|
✓ Қостанай
|
||||||
|
✓ 안양시 동안구
|
||||||
|
✓ Itālija
|
||||||
|
✓ Honningsvåg
|
||||||
|
✓ Águeda
|
||||||
|
✓ Râșcani
|
||||||
|
✓ Năsăud
|
||||||
|
✓ Орехово-Зуево
|
||||||
|
✓ Čereňany
|
||||||
|
✓ Moravče
|
||||||
|
✓ Šentjernej
|
||||||
|
✓ Врање
|
||||||
|
✓ Крушевац
|
||||||
|
✓ Åkersberga
|
||||||
|
✓ บอสเนียและเฮอร์เซโกวีนา
|
||||||
|
✓ Birleşik Arap Emirlikleri
|
||||||
|
✓ Німеччина
|
||||||
|
✓ Nam Định
|
||||||
|
✓ 呼和浩特
|
||||||
|
✓ test /** with comment */ should do
|
||||||
|
|
||||||
PASS Tests\Unit\TestSuite
|
PASS Tests\Unit\TestSuite
|
||||||
✓ it does not allow to add the same test description twice
|
✓ it does not allow to add the same test description twice
|
||||||
@ -925,11 +1004,16 @@
|
|||||||
PASS Tests\Visual\BeforeEachTestName
|
PASS Tests\Visual\BeforeEachTestName
|
||||||
✓ latest description
|
✓ latest description
|
||||||
|
|
||||||
|
PASS Tests\Visual\Collision
|
||||||
|
✓ collision with ([''])
|
||||||
|
✓ collision with (['--parallel'])
|
||||||
|
|
||||||
PASS Tests\Visual\Help
|
PASS Tests\Visual\Help
|
||||||
✓ visual snapshot of help command output
|
✓ visual snapshot of help command output
|
||||||
|
|
||||||
PASS Tests\Visual\Parallel
|
PASS Tests\Visual\Parallel
|
||||||
✓ parallel
|
✓ parallel
|
||||||
|
✓ a parallel test can extend another test with same name
|
||||||
|
|
||||||
PASS Tests\Visual\SingleTestOrDirectory
|
PASS Tests\Visual\SingleTestOrDirectory
|
||||||
✓ allows to run a single test
|
✓ allows to run a single test
|
||||||
@ -950,4 +1034,4 @@
|
|||||||
PASS Tests\Visual\Version
|
PASS Tests\Visual\Version
|
||||||
✓ visual snapshot of help command output
|
✓ visual snapshot of help command output
|
||||||
|
|
||||||
Tests: 2 deprecated, 3 warnings, 4 incomplete, 1 notice, 4 todos, 18 skipped, 649 passed (1591 assertions)
|
Tests: 1 deprecated, 3 warnings, 4 incomplete, 1 notice, 8 todos, 17 skipped, 715 passed (1727 assertions)
|
||||||
@ -1,3 +1,9 @@
|
|||||||
|
TODO Tests\Features\BeforeEachProxiesToTestCallWithTodo - 4 todos
|
||||||
|
↓ is marked as todo 1
|
||||||
|
↓ is marked as todo 2
|
||||||
|
↓ is marked as todo 3
|
||||||
|
↓ shouldBeMarkedAsTodo
|
||||||
|
|
||||||
TODO Tests\Features\DatasetsTests - 1 todo
|
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
|
||||||
|
|
||||||
@ -9,4 +15,4 @@
|
|||||||
PASS Tests\CustomTestCase\ExecutedTest
|
PASS Tests\CustomTestCase\ExecutedTest
|
||||||
✓ that gets executed
|
✓ that gets executed
|
||||||
|
|
||||||
Tests: 4 todos, 1 passed (1 assertions)
|
Tests: 8 todos, 1 passed (1 assertions)
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
|
|
||||||
Pest Testing Framework 2.0.1.
|
Pest Testing Framework 2.6.0.
|
||||||
|
|
||||||
|
|||||||
5
tests/Environments/Windows.php
Normal file
5
tests/Environments/Windows.php
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
test('global functions are loaded', function () {
|
||||||
|
expect(helper_returns_string())->toBeString();
|
||||||
|
});
|
||||||
@ -0,0 +1,15 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
beforeEach()->expect(true)->toBeTrue();
|
||||||
|
|
||||||
|
test('runs 1', function () {
|
||||||
|
// This test did performs assertions...
|
||||||
|
});
|
||||||
|
|
||||||
|
test('runs 2', function () {
|
||||||
|
// This test did performs assertions...
|
||||||
|
});
|
||||||
|
|
||||||
|
test('runs 3', function () {
|
||||||
|
// This test did performs assertions...
|
||||||
|
});
|
||||||
15
tests/Features/BeforeEachProxiesToTestCallWithSkip.php
Normal file
15
tests/Features/BeforeEachProxiesToTestCallWithSkip.php
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
beforeEach()->skip();
|
||||||
|
|
||||||
|
test('does not run 1', function () {
|
||||||
|
$this->fail('This test should not run');
|
||||||
|
});
|
||||||
|
|
||||||
|
test('does not run 2', function () {
|
||||||
|
$this->fail('This test should not run');
|
||||||
|
});
|
||||||
|
|
||||||
|
test('does not run 3', function () {
|
||||||
|
$this->fail('This test should not run');
|
||||||
|
});
|
||||||
15
tests/Features/BeforeEachProxiesToTestCallWithTodo.php
Normal file
15
tests/Features/BeforeEachProxiesToTestCallWithTodo.php
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
beforeEach()->todo();
|
||||||
|
|
||||||
|
test('is marked as todo 1', function () {
|
||||||
|
$this->fail('This test should not run');
|
||||||
|
});
|
||||||
|
|
||||||
|
test('is marked as todo 2', function () {
|
||||||
|
$this->fail('This test should not run');
|
||||||
|
});
|
||||||
|
|
||||||
|
test('is marked as todo 3');
|
||||||
|
|
||||||
|
test()->shouldBeMarkedAsTodo();
|
||||||
@ -85,17 +85,17 @@ it('works with higher order tests')
|
|||||||
it('can use the scoped method to lock into the given level for expectations', function () {
|
it('can use the scoped method to lock into the given level for expectations', function () {
|
||||||
expect(new HasMethods())
|
expect(new HasMethods())
|
||||||
->attributes()->scoped(fn ($attributes) => $attributes
|
->attributes()->scoped(fn ($attributes) => $attributes
|
||||||
->name->toBe('Has Methods')
|
->name->toBe('Has Methods')
|
||||||
->quantity->toBe(20)
|
->quantity->toBe(20)
|
||||||
)
|
)
|
||||||
->name()->toBeString()->toBe('Has Methods')
|
->name()->toBeString()->toBe('Has Methods')
|
||||||
->newInstance()->newInstance()->scoped(fn ($instance) => $instance
|
->newInstance()->newInstance()->scoped(fn ($instance) => $instance
|
||||||
->name()->toBe('Has Methods')
|
->name()->toBe('Has Methods')
|
||||||
->quantity()->toBe(20)
|
->quantity()->toBe(20)
|
||||||
->attributes()->scoped(fn ($attributes) => $attributes
|
->attributes()->scoped(fn ($attributes) => $attributes
|
||||||
->name->toBe('Has Methods')
|
->name->toBe('Has Methods')
|
||||||
->quantity->toBe(20)
|
->quantity->toBe(20)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@ -171,19 +171,19 @@ test('pipe works with negated expectation', function () use ($state) {
|
|||||||
$state->reset();
|
$state->reset();
|
||||||
|
|
||||||
expect($char)->not->toBe(new Char('B'))
|
expect($char)->not->toBe(new Char('B'))
|
||||||
->and($state)
|
->and($state)
|
||||||
->runCount->toMatchArray([
|
->runCount->toMatchArray([
|
||||||
'char' => 1,
|
'char' => 1,
|
||||||
'number' => 0,
|
'number' => 0,
|
||||||
'wildcard' => 0,
|
'wildcard' => 0,
|
||||||
'symbol' => 0,
|
'symbol' => 0,
|
||||||
])
|
])
|
||||||
->appliedCount->toMatchArray([
|
->appliedCount->toMatchArray([
|
||||||
'char' => 1,
|
'char' => 1,
|
||||||
'number' => 0,
|
'number' => 0,
|
||||||
'wildcard' => 0,
|
'wildcard' => 0,
|
||||||
'symbol' => 0,
|
'symbol' => 0,
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
|
||||||
test('interceptor is applied', function () use ($state) {
|
test('interceptor is applied', function () use ($state) {
|
||||||
|
|||||||
@ -7,6 +7,15 @@ test('passes', function () {
|
|||||||
expect(4)->toBeGreaterThan(3.9);
|
expect(4)->toBeGreaterThan(3.9);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
test('passes with DateTime and DateTimeImmutable', function () {
|
||||||
|
$now = new DateTime();
|
||||||
|
$past = (new DateTimeImmutable())->modify('-1 day');
|
||||||
|
|
||||||
|
expect($now)->toBeGreaterThan($past);
|
||||||
|
|
||||||
|
expect($past)->not->toBeGreaterThan($now);
|
||||||
|
});
|
||||||
|
|
||||||
test('failures', function () {
|
test('failures', function () {
|
||||||
expect(4)->toBeGreaterThan(4);
|
expect(4)->toBeGreaterThan(4);
|
||||||
})->throws(ExpectationFailedException::class);
|
})->throws(ExpectationFailedException::class);
|
||||||
@ -7,6 +7,17 @@ test('passes', function () {
|
|||||||
expect(4)->toBeGreaterThanOrEqual(4);
|
expect(4)->toBeGreaterThanOrEqual(4);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
test('passes with DateTime and DateTimeImmutable', function () {
|
||||||
|
$now = new DateTime();
|
||||||
|
$past = (new DateTimeImmutable())->modify('-1 day');
|
||||||
|
|
||||||
|
expect($now)->toBeGreaterThanOrEqual($now);
|
||||||
|
|
||||||
|
expect($now)->toBeGreaterThanOrEqual($past);
|
||||||
|
|
||||||
|
expect($past)->not->toBeGreaterThanOrEqual($now);
|
||||||
|
});
|
||||||
|
|
||||||
test('failures', function () {
|
test('failures', function () {
|
||||||
expect(4)->toBeGreaterThanOrEqual(4.1);
|
expect(4)->toBeGreaterThanOrEqual(4.1);
|
||||||
})->throws(ExpectationFailedException::class);
|
})->throws(ExpectationFailedException::class);
|
||||||
@ -7,6 +7,15 @@ test('passes', function () {
|
|||||||
expect(4)->toBeLessThan(5);
|
expect(4)->toBeLessThan(5);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
test('passes with DateTime and DateTimeImmutable', function () {
|
||||||
|
$now = new DateTime();
|
||||||
|
$past = (new DateTimeImmutable())->modify('-1 day');
|
||||||
|
|
||||||
|
expect($past)->toBeLessThan($now);
|
||||||
|
|
||||||
|
expect($now)->not->toBeLessThan($now);
|
||||||
|
});
|
||||||
|
|
||||||
test('failures', function () {
|
test('failures', function () {
|
||||||
expect(4)->toBeLessThan(4);
|
expect(4)->toBeLessThan(4);
|
||||||
})->throws(ExpectationFailedException::class);
|
})->throws(ExpectationFailedException::class);
|
||||||
|
|||||||
@ -7,6 +7,17 @@ test('passes', function () {
|
|||||||
expect(4)->toBeLessThanOrEqual(4);
|
expect(4)->toBeLessThanOrEqual(4);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
test('passes with DateTime and DateTimeImmutable', function () {
|
||||||
|
$now = new DateTime();
|
||||||
|
$past = (new DateTimeImmutable())->modify('-1 day');
|
||||||
|
|
||||||
|
expect($now)->toBeLessThanOrEqual($now);
|
||||||
|
|
||||||
|
expect($past)->toBeLessThanOrEqual($now);
|
||||||
|
|
||||||
|
expect($now)->not->toBeLessThanOrEqual($past);
|
||||||
|
});
|
||||||
|
|
||||||
test('failures', function () {
|
test('failures', function () {
|
||||||
expect(4)->toBeLessThanOrEqual(3.9);
|
expect(4)->toBeLessThanOrEqual(3.9);
|
||||||
})->throws(ExpectationFailedException::class);
|
})->throws(ExpectationFailedException::class);
|
||||||
|
|||||||
@ -4,30 +4,49 @@ use PHPUnit\Framework\ExpectationFailedException;
|
|||||||
|
|
||||||
test('pass', function () {
|
test('pass', function () {
|
||||||
$object = new stdClass();
|
$object = new stdClass();
|
||||||
$object->name = 'Jhon';
|
$object->name = 'John';
|
||||||
$object->age = 21;
|
$object->age = 21;
|
||||||
|
|
||||||
expect($object)->toHaveProperties(['name', 'age']);
|
expect($object)
|
||||||
|
->toHaveProperties(['name', 'age'])
|
||||||
|
->toHaveProperties([
|
||||||
|
'name' => 'John',
|
||||||
|
'age' => 21,
|
||||||
|
]);
|
||||||
});
|
});
|
||||||
|
|
||||||
test('failures', function () {
|
test('failures', function () {
|
||||||
$object = new stdClass();
|
$object = new stdClass();
|
||||||
$object->name = 'Jhon';
|
$object->name = 'John';
|
||||||
|
|
||||||
expect($object)->toHaveProperties(['name', 'age']);
|
expect($object)
|
||||||
|
->toHaveProperties(['name', 'age'])
|
||||||
|
->toHaveProperties([
|
||||||
|
'name' => 'John',
|
||||||
|
'age' => 21,
|
||||||
|
]);
|
||||||
})->throws(ExpectationFailedException::class);
|
})->throws(ExpectationFailedException::class);
|
||||||
|
|
||||||
test('failures with custom message', function () {
|
test('failures with custom message', function () {
|
||||||
$object = new stdClass();
|
$object = new stdClass();
|
||||||
$object->name = 'Jhon';
|
$object->name = 'John';
|
||||||
|
|
||||||
expect($object)->toHaveProperties(['name', 'age'], 'oh no!');
|
expect($object)
|
||||||
|
->toHaveProperties(['name', 'age'], 'oh no!')
|
||||||
|
->toHaveProperties([
|
||||||
|
'name' => 'John',
|
||||||
|
'age' => 21,
|
||||||
|
], 'oh no!');
|
||||||
})->throws(ExpectationFailedException::class, 'oh no!');
|
})->throws(ExpectationFailedException::class, 'oh no!');
|
||||||
|
|
||||||
test('not failures', function () {
|
test('not failures', function () {
|
||||||
$object = new stdClass();
|
$object = new stdClass();
|
||||||
$object->name = 'Jhon';
|
$object->name = 'John';
|
||||||
$object->age = 21;
|
$object->age = 21;
|
||||||
|
|
||||||
expect($object)->not->toHaveProperties(['name', 'age']);
|
expect($object)->not->toHaveProperties(['name', 'age'])
|
||||||
|
->not->toHaveProperties([
|
||||||
|
'name' => 'John',
|
||||||
|
'age' => 21,
|
||||||
|
]);
|
||||||
})->throws(ExpectationFailedException::class);
|
})->throws(ExpectationFailedException::class);
|
||||||
|
|||||||
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
use PHPUnit\Framework\ExpectationFailedException;
|
use PHPUnit\Framework\ExpectationFailedException;
|
||||||
|
|
||||||
|
class CustomException extends Exception
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
test('passes', function () {
|
test('passes', function () {
|
||||||
expect(function () {
|
expect(function () {
|
||||||
throw new RuntimeException();
|
throw new RuntimeException();
|
||||||
@ -33,6 +37,9 @@ test('passes', function () {
|
|||||||
throw new RuntimeException('actual message');
|
throw new RuntimeException('actual message');
|
||||||
})->toThrow(function (RuntimeException $e) {
|
})->toThrow(function (RuntimeException $e) {
|
||||||
}, 'actual message');
|
}, 'actual message');
|
||||||
|
expect(function () {
|
||||||
|
throw new CustomException('foo');
|
||||||
|
})->toThrow(new CustomException('foo'));
|
||||||
});
|
});
|
||||||
|
|
||||||
test('failures 1', function () {
|
test('failures 1', function () {
|
||||||
@ -79,6 +86,12 @@ test('failures 7', function () {
|
|||||||
})->toThrow(RuntimeException::class, 'expected message');
|
})->toThrow(RuntimeException::class, 'expected message');
|
||||||
})->throws(ExpectationFailedException::class);
|
})->throws(ExpectationFailedException::class);
|
||||||
|
|
||||||
|
test('failures 8', function () {
|
||||||
|
expect(function () {
|
||||||
|
throw new CustomException('actual message');
|
||||||
|
})->toThrow(new CustomException('expected message'));
|
||||||
|
})->throws(ExpectationFailedException::class);
|
||||||
|
|
||||||
test('failures with custom message', function () {
|
test('failures with custom message', function () {
|
||||||
expect(function () {
|
expect(function () {
|
||||||
throw new RuntimeException('actual message');
|
throw new RuntimeException('actual message');
|
||||||
|
|||||||
@ -44,3 +44,5 @@ it('throws error if method do not exist', function () {
|
|||||||
it('can forward unexpected calls to any global function')->_assertThat();
|
it('can forward unexpected calls to any global function')->_assertThat();
|
||||||
|
|
||||||
it('can use helpers from helpers file')->myAssertTrue(true);
|
it('can use helpers from helpers file')->myAssertTrue(true);
|
||||||
|
|
||||||
|
it('can use helpers from helpers directory')->myDirectoryAssertTrue(true);
|
||||||
|
|||||||
9
tests/Fixtures/CollisionTest.php
Normal file
9
tests/Fixtures/CollisionTest.php
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
test('error', function () {
|
||||||
|
throw new Exception('error');
|
||||||
|
})->skip(! isset($_SERVER['COLLISION_TEST']));
|
||||||
|
|
||||||
|
test('success', function () {
|
||||||
|
expect(true)->toBeTrue();
|
||||||
|
})->skip(! isset($_SERVER['COLLISION_TEST']));
|
||||||
13
tests/Fixtures/Inheritance/Base/ExampleTest.php
Normal file
13
tests/Fixtures/Inheritance/Base/ExampleTest.php
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace Tests\Fixtures\Inheritance\Base;
|
||||||
|
|
||||||
|
use PHPUnit\Framework\TestCase;
|
||||||
|
|
||||||
|
class ExampleTest extends TestCase
|
||||||
|
{
|
||||||
|
public function testExample()
|
||||||
|
{
|
||||||
|
$this->markTestSkipped();
|
||||||
|
}
|
||||||
|
}
|
||||||
11
tests/Fixtures/Inheritance/ExampleTest.php
Normal file
11
tests/Fixtures/Inheritance/ExampleTest.php
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace Tests\Fixtures\Inheritance;
|
||||||
|
|
||||||
|
class ExampleTest extends Base\ExampleTest
|
||||||
|
{
|
||||||
|
public function testExample()
|
||||||
|
{
|
||||||
|
$this->assertTrue(true);
|
||||||
|
}
|
||||||
|
}
|
||||||
6
tests/Helpers/Helper.php
Normal file
6
tests/Helpers/Helper.php
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
function myDirectoryAssertTrue($value)
|
||||||
|
{
|
||||||
|
test()->assertTrue($value);
|
||||||
|
}
|
||||||
5
tests/Helpers/TestInHelpers.php
Normal file
5
tests/Helpers/TestInHelpers.php
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
it('executes tests in the Helpers directory', function () {
|
||||||
|
expect(true)->toBeTrue();
|
||||||
|
});
|
||||||
@ -25,3 +25,8 @@ uses()
|
|||||||
$_SERVER['globalHook']->calls->afterAll++;
|
$_SERVER['globalHook']->calls->afterAll++;
|
||||||
})
|
})
|
||||||
->in('Hooks');
|
->in('Hooks');
|
||||||
|
|
||||||
|
function helper_returns_string()
|
||||||
|
{
|
||||||
|
return 'string';
|
||||||
|
}
|
||||||
|
|||||||
@ -1,19 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
use Pest\ConfigLoader;
|
|
||||||
use Pest\Support\Reflection;
|
|
||||||
|
|
||||||
it('fallbacks to default path if no phpunit file is found', function () {
|
|
||||||
$instance = new ConfigLoader('fake-path');
|
|
||||||
|
|
||||||
expect(Reflection::getPropertyValue($instance, 'config'))->toBeNull();
|
|
||||||
expect($instance->getConfigurationFilePath())->toBeFalse();
|
|
||||||
expect($instance->getTestsDirectory())->toBe(ConfigLoader::DEFAULT_TESTS_PATH);
|
|
||||||
});
|
|
||||||
|
|
||||||
it('fallbacks to default path if phpunit is not a valid XML')->skip();
|
|
||||||
it('fallbacks to default path if failing to read phpunit content')->skip();
|
|
||||||
it('fallbacks to default path if there is no test suites directory')->skip();
|
|
||||||
it('fallbacks to default path if test suite directory has no value')->skip();
|
|
||||||
it('fallbacks to default path if test suite directory does not exist')->skip();
|
|
||||||
it('returns the parent folder of first test suite directory')->skip();
|
|
||||||
@ -10,8 +10,8 @@ it('show only the names of named datasets in their description', function () {
|
|||||||
],
|
],
|
||||||
], __FILE__));
|
], __FILE__));
|
||||||
|
|
||||||
expect($descriptions[0])->toBe('data set "one"')
|
expect($descriptions[0])->toBe('dataset "one"')
|
||||||
->and($descriptions[1])->toBe('data set "two"');
|
->and($descriptions[1])->toBe('dataset "two"');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('show the actual dataset of non-named datasets in their description', function () {
|
it('show the actual dataset of non-named datasets in their description', function () {
|
||||||
@ -38,10 +38,10 @@ it('show only the names of multiple named datasets in their description', functi
|
|||||||
],
|
],
|
||||||
], __FILE__));
|
], __FILE__));
|
||||||
|
|
||||||
expect($descriptions[0])->toBe('data set "one" / data set "three"');
|
expect($descriptions[0])->toBe('dataset "one" / dataset "three"');
|
||||||
expect($descriptions[1])->toBe('data set "one" / data set "four"');
|
expect($descriptions[1])->toBe('dataset "one" / dataset "four"');
|
||||||
expect($descriptions[2])->toBe('data set "two" / data set "three"');
|
expect($descriptions[2])->toBe('dataset "two" / dataset "three"');
|
||||||
expect($descriptions[3])->toBe('data set "two" / data set "four"');
|
expect($descriptions[3])->toBe('dataset "two" / dataset "four"');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('show the actual dataset of multiple non-named datasets in their description', function () {
|
it('show the actual dataset of multiple non-named datasets in their description', function () {
|
||||||
@ -74,10 +74,10 @@ it('show the correct description for mixed named and not-named datasets', functi
|
|||||||
],
|
],
|
||||||
], __FILE__));
|
], __FILE__));
|
||||||
|
|
||||||
expect($descriptions[0])->toBe('data set "one" / (3)');
|
expect($descriptions[0])->toBe('dataset "one" / (3)');
|
||||||
expect($descriptions[1])->toBe('data set "one" / data set "four"');
|
expect($descriptions[1])->toBe('dataset "one" / dataset "four"');
|
||||||
expect($descriptions[2])->toBe('([2]) / (3)');
|
expect($descriptions[2])->toBe('([2]) / (3)');
|
||||||
expect($descriptions[3])->toBe('([2]) / data set "four"');
|
expect($descriptions[3])->toBe('([2]) / dataset "four"');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('shows the correct description for long texts with newlines', function () {
|
it('shows the correct description for long texts with newlines', function () {
|
||||||
|
|||||||
28
tests/Unit/Overrides/ThrowableBuilder.php
Normal file
28
tests/Unit/Overrides/ThrowableBuilder.php
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
use NunoMaduro\Collision\Contracts\RenderableOnCollisionEditor;
|
||||||
|
use PHPUnit\Event\Code\ThrowableBuilder;
|
||||||
|
use Whoops\Exception\Frame;
|
||||||
|
|
||||||
|
test('collision editor can be added to the stack trace', function () {
|
||||||
|
$exception = new class extends Exception implements RenderableOnCollisionEditor
|
||||||
|
{
|
||||||
|
public function __construct()
|
||||||
|
{
|
||||||
|
parent::__construct('test exception');
|
||||||
|
}
|
||||||
|
|
||||||
|
public function toCollisionEditor(): Frame
|
||||||
|
{
|
||||||
|
return new Frame([
|
||||||
|
'file' => __DIR__.'/../../Pest.php',
|
||||||
|
'line' => 5,
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
expect(str_replace(DIRECTORY_SEPARATOR, '/', ThrowableBuilder::from($exception)->stackTrace()))
|
||||||
|
->toContain('tests/Unit/Overrides/../../Pest.php:5')
|
||||||
|
->and(str_replace(DIRECTORY_SEPARATOR, '/', ThrowableBuilder::from(new Exception('test'))->stackTrace()))
|
||||||
|
->toContain('tests/Unit/Overrides/ThrowableBuilder.php:26');
|
||||||
|
});
|
||||||
21
tests/Unit/Support/ExceptionTrace.php
Normal file
21
tests/Unit/Support/ExceptionTrace.php
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
use Pest\Support\ExceptionTrace;
|
||||||
|
|
||||||
|
it('ensures the given closures reports the correct class name', function () {
|
||||||
|
$closure = function () {
|
||||||
|
throw new Exception('Call to undefined method P\Tests\IntentionallyNotExisting::testBasic().');
|
||||||
|
};
|
||||||
|
|
||||||
|
ExceptionTrace::ensure($closure);
|
||||||
|
})->throws(
|
||||||
|
Exception::class,
|
||||||
|
'Call to undefined method Tests\IntentionallyNotExisting::testBasic().',
|
||||||
|
);
|
||||||
|
|
||||||
|
it('ensures the given closures reports the correct class name and suggests the [uses()] function', function () {
|
||||||
|
$this->get();
|
||||||
|
})->throws(
|
||||||
|
Error::class,
|
||||||
|
'Call to undefined method Tests\Unit\Support\ExceptionTrace::get(). Did you forget to use the [uses()] function? Read more at: https://pestphp.com/docs/configuring-tests',
|
||||||
|
);
|
||||||
@ -8,6 +8,6 @@ it('evaluates the code', function ($evaluatable, $expected) {
|
|||||||
expect($code)->toBe($expected);
|
expect($code)->toBe($expected);
|
||||||
})->with([
|
})->with([
|
||||||
['version()', '__pest_evaluable_version__'],
|
['version()', '__pest_evaluable_version__'],
|
||||||
['version__ ', '__pest_evaluable_version___'],
|
['version__ ', '__pest_evaluable_version_____'],
|
||||||
['version\\', '__pest_evaluable_version_'],
|
['version\\', '__pest_evaluable_version_'],
|
||||||
]);
|
]);
|
||||||
|
|||||||
@ -11,3 +11,63 @@ it('may start with P', function (string $real, string $toBePrinted) {
|
|||||||
['PPPackages\Foo', 'PPPackages\Foo'],
|
['PPPackages\Foo', 'PPPackages\Foo'],
|
||||||
['PPPackages\Foo', 'PPPackages\Foo'],
|
['PPPackages\Foo', 'PPPackages\Foo'],
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
$names = [
|
||||||
|
'test description' => '__pest_evaluable_test_description',
|
||||||
|
'test_description' => '__pest_evaluable_test__description',
|
||||||
|
'ふ+が+' => '__pest_evaluable_ふ_が_',
|
||||||
|
'ほげ' => '__pest_evaluable_ほげ',
|
||||||
|
'卜竹弓一十山' => '__pest_evaluable_卜竹弓一十山',
|
||||||
|
'アゴデヸ' => '__pest_evaluable_アゴデヸ',
|
||||||
|
'!p8VrB' => '__pest_evaluable__p8VrB',
|
||||||
|
'&xe6VeKWF#n4' => '__pest_evaluable__xe6VeKWF_n4',
|
||||||
|
'%%HurHUnw7zM!' => '__pest_evaluable___HurHUnw7zM_',
|
||||||
|
'rundeliekend' => '__pest_evaluable_rundeliekend',
|
||||||
|
'g%%c!Jt9$fy#Kf' => '__pest_evaluable_g__c_Jt9_fy_Kf',
|
||||||
|
'NRs*Gz2@hmB$W$BPD%%b2U%3P%z%apnwSX' => '__pest_evaluable_NRs_Gz2_hmB_W_BPD__b2U_3P_z_apnwSX',
|
||||||
|
'ÀĤ{¼÷' => '__pest_evaluable_ÀĤ_¼÷',
|
||||||
|
'ìèéàòç' => '__pest_evaluable_ìèéàòç',
|
||||||
|
'زهراء المعادي' => '__pest_evaluable_زهراء_المعادي',
|
||||||
|
'الجبيهه' => '__pest_evaluable_الجبيهه',
|
||||||
|
'الظهران' => '__pest_evaluable_الظهران',
|
||||||
|
'Каролин' => '__pest_evaluable_Каролин',
|
||||||
|
'অ্যান্টার্কটিকা' => '__pest_evaluable_অ্যান্টার্কটিকা',
|
||||||
|
'Frýdek-Místek"' => '__pest_evaluable_Frýdek_Místek_',
|
||||||
|
'Allingåbro&' => '__pest_evaluable_Allingåbro_',
|
||||||
|
'Κεντροαφρικανική Δημοκρατία' => '__pest_evaluable_Κεντροαφρικανική_Δημοκρατία',
|
||||||
|
'آذربایجان غربی' => '__pest_evaluable_آذربایجان_غربی',
|
||||||
|
'זימבבואה' => '__pest_evaluable_זימבבואה',
|
||||||
|
'Belišće' => '__pest_evaluable_Belišće',
|
||||||
|
'Գվատեմալա' => '__pest_evaluable_Գվատեմալա',
|
||||||
|
'パプアニューギニア' => '__pest_evaluable_パプアニューギニア',
|
||||||
|
'富山県' => '__pest_evaluable_富山県',
|
||||||
|
'Қарағанды' => '__pest_evaluable_Қарағанды',
|
||||||
|
'Қостанай' => '__pest_evaluable_Қостанай',
|
||||||
|
'안양시 동안구' => '__pest_evaluable_안양시_동안구',
|
||||||
|
'Itālija' => '__pest_evaluable_Itālija',
|
||||||
|
'Honningsvåg' => '__pest_evaluable_Honningsvåg',
|
||||||
|
'Águeda' => '__pest_evaluable_Águeda',
|
||||||
|
'Râșcani' => '__pest_evaluable_Râșcani',
|
||||||
|
'Năsăud' => '__pest_evaluable_Năsăud',
|
||||||
|
'Орехово-Зуево' => '__pest_evaluable_Орехово_Зуево',
|
||||||
|
'Čereňany' => '__pest_evaluable_Čereňany',
|
||||||
|
'Moravče' => '__pest_evaluable_Moravče',
|
||||||
|
'Šentjernej' => '__pest_evaluable_Šentjernej',
|
||||||
|
'Врање' => '__pest_evaluable_Врање',
|
||||||
|
'Крушевац' => '__pest_evaluable_Крушевац',
|
||||||
|
'Åkersberga' => '__pest_evaluable_Åkersberga',
|
||||||
|
'บอสเนียและเฮอร์เซโกวีนา' => '__pest_evaluable_บอสเนียและเฮอร์เซโกวีนา',
|
||||||
|
'Birleşik Arap Emirlikleri' => '__pest_evaluable_Birleşik_Arap_Emirlikleri',
|
||||||
|
'Німеччина' => '__pest_evaluable_Німеччина',
|
||||||
|
'Nam Định' => '__pest_evaluable_Nam_Định',
|
||||||
|
'呼和浩特' => '__pest_evaluable_呼和浩特',
|
||||||
|
'test /** with comment */ should do' => '__pest_evaluable_test_____with_comment____should_do',
|
||||||
|
];
|
||||||
|
|
||||||
|
foreach ($names as $name => $methodName) {
|
||||||
|
test($name)
|
||||||
|
->expect(fn () => static::getLatestPrintableTestCaseMethodName())
|
||||||
|
->toBe($name)
|
||||||
|
->and(fn () => $this->name())
|
||||||
|
->toBe($methodName);
|
||||||
|
}
|
||||||
|
|||||||
42
tests/Visual/Collision.php
Normal file
42
tests/Visual/Collision.php
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
test('collision', function (array $arguments) {
|
||||||
|
$snapshot = __DIR__.'/../.snapshots/collision.txt';
|
||||||
|
|
||||||
|
if (in_array('--parallel', $arguments)) {
|
||||||
|
$snapshot = __DIR__.'/../.snapshots/collision-parallel.txt';
|
||||||
|
}
|
||||||
|
|
||||||
|
$output = function () use ($arguments) {
|
||||||
|
$process = (new Symfony\Component\Process\Process(
|
||||||
|
array_merge(['php', 'bin/pest', 'tests/Fixtures/CollisionTest.php'], $arguments),
|
||||||
|
null,
|
||||||
|
['COLLISION_PRINTER' => 'DefaultPrinter', 'COLLISION_IGNORE_DURATION' => 'true', 'COLLISION_TEST' => true]
|
||||||
|
));
|
||||||
|
|
||||||
|
$process->run();
|
||||||
|
|
||||||
|
return preg_replace('#\\x1b[[][^A-Za-z]*[A-Za-z]#', '', $process->getOutput());
|
||||||
|
};
|
||||||
|
|
||||||
|
if (getenv('REBUILD_SNAPSHOTS')) {
|
||||||
|
$outputContent = explode("\n", $output());
|
||||||
|
array_pop($outputContent);
|
||||||
|
array_pop($outputContent);
|
||||||
|
array_pop($outputContent);
|
||||||
|
|
||||||
|
if (in_array('--parallel', $arguments)) {
|
||||||
|
array_pop($outputContent);
|
||||||
|
array_pop($outputContent);
|
||||||
|
}
|
||||||
|
|
||||||
|
file_put_contents($snapshot, implode("\n", $outputContent));
|
||||||
|
|
||||||
|
$this->markTestSkipped('Snapshot rebuilt.');
|
||||||
|
}
|
||||||
|
|
||||||
|
expect($output())->toContain(file_get_contents($snapshot));
|
||||||
|
})->with([
|
||||||
|
[['']],
|
||||||
|
[['--parallel']],
|
||||||
|
])->skipOnWindows();
|
||||||
@ -18,4 +18,4 @@ test('visual snapshot of help command output', function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
expect($output())->toContain(file_get_contents($snapshot));
|
expect($output())->toContain(file_get_contents($snapshot));
|
||||||
})->skip(PHP_OS_FAMILY === 'Windows');
|
})->skipOnWindows();
|
||||||
|
|||||||
@ -3,18 +3,25 @@
|
|||||||
use Symfony\Component\Process\Process;
|
use Symfony\Component\Process\Process;
|
||||||
|
|
||||||
$run = function () {
|
$run = function () {
|
||||||
$process = new Process(['php', 'bin/pest', '--parallel', '--processes=3', '--exclude-group=integration'], dirname(__DIR__, 2),
|
$process = new Process(
|
||||||
|
array_merge(['php', 'bin/pest', '--parallel', '--processes=3'], func_get_args()),
|
||||||
|
dirname(__DIR__, 2),
|
||||||
['COLLISION_PRINTER' => 'DefaultPrinter', 'COLLISION_IGNORE_DURATION' => 'true'],
|
['COLLISION_PRINTER' => 'DefaultPrinter', 'COLLISION_IGNORE_DURATION' => 'true'],
|
||||||
);
|
);
|
||||||
|
|
||||||
$process->run();
|
$process->run();
|
||||||
|
|
||||||
expect($process->getExitCode())->toBe(0);
|
// expect($process->getExitCode())->toBe(0);
|
||||||
|
|
||||||
return preg_replace('#\\x1b[[][^A-Za-z]*[A-Za-z]#', '', $process->getOutput());
|
return preg_replace('#\\x1b[[][^A-Za-z]*[A-Za-z]#', '', $process->getOutput());
|
||||||
};
|
};
|
||||||
|
|
||||||
test('parallel', function () use ($run) {
|
test('parallel', function () use ($run) {
|
||||||
expect($run())->toContain('Tests: 2 deprecated, 3 warnings, 4 incomplete, 1 notice, 4 todos, 15 skipped, 640 passed (1578 assertions)')
|
expect($run('--exclude-group=integration'))
|
||||||
|
->toContain('Tests: 1 deprecated, 3 warnings, 4 incomplete, 1 notice, 8 todos, 14 skipped, 703 passed (1712 assertions)')
|
||||||
->toContain('Parallel: 3 processes');
|
->toContain('Parallel: 3 processes');
|
||||||
})->skip(PHP_OS_FAMILY === 'Windows');
|
})->skipOnWindows();
|
||||||
|
|
||||||
|
test('a parallel test can extend another test with same name', function () use ($run) {
|
||||||
|
expect($run('tests/Fixtures/Inheritance'))->toContain('Tests: 1 skipped, 2 passed (2 assertions)');
|
||||||
|
});
|
||||||
|
|||||||
@ -24,11 +24,11 @@ $snapshot = function ($name) {
|
|||||||
|
|
||||||
test('allows to run a single test', function () use ($run, $snapshot) {
|
test('allows to run a single test', function () use ($run, $snapshot) {
|
||||||
expect($run('tests/Fixtures/DirectoryWithTests/ExampleTest.php'))->toContain($snapshot('allows-to-run-a-single-test'));
|
expect($run('tests/Fixtures/DirectoryWithTests/ExampleTest.php'))->toContain($snapshot('allows-to-run-a-single-test'));
|
||||||
})->skip(PHP_OS_FAMILY === 'Windows');
|
})->skipOnWindows();
|
||||||
|
|
||||||
test('allows to run a directory', function () use ($run, $snapshot) {
|
test('allows to run a directory', function () use ($run, $snapshot) {
|
||||||
expect($run('tests/Fixtures'))->toContain($snapshot('allows-to-run-a-directory'));
|
expect($run('tests/Fixtures'))->toContain($snapshot('allows-to-run-a-directory'));
|
||||||
})->skip(PHP_OS_FAMILY === 'Windows');
|
})->skipOnWindows();
|
||||||
|
|
||||||
it('disable decorating printer when colors is set to never', function () use ($snapshot) {
|
it('disable decorating printer when colors is set to never', function () use ($snapshot) {
|
||||||
$process = new Process([
|
$process = new Process([
|
||||||
@ -40,4 +40,4 @@ it('disable decorating printer when colors is set to never', function () use ($s
|
|||||||
$process->run();
|
$process->run();
|
||||||
$output = $process->getOutput();
|
$output = $process->getOutput();
|
||||||
expect($output)->toContain($snapshot('disable-decorating-printer'));
|
expect($output)->toContain($snapshot('disable-decorating-printer'));
|
||||||
})->skip(PHP_OS_FAMILY === 'Windows');
|
})->skipOnWindows();
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user