Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / sebastianbergmann/phpunit issues and pull requests

#6026 - Assertion failure is confusing when asserting a string matches a format

Issue - State: open - Opened by stof 9 days ago - 2 comments
Labels: type/enhancement, feature/phpt, feature/assertion

#6025 - FILE_EXTERNAL breaks __DIR__

Issue - State: open - Opened by Bilge 12 days ago
Labels: type/bug, feature/phpt

#6024 - assertCount() does not support generators

Issue - State: closed - Opened by urbanecm 13 days ago - 3 comments
Labels: type/bug

#6023 - Migrate configuration from 10.5 to 11.4

Issue - State: open - Opened by llaville 14 days ago - 5 comments
Labels: type/enhancement, feature/configuration/xml

#6022 - Avoid subprocess when SKIPIF triggers IO

Pull Request - State: closed - Opened by staabm 15 days ago - 1 comment

#6021 - run community builds in CI

Issue - State: open - Opened by staabm 16 days ago
Labels: type/enhancement, type/build-automation

#6020 - Multiple calls to expectExceptionMessage

Issue - State: open - Opened by Seldaek 16 days ago - 2 comments
Labels: type/enhancement

#6019 - Migrate configuration file (with schema namespace location)

Issue - State: open - Opened by llaville 16 days ago
Labels: type/enhancement, feature/configuration/xml

#6018 - When expecting a deprecation to occur using `expectUserDeprecationMessage`, the test should succeed, not fail

Issue - State: open - Opened by ruudk 19 days ago - 1 comment
Labels: type/bug, status/waiting-for-feedback

#6017 - Deprecation Triggers are not registered when process isolation is used

Pull Request - State: closed - Opened by ruudk 19 days ago - 3 comments

#6016 - Added PHPT details link

Pull Request - State: closed - Opened by staabm 19 days ago - 1 comment

#6015 - Stable API to get test methods and datasets from data providers for metaprogramming

Issue - State: open - Opened by donquixote 20 days ago - 7 comments
Labels: type/enhancement

#6014 - strip closing PHP tags from code run in local sandbox

Pull Request - State: closed - Opened by xabbuh 21 days ago - 7 comments

#6013 - Test that uses both `#[Covers*(*)]` and `#[Uses*(*)]` to target the same unit of code should trigger a warning

Issue - State: open - Opened by sebastianbergmann 24 days ago
Labels: type/enhancement, feature/code-coverage, feature/metadata/attributes

#6012 - Remove empty lines between TeamCity events

Pull Request - State: closed - Opened by smirok 24 days ago - 3 comments
Labels: feature/teamcity

#6011 - Data Providers and Skipped Tests

Issue - State: open - Opened by kevinrsoursib 25 days ago - 2 comments
Labels: type/enhancement, feature/test-runner, feature/data-provider

#6010 - Improve parameter name for `assertGreaterThan()`, `assertGreaterThanOrEqual()`, `assertLessThan()`, and `assertLessThanOrEqual()`

Pull Request - State: closed - Opened by semkoolennl 26 days ago - 5 comments
Labels: type/enhancement, feature/assertion

#6009 - All functions in standalone file are incorrectly marked as uncovered

Issue - State: closed - Opened by acelaya 26 days ago - 5 comments
Labels: type/bug, status/waiting-for-feedback, feature/code-coverage

#6008 - Remove `*\ResultPrinter::flush()` which is only used from tests

Pull Request - State: closed - Opened by staabm 27 days ago - 2 comments
Labels: type/refactoring

#6007 - Unused exception classes

Issue - State: closed - Opened by staabm 27 days ago - 3 comments
Labels: type/refactoring

#6006 - Removed unused PHPUnit\TextUI\Configuration\Builder class

Pull Request - State: closed - Opened by staabm 28 days ago - 1 comment

#6005 - Removed unused import in TestCase*.tpl

Pull Request - State: closed - Opened by staabm 28 days ago

#6004 - Enhancement: Enable `bump-after-update` in `composer.json`

Pull Request - State: closed - Opened by localheinz 28 days ago - 2 comments

#6000 - Report test as risky, if skipif does not has standard-output side-effect

Issue - State: open - Opened by staabm 29 days ago
Labels: type/enhancement, feature/phpt, feature/test-runner

#5999 - Do not run `CLEAN` section of PHPT test in separate process when it is free of side effects that modify the parent process

Pull Request - State: closed - Opened by staabm 29 days ago - 2 comments
Labels: type/enhancement, feature/phpt, feature/test-runner, type/performance

#5998 - Do not run `SKIPIF` section of PHPT test in separate process when it is free of side effects

