diff --git a/packages/phpunit/src/Configuration/PathReplacer.test.ts b/packages/phpunit/src/Configuration/PathReplacer.test.ts index cbefd406..1e6f35b8 100644 --- a/packages/phpunit/src/Configuration/PathReplacer.test.ts +++ b/packages/phpunit/src/Configuration/PathReplacer.test.ts @@ -332,7 +332,7 @@ describe('PathReplacer', () => { expect(result).not.toContain('apps/api/apps/api'); }); - it(`falls back to cwd when workspaceFolder is not provided`, () => { + it(`produces duplicated path segments when workspaceFolder is not provided`, () => { const pathReplacer = new PathReplacer({ cwd }); expect(