public function PHP_Token_ClassTest::testGetFunctionKeywords

@covers PHP_Token_FUNCTION::getKeywords

File

drupal/core/vendor/phpunit/php-token-stream/Tests/Token/ClassTest.php, line 99

Class

PHP_Token_ClassTest
Tests for the PHP_Token_CLASS class.

Code

public function testGetFunctionKeywords() {
  $this
    ->assertEquals('abstract,static', $this->function
    ->getKeywords());
}