minor fix to prior commit
[openemr.git] / vendor / phpunit / php-token-stream / tests / TokenTest.php
blobe4bbb8015509be141e089088553f4f8410f43d66
1 <?php
2 /*
3 * This file is part of php-token-stream.
5 * (c) Sebastian Bergmann <sebastian@phpunit.de>
7 * For the full copyright and license information, please view the LICENSE
8 * file that was distributed with this source code.
9 */
11 use PHPUnit\Framework\TestCase;
13 class PHP_TokenTest extends TestCase
15 /**
16 * @covers PHP_Token::__construct
17 * @covers PHP_Token::__toString
19 public function testToString()
21 $this->markTestIncomplete();
24 /**
25 * @covers PHP_Token::__construct
26 * @covers PHP_Token::getLine
28 public function testGetLine()
30 $this->markTestIncomplete();