Skip to content

Commit 1f7b7df

Browse files
Update example output
1 parent 6332447 commit 1f7b7df

File tree

107 files changed

+431
-431
lines changed

Some content is hidden

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

107 files changed

+431
-431
lines changed

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 12.0-g4d6a8c6f1e by Sebastian Bergmann and contributors.
2+
PHPUnit 12.0.0 by Sebastian Bergmann and contributors.
33

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

66
F 1 / 1 (100%)
77

8-
Time: 00:00, Memory: 23.21 MB
8+
Time: 00:00, Memory: 25.29 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 12.0-g4d6a8c6f1e by Sebastian Bergmann and contributors.
2+
PHPUnit 12.0.0 by Sebastian Bergmann and contributors.
33

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

66
F 1 / 1 (100%)
77

8-
Time: 00:00, Memory: 23.21 MB
8+
Time: 00:00, Memory: 25.29 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 12.0-g4d6a8c6f1e by Sebastian Bergmann and contributors.
2+
PHPUnit 12.0.0 by Sebastian Bergmann and contributors.
33

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

66
F 1 / 1 (100%)
77

8-
Time: 00:00, Memory: 23.21 MB
8+
Time: 00:00, Memory: 25.29 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 12.0-g4d6a8c6f1e by Sebastian Bergmann and contributors.
2+
PHPUnit 12.0.0 by Sebastian Bergmann and contributors.
33

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

66
F 1 / 1 (100%)
77

8-
Time: 00:00, Memory: 23.21 MB
8+
Time: 00:00, Memory: 25.29 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 12.0-g4d6a8c6f1e by Sebastian Bergmann and contributors.
2+
PHPUnit 12.0.0 by Sebastian Bergmann and contributors.
33

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

66
F 1 / 1 (100%)
77

8-
Time: 00:00, Memory: 23.21 MB
8+
Time: 00:00, Memory: 25.29 MB
99

1010
There was 1 failure:
1111

src/examples/assertions/BiscuitTest.php.out

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

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

66
F 1 / 1 (100%)
77

8-
Time: 00:00, Memory: 23.21 MB
8+
Time: 00:00, Memory: 25.29 MB
99

1010
There was 1 failure:
1111

1212
1) BiscuitTest::testEquals
13-
Failed asserting that Biscuit Object #357 (
13+
Failed asserting that Biscuit Object #360 (
1414
'name' => 'Ginger',
15-
) is equal to Biscuit Object #375 (
15+
) is equal to Biscuit Object #377 (
1616
'name' => 'Ginger',
1717
).
1818

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 12.0-g4d6a8c6f1e by Sebastian Bergmann and contributors.
2+
PHPUnit 12.0.0 by Sebastian Bergmann and contributors.
33

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

66
F 1 / 1 (100%)
77

8-
Time: 00:00, Memory: 23.21 MB
8+
Time: 00:00, Memory: 25.29 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 12.0-g4d6a8c6f1e by Sebastian Bergmann and contributors.
2+
PHPUnit 12.0.0 by Sebastian Bergmann and contributors.
33

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

66
F 1 / 1 (100%)
77

8-
Time: 00:00, Memory: 23.21 MB
8+
Time: 00:00, Memory: 25.29 MB
99

1010
There was 1 failure:
1111

src/examples/assertions/ContainsOnlyCallableTest.php.out

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

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

66
F 1 / 1 (100%)
77

8-
Time: 00:00, Memory: 23.21 MB
8+
Time: 00:00, Memory: 25.29 MB
99

1010
There was 1 failure:
1111

src/examples/assertions/ContainsOnlyClosedResourceTest.php.out

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

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

66
F 1 / 1 (100%)
77

8-
Time: 00:00, Memory: 23.21 MB
8+
Time: 00:00, Memory: 25.29 MB
99

1010
There was 1 failure:
1111

src/examples/assertions/ContainsOnlyFloatTest.php.out

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

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

66
F 1 / 1 (100%)
77

8-
Time: 00:00, Memory: 23.21 MB
8+
Time: 00:00, Memory: 25.29 MB
99

1010
There was 1 failure:
1111

src/examples/assertions/ContainsOnlyInstancesOfTest.php.out

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
./tools/phpunit tests/ContainsOnlyInstancesOfTest.php
2-
PHPUnit 12.0-g4d6a8c6f1e by Sebastian Bergmann and contributors.
2+
PHPUnit 12.0.0 by Sebastian Bergmann and contributors.
33

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

