1234567891011121314151617181920212223242526272829303132 |
- <?php
- use PHPUnit\Framework\TestCase;
- class PHP_TokenTest extends TestCase
- {
-
- public function testToString()
- {
- $this->markTestIncomplete();
- }
-
- public function testGetLine()
- {
- $this->markTestIncomplete();
- }
- }
|