Skip to content

Commit d1c35d5

Browse files
Delete files that are no longer used
1 parent 7e01f3e commit d1c35d5

39 files changed

+0
-901
lines changed

tests/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ This is the top-level directory structure of the `tests` directory:
77
* `tests/unit` holds tests that are "regular" PHPUnit tests (implemented using `PHPUnit\Framework\TestCase`)
88
* `tests/end-to-end` holds tests in the [PHPT](https://qa.php.net/phpt_details.php) format
99
* `tests/end-to-end/phar` holds PHAR-specific tests that are not part of the regular `end-to-end` tests
10-
* `tests/static-analysis` holds test fixture that is used for static analysis of PHPUnit's API using Psalm
1110
* `tests/_files` holds test fixture that is used by tests in `tests/unit` and/or `tests/end-to-end`
1211

1312
## Running the Test Suite
@@ -16,4 +15,3 @@ This is the top-level directory structure of the `tests` directory:
1615
* `./phpunit --testsuite unit` will run all tests from `tests/unit`
1716
* `./phpunit --testsuite end-to-end` will run all tests from `tests/end-to-end` (except the PHAR-specific tests)
1817
* `ant phar-snapshot run-phar-specific-tests` will build a PHAR and run the PHAR-specific tests
19-
* `./tools/psalm --config=.psalm/static-analysis.xml` will run the static analysis of PHPUnit's API using Psalm

tests/static-analysis/TestUsingCallbacks.php

Lines changed: 0 additions & 52 deletions
This file was deleted.

tests/static-analysis/TestUsingMocks.php

Lines changed: 0 additions & 94 deletions
This file was deleted.

tests/static-analysis/happy-path/assert-empty.php

Lines changed: 0 additions & 20 deletions
This file was deleted.

tests/static-analysis/happy-path/assert-false.php

Lines changed: 0 additions & 24 deletions
This file was deleted.

tests/static-analysis/happy-path/assert-instance-of.php

Lines changed: 0 additions & 19 deletions
This file was deleted.

tests/static-analysis/happy-path/assert-is-array.php

Lines changed: 0 additions & 20 deletions
This file was deleted.

tests/static-analysis/happy-path/assert-is-bool.php

Lines changed: 0 additions & 20 deletions
This file was deleted.

tests/static-analysis/happy-path/assert-is-callable.php

Lines changed: 0 additions & 20 deletions
This file was deleted.

tests/static-analysis/happy-path/assert-is-closed-resource.php

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)