15 Commits

Author SHA1 Message Date
Grégoire Paris
843276e651 Merge remote-tracking branch 'origin/1.8.x' into 2.1.x 2025-10-17 22:01:49 +02:00
Grégoire Paris
22cfffb0c4 Allow PHPUnit 12
It will make it easier to address deprecations because it comes with an
argument for --stop-on-deprecations that allows to show the stack trace.
2025-10-12 21:24:49 +02:00
Grégoire Paris
92f09c013b Configure PHPUnit to display D for deprecations 2025-10-12 17:09:06 +02:00
Grégoire Paris
a9086188a4 Migrate to new PHPUnit schema 2025-10-12 17:08:44 +02:00
Grégoire Paris
5bb8c81338 Remove tautological comments 2025-09-13 13:56:21 +02:00
Grégoire Paris
de4c1ebe52 Upgrade to PHPUnit 12 2025-09-13 13:56:21 +02:00
Grégoire Paris
e360c8b2be Maintenance (#436)
* Remove unneeded invocation

* Analyse project with the highest supported PHP version

* Upgrade to the latest coding standard

* Upgrade to Psalm 5

New versions warn that findUnusedBaselineEntry and findUnusedCode will
default to true in Psalm 6, and that we should set them explicitly.
Since this is a library, public APIs are flagged as unused, which is why
I am setting findUnusedCode to false.

* Upgrade to PHPUnit 10
2023-04-03 14:45:59 +02:00
Grégoire Paris
58357b336e Use a shallower tree
It makes it easier to work with fuzzy matcher, and paths are shorter
when referenced in configuration files.
2023-01-07 16:22:36 +01:00
Jonathan H. Wage
daa1e95093 Update phpunit.xml 2019-10-30 20:43:01 +01:00
Andreas Möller
fde73b66c9 Fix: Remove non-existent attribute 2019-09-04 23:13:17 +02:00
Andreas Möller
4a3c708123 Enhancement: Reference phpunit.xsd as installed with composer 2019-09-04 23:12:13 +02:00
Manuel Gonzalez
99d3259c9c Adding test to reference repository 2016-06-30 14:15:40 +01:00
Marco Pivetta
dc47be4185 Simpler test bootstrapping 2016-06-19 11:32:01 +02:00
Martin Parsiegla
9075e750f7 Removed submodules and replaced them with composer dependencies. 2012-12-02 23:23:47 +01:00
Jonathan H. Wage
a84a3e1903 Removing unnecessary logic in ReferenceRepository#setReference() 2011-02-26 11:34:37 -06:00