Skip to content

Issues: sebastianbergmann/phpunit

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

introduce #[RequiresEnvVar] attribute feature/metadata/attributes feature/test-runner CLI test runner type/enhancement A new idea that should be implemented
#6065 opened Dec 2, 2024 by nikophil
Remove containsOnly() type/backward-compatibility Something will be/is intentionally broken
#6061 opened Nov 30, 2024 by sebastianbergmann PHPUnit 13.0
Remove assertContainsOnly() and assertNotContainsOnly() feature/assertion Issues related to assertions and expectations type/backward-compatibility Something will be/is intentionally broken
#6057 opened Nov 30, 2024 by sebastianbergmann PHPUnit 13.0
Remove Assert::isType() feature/assertion Issues related to assertions and expectations type/backward-compatibility Something will be/is intentionally broken
#6054 opened Nov 30, 2024 by sebastianbergmann PHPUnit 13.0
Simplify check for property hooks support feature/test-doubles Test Stubs and Mock Objects type/refactoring A refactoring that should be applied to make the code easier to understand and maintain
#6044 opened Nov 25, 2024 by sebastianbergmann
Assertion failure is confusing when asserting a string matches a format feature/assertion Issues related to assertions and expectations feature/phpt End-to-end tests in PHPT format type/enhancement A new idea that should be implemented
#6026 opened Nov 7, 2024 by stof
FILE_EXTERNAL breaks __DIR__ feature/phpt End-to-end tests in PHPT format type/bug Something is broken
#6025 opened Nov 4, 2024 by Bilge
Migrate configuration from 10.5 to 11.4 feature/configuration/xml type/enhancement A new idea that should be implemented
#6023 opened Nov 2, 2024 by llaville
run community builds in CI type/build-automation Issues related to PHPUnit's build automation (GitHub Actions, etc.) type/enhancement A new idea that should be implemented
#6021 opened Oct 31, 2024 by staabm
Multiple calls to expectExceptionMessage type/enhancement A new idea that should be implemented
#6020 opened Oct 31, 2024 by Seldaek
Data Providers and Skipped Tests feature/data-provider Data Providers feature/test-runner CLI test runner type/enhancement A new idea that should be implemented
#6011 opened Oct 22, 2024 by kevinrsoursib
Report test as risky, if skipif does not has standard-output side-effect feature/phpt End-to-end tests in PHPT format feature/test-runner CLI test runner type/enhancement A new idea that should be implemented
#6000 opened Oct 19, 2024 by staabm
Parse Error in SKIPIF not reported feature/phpt End-to-end tests in PHPT format type/bug Something is broken
#5991 opened Oct 14, 2024 by staabm
#[CoversClassesThatImplementInterface] and #[UsesClassesThatImplementInterface] feature/code-coverage Issues related to code coverage (but not php-code-coverage) feature/metadata/attributes type/enhancement A new idea that should be implemented
#5985 opened Oct 10, 2024 by sebastianbergmann PHPUnit 12.0
#[CoversClassesThatExtendClass] and #[UsesClassesThatExtendClass] feature/code-coverage Issues related to code coverage (but not php-code-coverage) feature/metadata/attributes type/enhancement A new idea that should be implemented
#5984 opened Oct 10, 2024 by sebastianbergmann PHPUnit 12.0
Allow Uses* attributes to prevent code coverage feature/code-coverage Issues related to code coverage (but not php-code-coverage) feature/metadata/attributes type/enhancement A new idea that should be implemented
#5968 opened Sep 26, 2024 by JonathanGawrych
assertContainsEquals() does not work with DateInterval objects feature/assertion Issues related to assertions and expectations type/bug Something is broken version/11 Something affects PHPUnit 11
#5922 opened Aug 9, 2024 by sebastianstucke87
Expectation not counting mocked methods feature/test-doubles Test Stubs and Mock Objects type/bug Something is broken version/9 Something affects PHPUnit 9 version/10 Something affects PHPUnit 10 version/11 Something affects PHPUnit 11
#5919 opened Aug 7, 2024 by dingo-d
ProTip! Exclude everything labeled bug with -label:bug.