public function PHP_Token_ClassTest::testGetClassKeywords in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpunit/php-token-stream/tests/Token/ClassTest.php \PHP_Token_ClassTest::testGetClassKeywords()
@covers PHP_Token_CLASS::getKeywords
File
- vendor/
phpunit/ php-token-stream/ tests/ Token/ ClassTest.php, line 47
Class
- PHP_Token_ClassTest
- Tests for the PHP_Token_CLASS class.
Code
public function testGetClassKeywords() {
$this
->assertEquals('abstract', $this->class
->getKeywords());
}