Skip to content

Commit 3f026e0

Browse files
Merge branch '10.5' into 11.5
2 parents 655cecc + 17ff974 commit 3f026e0

File tree

112 files changed

+2094
-1772
lines changed

Some content is hidden

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

112 files changed

+2094
-1772
lines changed

.phive/phars.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
3-
<phar name="phpunit" version="11.5.*" installed="11.5.15" location="./tools/phpunit" copy="true"/>
4-
<phar name="php-cs-fixer" version="^3.65" installed="3.73.1" location="./tools/php-cs-fixer" copy="true"/>
3+
<phar name="phpunit" version="11.5.*" installed="11.5.22" location="./tools/phpunit" copy="true"/>
4+
<phar name="php-cs-fixer" version="^3.65" installed="3.75.0" location="./tools/php-cs-fixer" copy="true"/>
55
</phive>

scripts/processed.json

Lines changed: 108 additions & 108 deletions
Large diffs are not rendered by default.

src/examples/assertions/ArrayHasKeyTest.php.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
./tools/phpunit tests/ArrayHasKeyTest.php
2-
PHPUnit 11.5.7 by Sebastian Bergmann and contributors.
2+
PHPUnit 11.5.22 by Sebastian Bergmann and contributors.
33

4-
Runtime: PHP 8.4.3
4+
Runtime: PHP 8.4.8
55

66
F 1 / 1 (100%)
77

8-
Time: 00:00, Memory: 25.36 MB
8+
Time: 00:00, Memory: 25.38 MB
99

1010
There was 1 failure:
1111

src/examples/assertions/ArrayIsEqualToArrayIgnoringListOfKeysTest.php.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
./tools/phpunit tests/ArrayIsEqualToArrayIgnoringListOfKeysTest.php
2-
PHPUnit 11.5.7 by Sebastian Bergmann and contributors.
2+
PHPUnit 11.5.22 by Sebastian Bergmann and contributors.
33

4-
Runtime: PHP 8.4.3
4+
Runtime: PHP 8.4.8
55

66
F 1 / 1 (100%)
77

8-
Time: 00:00, Memory: 25.36 MB
8+
Time: 00:00, Memory: 25.38 MB
99

1010
There was 1 failure:
1111

src/examples/assertions/ArrayIsEqualToArrayOnlyConsideringListOfKeysTest.php.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
./tools/phpunit tests/ArrayIsEqualToArrayOnlyConsideringListOfKeysTest.php
2-
PHPUnit 11.5.7 by Sebastian Bergmann and contributors.
2+
PHPUnit 11.5.22 by Sebastian Bergmann and contributors.
33

4-
Runtime: PHP 8.4.3
4+
Runtime: PHP 8.4.8
55

66
F 1 / 1 (100%)
77

8-
Time: 00:00, Memory: 25.36 MB
8+
Time: 00:00, Memory: 25.38 MB
99

1010
There was 1 failure:
1111

src/examples/assertions/ArrayIsIdenticalToArrayIgnoringListOfKeysTest.php.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
./tools/phpunit tests/ArrayIsIdenticalToArrayIgnoringListOfKeysTest.php
2-
PHPUnit 11.5.7 by Sebastian Bergmann and contributors.
2+
PHPUnit 11.5.22 by Sebastian Bergmann and contributors.
33

4-
Runtime: PHP 8.4.3
4+
Runtime: PHP 8.4.8
55

66
F 1 / 1 (100%)
77

8-
Time: 00:00, Memory: 25.36 MB
8+
Time: 00:00, Memory: 25.38 MB
99

1010
There was 1 failure:
1111

src/examples/assertions/ArrayIsIdenticalToArrayOnlyConsideringListOfKeysTest.php.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
./tools/phpunit tests/ArrayIsIdenticalToArrayOnlyConsideringListOfKeysTest.php
2-
PHPUnit 11.5.7 by Sebastian Bergmann and contributors.
2+
PHPUnit 11.5.22 by Sebastian Bergmann and contributors.
33

4-
Runtime: PHP 8.4.3
4+
Runtime: PHP 8.4.8
55

66
F 1 / 1 (100%)
77

8-
Time: 00:00, Memory: 25.36 MB
8+
Time: 00:00, Memory: 25.38 MB
99

1010
There was 1 failure:
1111

src/examples/assertions/BiscuitTest.php.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
./tools/phpunit tests/BiscuitTest.php
2-
PHPUnit 11.5.7 by Sebastian Bergmann and contributors.
2+
PHPUnit 11.5.22 by Sebastian Bergmann and contributors.
33

4-
Runtime: PHP 8.4.3
4+
Runtime: PHP 8.4.8
55

66
F 1 / 1 (100%)
77

8-
Time: 00:00, Memory: 25.36 MB
8+
Time: 00:00, Memory: 25.38 MB
99

1010
There was 1 failure:
1111

src/examples/assertions/ContainsOnlyArrayTest.php.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
./tools/phpunit tests/ContainsOnlyArrayTest.php
2-
PHPUnit 11.5.7 by Sebastian Bergmann and contributors.
2+
PHPUnit 11.5.22 by Sebastian Bergmann and contributors.
33

4-
Runtime: PHP 8.4.3
4+
Runtime: PHP 8.4.8
55

66
F 1 / 1 (100%)
77

8-
Time: 00:00, Memory: 25.36 MB
8+
Time: 00:00, Memory: 25.38 MB
99

1010
There was 1 failure:
1111

src/examples/assertions/ContainsOnlyBoolTest.php.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
./tools/phpunit tests/ContainsOnlyBoolTest.php
2-
PHPUnit 11.5.7 by Sebastian Bergmann and contributors.
2+
PHPUnit 11.5.22 by Sebastian Bergmann and contributors.
33

4-
Runtime: PHP 8.4.3
4+
Runtime: PHP 8.4.8
55

66
F 1 / 1 (100%)
77

8-
Time: 00:00, Memory: 25.36 MB
8+
Time: 00:00, Memory: 25.38 MB
99

1010
There was 1 failure:
1111

0 commit comments

Comments
 (0)