Skip to content

Commit d66361b

Browse files
committed
release: 2.36.1
1 parent 93b5611 commit d66361b

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

src/Pest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
function version(): string
88
{
9-
return '2.36.0';
9+
return '2.36.1';
1010
}
1111

1212
function testDirectory(string $file = ''): string

tests/.pest/snapshots/Visual/Help/visual_snapshot_of_help_command_output.snap

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Pest Testing Framework 2.36.0.
2+
Pest Testing Framework 2.36.1.
33

44
USAGE: pest <file> [options]
55

@@ -45,7 +45,7 @@
4545
--disallow-test-output ................. Be strict about output during tests
4646
--enforce-time-limit ................. Enforce time limit based on test size
4747
--default-time-limit [sec] Timeout in seconds for tests that have no declared size
48-
--dont-report-useless-tests .. Do not report tests that do not test anything
48+
--do-not-report-useless-tests Do not report tests that do not test anything
4949
--stop-on-defect ... Stop after first error, failure, warning, or risky test
5050
--stop-on-error ..................................... Stop after first error
5151
--stop-on-failure ................................. Stop after first failure
@@ -60,9 +60,20 @@
6060
--fail-on-risky Signal failure using shell exit code when a test was considered risky
6161
--fail-on-deprecation Signal failure using shell exit code when a deprecation was triggered
6262
--fail-on-phpunit-deprecation Signal failure using shell exit code when a PHPUnit deprecation was triggered
63+
--fail-on-phpunit-warning Signal failure using shell exit code when a PHPUnit warning was triggered
6364
--fail-on-notice Signal failure using shell exit code when a notice was triggered
6465
--fail-on-skipped Signal failure using shell exit code when a test was skipped
6566
--fail-on-incomplete Signal failure using shell exit code when a test was marked incomplete
67+
--fail-on-all-issues Signal failure using shell exit code when an issue is triggered
68+
--do-not-fail-on-empty-test-suite Do not signal failure using shell exit code when no tests were run
69+
--do-not-fail-on-warning Do not signal failure using shell exit code when a warning was triggered
70+
--do-not-fail-on-risky Do not signal failure using shell exit code when a test was considered risky
71+
--do-not-fail-on-deprecation Do not signal failure using shell exit code when a deprecation was triggered
72+
--do-not-fail-on-phpunit-deprecation Do not signal failure using shell exit code when a PHPUnit deprecation was triggered
73+
--do-not-fail-on-phpunit-warning Do not signal failure using shell exit code when a PHPUnit warning was triggered
74+
--do-not-fail-on-notice Do not signal failure using shell exit code when a notice was triggered
75+
--do-not-fail-on-skipped Do not signal failure using shell exit code when a test was skipped
76+
--do-not-fail-on-incomplete Do not signal failure using shell exit code when a test was marked incomplete
6677
--cache-result ............................ Write test results to cache file
6778
--do-not-cache-result .............. Do not write test results to cache file
6879
--order-by [order] Run tests in order: default|defects|depends|duration|no-depends|random|reverse|size
@@ -83,6 +94,7 @@
8394
--display-errors ............. Display details for errors triggered by tests
8495
--display-notices ........... Display details for notices triggered by tests
8596
--display-warnings ......... Display details for warnings triggered by tests
97+
--display-all-issues ..... Display details for all issues that are triggered
8698
--reverse-list .............................. Print defects in reverse order
8799
--teamcity . Replace default progress and result output with TeamCity format
88100
--testdox ................ Replace default result output with TestDox format
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
Pest Testing Framework 2.36.0.
2+
Pest Testing Framework 2.36.1.
33

0 commit comments

Comments
 (0)