public function PHP_TokenTest::testGetLine

@covers PHP_Token::__construct @covers PHP_Token::getLine

File

drupal/core/vendor/phpunit/php-token-stream/Tests/TokenTest.php, line 81

Class

PHP_TokenTest
Tests for the PHP_Token class.

Code

public function testGetLine() {
  $this
    ->markTestIncomplete();
}