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