Pull Request - State: closed - Opened by staabm 29 days ago - 2 comments
Labels: type/enhancement, feature/phpt, feature/test-runner, type/performance

#5997 - Enhancement: Configure tokens for `no_extra_blank_lines` fixer

Pull Request - State: closed - Opened by localheinz 29 days ago - 1 comment

#5996 - assertDirectoryExists and assertDirectoryDoesNotExist failed

Issue - State: closed - Opened by drkaine 29 days ago - 2 comments
Labels: feature/assertion

#5993 - PHPUnit process is blocked when there's a lot of output and a test with RunInSeparateProcess

Issue - State: open - Opened by MauricioFauth about 1 month ago - 3 comments
Labels: type/bug

#5992 - Keep information which data provider provided current data set

Pull Request - State: open - Opened by AdamPDotty about 1 month ago - 1 comment
Labels: type/enhancement, feature/data-provider

#5991 - Parse Error in SKIPIF not reported

Issue - State: open - Opened by staabm about 1 month ago
Labels: type/bug, feature/phpt

#5990 - Data providers in excluded classes unexpectedly run

Issue - State: closed - Opened by theodorejb about 1 month ago - 4 comments

#5989 - Disable Xdebug in subprocesses when it is not used

Pull Request - State: closed - Opened by staabm about 1 month ago - 4 comments
Labels: feature/test-runner, type/performance

#5988 - Remove `DataProviderTestSuite`

Pull Request - State: open - Opened by sebastianbergmann about 1 month ago - 1 comment
Labels: type/refactoring, feature/test-runner, feature/data-provider

#5987 - Run PHPT tests with `-n` option

Issue - State: closed - Opened by staabm about 1 month ago - 1 comment
Labels: type/enhancement, feature/phpt, feature/test-runner

#5986 - Don't block the main process when running a worker process

Issue - State: closed - Opened by staabm about 1 month ago - 1 comment
Labels: type/enhancement, feature/test-runner

#5985 - `#[CoversClassesThatImplementInterface]` and `#[UsesClassesThatImplementInterface]`

Issue - State: open - Opened by sebastianbergmann about 1 month ago - 1 comment
Labels: type/enhancement, feature/code-coverage, feature/metadata/attributes

#5984 - `#[CoversClassesThatExtendClass]` and `#[UsesClassesThatExtendClass]`

Issue - State: open - Opened by sebastianbergmann about 1 month ago - 1 comment
Labels: type/enhancement, feature/code-coverage, feature/metadata/attributes

#5983 - @coversFile and @coversDirectory annotations

Issue - State: closed - Opened by lukasbestle over 4 years ago - 1 comment
Labels: type/enhancement, feature/code-coverage, feature/metadata

#5982 - Typo in exception message

Pull Request - State: closed - Opened by xabbuh about 1 month ago - 1 comment
Labels: type/bug, feature/configuration/xml

#5981 - Merge metadata class level attributes with ancestor classes

Pull Request - State: closed - Opened by mondrake about 1 month ago - 1 comment

#5980 - `TestWithDifferentDurations.phpunit.result.cache.txt` test fixture file

Issue - State: closed - Opened by sebastianbergmann about 1 month ago
Labels: type/tests, version/10, version/11, version/12

#5979 - Make `%a` / `%A` placeholders in PHPT tests lazy

Issue - State: closed - Opened by sebastianbergmann about 1 month ago
Labels: feature/phpt, type/performance

#5978 - Drop support for PHP 8.2

Issue - State: closed - Opened by sebastianbergmann about 1 month ago

#5977 - TestDox result collector does not correctly handle baseline-ignored `E_DEPRECATED` issues

Pull Request - State: closed - Opened by pcf0 about 1 month ago - 2 comments

#5976 - TestDox printer does not display details about exceptions raised in before-test methods - setUpBeforeClass

Issue - State: open - Opened by Dr-Shadow about 2 months ago - 1 comment
Labels: type/bug, feature/testdox, feature/test-runner

#5975 - A specific extension for a group or a testsuite

Issue - State: closed - Opened by dmitrach about 2 months ago - 1 comment
Labels: type/enhancement

#5974 - Inline SKIPIF evaluation without side-effects

Pull Request - State: closed - Opened by staabm about 2 months ago - 4 comments

#5973 - PHPT requirements before process creation

Issue - State: closed - Opened by staabm about 2 months ago - 1 comment

#5972 - Thank you!

Issue - State: closed - Opened by mrbase about 2 months ago - 1 comment

#5971 - False positive phpunit deprecation when using a local XSD

Issue - State: closed - Opened by benfreke about 2 months ago - 2 comments
Labels: type/bug, feature/test-runner, feature/configuration/xml

#5971 - False positive phpunit deprecation when using a local XSD

