public function PHP_TokenTest::testToString in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpunit/php-token-stream/tests/TokenTest.php \PHP_TokenTest::testToString()
@covers PHP_Token::__construct @covers PHP_Token::__toString
File
- vendor/
phpunit/ php-token-stream/ tests/ TokenTest.php, line 29
Class
- PHP_TokenTest
- Tests for the PHP_Token class.
Code
public function testToString() {
$this
->markTestIncomplete();
}