Skip to content

Commit 856c54b

Browse files
Merge branch '10.5'
2 parents 86ebc8e + ac6421c commit 856c54b

File tree

103 files changed

+24
-532
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+24
-532
lines changed

tests/end-to-end/cli/fail-on/fail-on-deprecation.phpt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
--TEST--
22
Test Runner exits with shell exit code indicating failure when all tests are successful but at least one test triggered a deprecation
3-
--SKIPIF--
4-
<?php declare(strict_types=1);
5-
if (DIRECTORY_SEPARATOR === '\\') {
6-
print "skip: this test does not work on Windows / GitHub Actions\n";
7-
}
83
--FILE--
94
<?php declare(strict_types=1);
105
$traceFile = tempnam(sys_get_temp_dir(), __FILE__);

tests/end-to-end/cli/fail-on/fail-on-incomplete.phpt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
--TEST--
22
Test Runner exits with shell exit code indicating failure when all tests are successful but at least one test was marked incomplete
3-
--SKIPIF--
4-
<?php declare(strict_types=1);
5-
if (DIRECTORY_SEPARATOR === '\\') {
6-
print "skip: this test does not work on Windows / GitHub Actions\n";
7-
}
83
--FILE--
94
<?php declare(strict_types=1);
105
$traceFile = tempnam(sys_get_temp_dir(), __FILE__);

tests/end-to-end/cli/fail-on/fail-on-notice.phpt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
--TEST--
22
Test Runner exits with shell exit code indicating failure when all tests are successful but at least one test triggered a notice
3-
--SKIPIF--
4-
<?php declare(strict_types=1);
5-
if (DIRECTORY_SEPARATOR === '\\') {
6-
print "skip: this test does not work on Windows / GitHub Actions\n";
7-
}
83
--FILE--
94
<?php declare(strict_types=1);
105
$traceFile = tempnam(sys_get_temp_dir(), __FILE__);

tests/end-to-end/cli/fail-on/fail-on-risky.phpt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
--TEST--
22
Test Runner exits with shell exit code indicating failure when all tests are successful but at least one test was considered risky
3-
--SKIPIF--
4-
<?php declare(strict_types=1);
5-
if (DIRECTORY_SEPARATOR === '\\') {
6-
print "skip: this test does not work on Windows / GitHub Actions\n";
7-
}
83
--FILE--
94
<?php declare(strict_types=1);
105
$traceFile = tempnam(sys_get_temp_dir(), __FILE__);

tests/end-to-end/cli/fail-on/fail-on-skipped.phpt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
--TEST--
22
Test Runner exits with shell exit code indicating failure when all tests are successful but at least one test was skipped
3-
--SKIPIF--
4-
<?php declare(strict_types=1);
5-
if (DIRECTORY_SEPARATOR === '\\') {
6-
print "skip: this test does not work on Windows / GitHub Actions\n";
7-
}
83
--FILE--
94
<?php declare(strict_types=1);
105
$traceFile = tempnam(sys_get_temp_dir(), __FILE__);

tests/end-to-end/cli/fail-on/fail-on-warning.phpt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
--TEST--
22
Test Runner exits with shell exit code indicating failure when all tests are successful but at least one warning was triggered
3-
--SKIPIF--
4-
<?php declare(strict_types=1);
5-
if (DIRECTORY_SEPARATOR === '\\') {
6-
print "skip: this test does not work on Windows / GitHub Actions\n";
7-
}
83
--FILE--
94
<?php declare(strict_types=1);
105
$traceFile = tempnam(sys_get_temp_dir(), __FILE__);

tests/end-to-end/cli/filter/filter-class-match-argument.phpt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
--TEST--
22
phpunit --filter FooTest tests/FooTest.php
3-
--SKIPIF--
4-
<?php declare(strict_types=1);
5-
if (DIRECTORY_SEPARATOR === '\\') {
6-
print "skip: this test does not work on Windows / GitHub Actions\n";
7-
}
83
--FILE--
94
<?php declare(strict_types=1);
105
$traceFile = tempnam(sys_get_temp_dir(), __FILE__);

tests/end-to-end/cli/filter/filter-class-match-configuration.phpt

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
--TEST--
22
phpunit --filter FooTest
3-
--SKIPIF--
4-
<?php declare(strict_types=1);
5-
if (DIRECTORY_SEPARATOR === '\\') {
6-
print "skip: this test does not work on Windows / GitHub Actions\n";
7-
}
83
--FILE--
94
<?php declare(strict_types=1);
105
$traceFile = tempnam(sys_get_temp_dir(), __FILE__);
@@ -34,7 +29,7 @@ Test Runner Started
3429
Test Suite Sorted
3530
Test Suite Filtered (3 tests)
3631
Test Runner Execution Started (3 tests)
37-
Test Suite Started (%s/tests/end-to-end/_files/groups/phpunit.xml, 3 tests)
32+
Test Suite Started (%s%etests%eend-to-end%e_files%egroups%ephpunit.xml, 3 tests)
3833
Test Suite Started (default, 3 tests)
3934
Test Suite Started (PHPUnit\TestFixture\Groups\FooTest, 3 tests)
4035
Test Preparation Started (PHPUnit\TestFixture\Groups\FooTest::testOne)
@@ -54,7 +49,7 @@ Test Passed (PHPUnit\TestFixture\Groups\FooTest::testThree)
5449
Test Finished (PHPUnit\TestFixture\Groups\FooTest::testThree)
5550
Test Suite Finished (PHPUnit\TestFixture\Groups\FooTest, 3 tests)
5651
Test Suite Finished (default, 3 tests)
57-
Test Suite Finished (%s/tests/end-to-end/_files/groups/phpunit.xml, 3 tests)
52+
Test Suite Finished (%s%etests%eend-to-end%e_files%egroups%ephpunit.xml, 3 tests)
5853
Test Runner Execution Finished
5954
Test Runner Finished
6055
PHPUnit Finished (Shell Exit Code: 0)

tests/end-to-end/cli/filter/filter-class-nomatch-argument.phpt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
--TEST--
22
phpunit --filter BarTest tests/FooTest.php
3-
--SKIPIF--
4-
<?php declare(strict_types=1);
5-
if (DIRECTORY_SEPARATOR === '\\') {
6-
print "skip: this test does not work on Windows / GitHub Actions\n";
7-
}
83
--FILE--
94
<?php declare(strict_types=1);
105
$traceFile = tempnam(sys_get_temp_dir(), __FILE__);

tests/end-to-end/cli/filter/filter-class-nomatch-configuration.phpt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
--TEST--
22
phpunit --filter BarTest
3-
--SKIPIF--
4-
<?php declare(strict_types=1);
5-
if (DIRECTORY_SEPARATOR === '\\') {
6-
print "skip: this test does not work on Windows / GitHub Actions\n";
7-
}
83
--FILE--
94
<?php declare(strict_types=1);
105
$traceFile = tempnam(sys_get_temp_dir(), __FILE__);

0 commit comments

Comments
 (0)