Skip to content

Commit

Permalink
fix end-to-end tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joke2k committed Jan 4, 2024
1 parent 1e1cccd commit b8e763c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions tests/end-to-end/_files/output-cli-help-color.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
--exclude-group <name>  Exclude tests from the specified group(s)
--covers <name>  Only run tests that intend to cover <name>
--uses <name>  Only run tests that intend to use <name>
--list-test-files  List available test files
--list-tests  List available tests
--list-tests-xml <file>  List available tests in XML format
--filter <pattern>  Filter which tests to run
Expand Down
1 change: 1 addition & 0 deletions tests/end-to-end/_files/output-cli-usage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Selection:
--exclude-group <name> Exclude tests from the specified group(s)
--covers <name> Only run tests that intend to cover <name>
--uses <name> Only run tests that intend to use <name>
--list-test-files List available test files
--list-tests List available tests
--list-tests-xml <file> List available tests in XML format
--filter <pattern> Filter which tests to run
Expand Down
8 changes: 4 additions & 4 deletions tests/end-to-end/cli/list-test-files.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require_once __DIR__ . '/../../bootstrap.php';
PHPUnit %s by Sebastian Bergmann and contributors.

Available test files:
- /home/joke2k/Workspace/projects/open-source/phpunit/tests/end-to-end/_files/basic/unit/SetUpBeforeClassTest.php
- /home/joke2k/Workspace/projects/open-source/phpunit/tests/end-to-end/_files/basic/unit/SetUpTest.php
- /home/joke2k/Workspace/projects/open-source/phpunit/tests/end-to-end/_files/basic/unit/StatusTest.php
- /home/joke2k/Workspace/projects/open-source/phpunit/tests/end-to-end/_files/basic/unit/TearDownAfterClassTest.php
- %s/tests/end-to-end/_files/basic/unit/SetUpBeforeClassTest.php
- %s/tests/end-to-end/_files/basic/unit/SetUpTest.php
- %s/tests/end-to-end/_files/basic/unit/StatusTest.php
- %s/tests/end-to-end/_files/basic/unit/TearDownAfterClassTest.php

0 comments on commit b8e763c

Please sign in to comment.