You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add --group filter support for ClassFilterStrategy
- Add getGroupFilter() to FilterStrategy base class; ClassFilterStrategy
includes --group flag when class has group annotations/attributes
- Add #[Group('integration')] attribute to AssertionsTest.php and
AttributeTest.php fixtures for parser and integration test coverage
- Add extension tests: run class with group, run method with group,
run at cursor with group
- Update line numbers across test files for fixture changes
const text = `##teamcity[testIgnored name='test_incomplete' message='This test has not been implemented yet.' details=' ${phpUnitProjectWin('tests/AssertionsTest.php')}:50|n ' duration='0' flowId='8024']`;
251
+
const text = `##teamcity[testIgnored name='test_incomplete' message='This test has not been implemented yet.' details=' ${phpUnitProjectWin('tests/AssertionsTest.php')}:56|n ' duration='0' flowId='8024']`;
const text = `##teamcity[testFailed name='test_risky' message='This test did not perform any assertions|n|n${phpUnitProjectWin('tests/AssertionsTest.php')}:30' details=' ' duration='0' flowId='8024']`;
269
+
const text = `##teamcity[testFailed name='test_risky' message='This test did not perform any assertions|n|n${phpUnitProjectWin('tests/AssertionsTest.php')}:35' details=' ' duration='0' flowId='8024']`;
0 commit comments