Issue - State: open - Opened by benfreke about 2 months ago - 1 comment
Labels: type/bug, status/waiting-for-feedback, feature/test-runner, feature/configuration/xml

#5970 - Configuration changes in patch versions

Issue - State: closed - Opened by boesing about 2 months ago - 4 comments
Labels: type/bug

#5969 - Check for requirements before creating a separate process

Pull Request - State: closed - Opened by MauricioFauth about 2 months ago - 2 comments

#5968 - Allow `Uses*` attributes to prevent code coverage

Issue - State: open - Opened by JonathanGawrych about 2 months ago - 2 comments
Labels: type/enhancement, feature/code-coverage, feature/metadata/attributes

#5967 - Undocumented backwards compatibility break with assertEqualsCanonicalizing

Issue - State: closed - Opened by kristiaan-factorial about 2 months ago - 8 comments
Labels: type/bug, feature/assertion

#5966 - fix preg_match() warning for most filter usecases

Pull Request - State: closed - Opened by verfriemelt-dot-org about 2 months ago - 4 comments

#5964 - Better error message when data provider is invalid

Pull Request - State: closed - Opened by staabm about 2 months ago - 1 comment

#5964 - Better error message when data provider is invalid

Pull Request - State: open - Opened by staabm about 2 months ago - 1 comment

#5963 - Better error message when data provider is invalid

Issue - State: open - Opened by staabm about 2 months ago - 1 comment
Labels: type/enhancement, feature/data-provider

#5963 - Better error message when data provider is invalid

Issue - State: closed - Opened by staabm about 2 months ago - 1 comment
Labels: type/enhancement, feature/data-provider

#5962 - Solution for not reporting E_* where their occurence is expected to happen in normal control flow

Issue - State: closed - Opened by arnegroskurth about 2 months ago - 1 comment
Labels: type/enhancement

#5961 - Remove support for targeting trait methods with the `#[CoversMethod]` and `#[UsesMethod]` attributes

Issue - State: closed - Opened by sebastianbergmann about 2 months ago
Labels: type/backward-compatibility, feature/code-coverage, feature/metadata/attributes

#5960 - Deprecate support for targeting trait methods with the `#[CoversMethod]` and `#[UsesMethod]` attributes

Issue - State: closed - Opened by sebastianbergmann about 2 months ago
Labels: type/backward-compatibility, feature/code-coverage, feature/metadata/attributes

#5960 - Deprecate support for targeting trait methods with the `#[CoversMethod]` and `#[UsesMethod]` attributes

Issue - State: open - Opened by sebastianbergmann about 2 months ago
Labels: type/backward-compatibility, feature/code-coverage, feature/metadata/attributes

#5959 - Remove support for `#[CoversTrait]` and `#[UsesTrait]` attributes

Issue - State: closed - Opened by sebastianbergmann about 2 months ago
Labels: type/backward-compatibility, feature/code-coverage, feature/metadata/attributes

#5959 - Remove support for `#[CoversTrait]` and `#[UsesTrait]` attributes

Issue - State: open - Opened by sebastianbergmann about 2 months ago
Labels: type/backward-compatibility, feature/code-coverage, feature/metadata/attributes

#5958 - Deprecate support for `#[CoversTrait]` and `#[UsesTrait]` attributes

Issue - State: closed - Opened by sebastianbergmann about 2 months ago
Labels: type/backward-compatibility, feature/code-coverage, feature/metadata/attributes

#5958 - Deprecate support for `#[CoversTrait]` and `#[UsesTrait]` attributes

Issue - State: closed - Opened by sebastianbergmann about 2 months ago
Labels: type/backward-compatibility, feature/code-coverage, feature/metadata/attributes

#5957 - Skip data provider build when requirements are not satisfied

Pull Request - State: closed - Opened by MauricioFauth about 2 months ago - 2 comments

#5956 - Deprecation of the `E_STRICT` constant in PHP 8.4

Issue - State: closed - Opened by derrabus about 2 months ago - 6 comments
Labels: type/change-in-php-requires-adaptation, version/9, version/10, version/8, version/11

#5955 - diff output for assertEqualsCanonicalizing() is affected by order

Issue - State: open - Opened by joachim-n about 2 months ago - 3 comments
Labels: type/bug

#5954 - Provide a way to stop execution at a particular deprecation

Issue - State: open - Opened by nicolas-grekas about 2 months ago - 2 comments
Labels: type/enhancement, feature/test-runner

#5953 - if run whit make phpunit in docker container dont throw exit 0

Issue - State: open - Opened by fxpw about 2 months ago - 1 comment
Labels: type/bug, status/waiting-for-feedback

