Skip to content

Commit bc8b0b1

Browse files
committed
Add pending test
1 parent 603eb1a commit bc8b0b1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/test/adapter.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,14 @@ describe('PHP Debug Adapter', () => {
496496
it('should return variable references for structured results');
497497
});
498498

499+
describe('completion', () => {
500+
it('should provide completion for local variables');
501+
it('should provide completion for superglobals');
502+
it('should provide completion for object properties');
503+
it('should provide completion for numeric array indexes');
504+
it('should provide completion for string array indexes');
505+
});
506+
499507
describe.skip('output events', () => {
500508

501509
const program = path.join(TEST_PROJECT, 'output.php');

0 commit comments

Comments
 (0)