66
F 1 / 1 (100%)
77

8-
Time: 00:00, Memory: 23.21 MB
8+
Time: 00:00, Memory: 25.29 MB
99

1010
There was 1 failure:
1111

1212
1) ContainsOnlyInstancesOfTest::testFailure
1313
Failed asserting that Array &0 [
14-
0 => Foo Object #357 (),
15-
1 => Bar Object #375 (),
16-
2 => Foo Object #361 (),
14+
0 => Foo Object #360 (),
15+
1 => Bar Object #377 (),
16+
2 => Foo Object #364 (),
1717
] contains only values of type "Foo".
1818

1919
/path/to/tests/ContainsOnlyInstancesOfTest.php:8

src/examples/assertions/ContainsOnlyIntTest.php.out

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

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

66
F 1 / 1 (100%)
77

8-
Time: 00:00, Memory: 23.21 MB
8+
Time: 00:00, Memory: 25.29 MB
99

1010
There was 1 failure:
1111

src/examples/assertions/ContainsOnlyIterableTest.php.out

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

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

66
F 1 / 1 (100%)
77

8-
Time: 00:00, Memory: 23.21 MB
8+
Time: 00:00, Memory: 25.29 MB
99

1010
There was 1 failure:
1111

src/examples/assertions/ContainsOnlyNullTest.php.out

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

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

66
F 1 / 1 (100%)
77

8-
Time: 00:00, Memory: 23.21 MB
8+
Time: 00:00, Memory: 25.29 MB
99

1010
There was 1 failure:
1111

src/examples/assertions/ContainsOnlyNumericTest.php.out

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

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

66
F 1 / 1 (100%)
77

8-
Time: 00:00, Memory: 23.21 MB
8+
Time: 00:00, Memory: 25.29 MB
99

1010
There was 1 failure:
1111

src/examples/assertions/ContainsOnlyObjectTest.php.out

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

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

66
F 1 / 1 (100%)
77

8-
Time: 00:00, Memory: 23.21 MB
8+
Time: 00:00, Memory: 25.29 MB
99

1010
There was 1 failure:
1111

src/examples/assertions/ContainsOnlyResourceTest.php.out

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

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

66
F 1 / 1 (100%)
77

8-
Time: 00:00, Memory: 23.21 MB
8+
Time: 00:00, Memory: 25.29 MB
99

1010
There was 1 failure:
1111

src/examples/assertions/ContainsOnlyScalarTest.php.out

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

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

66
F 1 / 1 (100%)
77

8-
Time: 00:00, Memory: 23.21 MB
8+
Time: 00:00, Memory: 25.29 MB
99

1010
There was 1 failure:
1111

src/examples/assertions/ContainsOnlyStringTest.php.out

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

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

66
F 1 / 1 (100%)
77

8-
Time: 00:00, Memory: 23.21 MB
8+
Time: 00:00, Memory: 25.29 MB
99

1010
There was 1 failure:
1111

src/examples/assertions/ContainsOnlyTest.php.out

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

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

66
F 1 / 1 (100%)
77

8-
Time: 00:00, Memory: 23.21 MB
8+
Time: 00:00, Memory: 25.29 MB
99

1010
There was 1 failure:
1111

src/examples/assertions/ContainsTest.php.out

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

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

66
F 1 / 1 (100%)
77

8-
Time: 00:00, Memory: 23.21 MB
8+
Time: 00:00, Memory: 25.29 MB
99

1010
There was 1 failure:
1111

src/examples/assertions/CountTest.php.out

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

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

66
F 1 / 1 (100%)
77

8-
Time: 00:00, Memory: 23.21 MB
8+
Time: 00:00, Memory: 25.29 MB
99

1010
There was 1 failure:
1111

src/examples/assertions/DirectoryExistsTest.php.out

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

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

66
F 1 / 1 (100%)
77

8-
Time: 00:00, Memory: 23.21 MB
8+
Time: 00:00, Memory: 25.29 MB
99

1010
There was 1 failure:
1111

src/examples/assertions/EmptyTest.php.out

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

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

66
F 1 / 1 (100%)
77

8-
Time: 00:00, Memory: 23.21 MB
8+
Time: 00:00, Memory: 25.29 MB
99

1010
There was 1 failure:
1111

0 commit comments

Comments
 (0)