You are here

public function PHP_TokenTest::testGetLine in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/php-token-stream/tests/TokenTest.php \PHP_TokenTest::testGetLine()

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

File

vendor/phpunit/php-token-stream/tests/TokenTest.php, line 38

Class

PHP_TokenTest
Tests for the PHP_Token class.

Code

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