Skip to content

Commit ebe1f92

Browse files
committed
fix: integrate PR #339 group filtering into refactored codebase
1 parent d794977 commit ebe1f92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/extension.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,13 +243,14 @@ describe('Extension Test', () => {
243243
'phpunit.run-file',
244244
'phpunit.run-test-at-cursor',
245245
'phpunit.rerun',
246+
'phpunit.run-by-group',
246247
]) {
247248
expect(commands.registerCommand).toHaveBeenCalledWith(
248249
cmd,
249250
expect.any(Function),
250251
);
251252
}
252-
expect(context.subscriptions.push).toHaveBeenCalledTimes(7);
253+
expect(context.subscriptions.push).toHaveBeenCalledTimes(8);
253254
});
254255

255256
it('should only update configuration when phpunit settings change', async () => {

0 commit comments

Comments
 (0)