name: TokenStreamTest
class_comment: null
dependencies:
- name: TestCase
  type: class
  source: PHPUnit\Framework\TestCase
- name: SyntaxErrorException
  type: class
  source: Symfony\Component\CssSelector\Exception\SyntaxErrorException
- name: Token
  type: class
  source: Symfony\Component\CssSelector\Parser\Token
- name: TokenStream
  type: class
  source: Symfony\Component\CssSelector\Parser\TokenStream
properties: []
methods:
- name: testGetNext
  visibility: public
  parameters: []
  comment: null
- name: testGetPeek
  visibility: public
  parameters: []
  comment: null
- name: testGetNextIdentifier
  visibility: public
  parameters: []
  comment: null
- name: testFailToGetNextIdentifier
  visibility: public
  parameters: []
  comment: null
- name: testGetNextIdentifierOrStar
  visibility: public
  parameters: []
  comment: null
- name: testFailToGetNextIdentifierOrStar
  visibility: public
  parameters: []
  comment: null
- name: testSkipWhitespace
  visibility: public
  parameters: []
  comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\CssSelector\Exception\SyntaxErrorException
- Symfony\Component\CssSelector\Parser\Token
- Symfony\Component\CssSelector\Parser\TokenStream
interfaces: []