123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?php
- class PHP_TokenTest extends PHPUnit_Framework_TestCase
- {
-
- public function testToString()
- {
- $this->markTestIncomplete();
- }
-
- public function testGetLine()
- {
- $this->markTestIncomplete();
- }
- }
|