Skip to content

Commit

Permalink
Add pending test
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker committed Oct 13, 2016
1 parent 603eb1a commit bc8b0b1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/test/adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,14 @@ describe('PHP Debug Adapter', () => {
it('should return variable references for structured results');
});

describe('completion', () => {
it('should provide completion for local variables');
it('should provide completion for superglobals');
it('should provide completion for object properties');
it('should provide completion for numeric array indexes');
it('should provide completion for string array indexes');
});

describe.skip('output events', () => {

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

0 comments on commit bc8b0b1

Please sign in to comment.