#5953 - if run whit make phpunit in docker container dont throw exit 0

Issue - State: closed - Opened by fxpw about 2 months ago - 3 comments
Labels: type/bug

#5952 - Remove `includeUncoveredFiles` configuration option

Issue - State: closed - Opened by sebastianbergmann about 2 months ago
Labels: type/backward-compatibility, feature/test-runner, feature/code-coverage, feature/configuration/xml

#5952 - Remove `includeUncoveredFiles` configuration option

Issue - State: open - Opened by sebastianbergmann about 2 months ago
Labels: type/backward-compatibility, feature/test-runner, feature/code-coverage, feature/configuration/xml

#5951 - Deprecate `includeUncoveredFiles` configuration option

Issue - State: closed - Opened by nostadt about 2 months ago - 5 comments
Labels: type/backward-compatibility, feature/test-runner, feature/code-coverage, feature/configuration/xml

#5950 - Do not trim testdox text when it contains `$` character

Pull Request - State: closed - Opened by kubawerlos 2 months ago - 1 comment
Labels: type/bug, feature/testdox

#5949 - Output formatting issue in PHPUnit with TestDox

Issue - State: closed - Opened by omegacms 2 months ago - 6 comments
Labels: type/bug, feature/testdox

#5948 - Support for Property Hooks in Test Doubles

Pull Request - State: closed - Opened by sebastianbergmann 2 months ago - 11 comments
Labels: type/enhancement, feature/test-doubles

#5947 - Fix `Callback` throwing `TypeError`

Pull Request - State: closed - Opened by ziadoz 2 months ago - 3 comments

#5946 - `Callback` throws a `TypeError` when checking a `callable` has variadic parameters

Issue - State: closed - Opened by ziadoz 2 months ago - 3 comments
Labels: type/bug, feature/assertion, version/10, version/11

#5945 - Doubling interfaces with property hooks

Issue - State: closed - Opened by davidbyoung 2 months ago - 12 comments
Labels: type/enhancement, feature/test-doubles

#5944 - Fix variadic function as callback

Pull Request - State: closed - Opened by kubawerlos 2 months ago - 1 comment
Labels: type/bug, feature/test-doubles

#5943 - Tests configured to be in group(s) using the XML configuration file are also added to the `default` group

Issue - State: closed - Opened by sebastianbergmann 2 months ago
Labels: type/bug, feature/test-runner, feature/configuration/xml, version/11

#5943 - Tests configured to be in group(s) using the XML configuration file are also added to the `default` group

Issue - State: closed - Opened by sebastianbergmann 2 months ago
Labels: type/bug, feature/test-runner, feature/configuration/xml, version/11

#5942 - Do not fail with "An error occurred inside PHPUnit" when data provider key is not int or string

Pull Request - State: closed - Opened by kubawerlos 2 months ago - 1 comment
Labels: type/bug, feature/test-runner, feature/data-provider

#5941 - Fix JSON object order comparision with numeric keys

Pull Request - State: closed - Opened by kubawerlos 2 months ago - 1 comment
Labels: type/bug, feature/assertion

#5940 - Fix testdox output containing dollar signs in the value from data provider

Pull Request - State: closed - Opened by kubawerlos 2 months ago - 3 comments
Labels: type/bug, feature/testdox, feature/test-runner

#5939 - Release 10.5.32 breaks Paratest execution on Laravel 10

Issue - State: closed - Opened by yalsicor 2 months ago - 4 comments
Labels: type/bug

#5938 - Simple and concise. PHPUnit 11.x does not work

Issue - State: closed - Opened by omegacms 2 months ago - 7 comments
Labels: type/bug, feature/test-runner, feature/code-coverage, feature/configuration/xml

#5937 - Optionally ignore PHPUnit deprecations when determining the test runner's shell exit code

Issue - State: closed - Opened by jrfnl 2 months ago - 2 comments
Labels: type/enhancement, feature/test-runner, version/10, feature/configuration/xml, feature/configuration/cli, version/11

#5936 - Problem with `WithoutErrorHandler` and `DataProvider` attribute on same test

Issue - State: closed - Opened by jbcr 2 months ago - 6 comments
Labels: type/bug, feature/test-runner, feature/data-provider

#5935 - Don't replace existing relative schema locations when migrating schema

Pull Request - State: closed - Opened by PrinsFrank 2 months ago - 1 comment
Labels: type/enhancement, feature/test-runner, feature/configuration/xml

#5934 - When generating phpunit.xml, use phpunit.xsd from vendor folder if it exists

Pull Request - State: closed - Opened by PrinsFrank 2 months ago - 4 comments
Labels: type/enhancement, feature/test-runner, feature/configuration/xml