0.3.2 (2026-09-26)
Features
- assert: add startsWith() and endsWith() to string assertions (03f3ec4)
- assert: add static and return type checks to callable assertions (c9b0624)
- bridge-rector: add ClassLevelTestAttributeRector (9c4f567)
- bridge-rector: add ExpectExceptionToAttributeRector (6b7a0d7)
- bridge-rector: add FinalizeTestClassRector (1ef621c)
- bridge-rector: add the testo-polish set (13c8fac)
- bridge-rector: add the testo-shift set for deprecated Testo API (c7712e8)
- bridge-rector: convert assertContainsOnlyInstancesOf to allInstanceOf() (2384981)
- bridge-rector: convert assertJson to Assert::json (8a35827)
- bridge-rector: convert assertNotTrue and assertNotFalse to Assert::notSame (42ba8e6)
- bridge-rector: convert bool and callable type assertions (9942755)
- bridge-rector: convert contains-only and same-size assertions (210ef07)
- bridge-rector: convert path permission, math, resource and negated type checks (48799df)
- bridge-rector: convert PHPUnit regular-expression assertions to Testo (9804057)
- bridge-rector: convert substring, not-contains, property and list assertions (75d079a)
- bridge-rector: convert Testo pattern matchers to PHPUnit regular-expression assertions (1d87843)
- bridge-rector: convert the string assertions that ignore case, line endings or whitespace (76a99c5)
- bridge-rector: convert type, file and string-prefix assertions (ff80cac)
- bridge-rector: decompose Assert::iterable() chains and allInstanceOf() into PHPUnit (3d92656)
- bridge-rector: drop redundant #[Test] from traits in testo-polish (f201cac)
Bug Fixes
- bridge-rector: convert doc tags shadowed by an imported PHPUnit attribute (c77404c)
- bridge-rector: convert the PHPUnit\Framework\assert*() functions (2a16699)
- bridge-rector: fold exception modifiers across plain assignments (39eb232)
- bridge-rector: keep testo-polish from adding tests or finalizing extended classes (b2f6bf2)
- bridge-rector: let converted with() accept extra call arguments like PHPUnit (662e6e5)
- bridge-rector: mark the test methods of traits (cb620f4)
- bridge-rector: run the phpunit-to-testo set serially (ca813ee)
Code Refactoring
- assert: rename the regex checks to
matchesRegex()and deprecatewithMessagePattern()(fec5525)