Home
last modified time | relevance | path

Searched refs:hasInterfaces (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/Token/
H A DClassTest.php71 $this->assertFalse($token->hasInterfaces());
H A DInterfaceTest.php107 $this->class->hasInterfaces()
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/
H A DToken.php580 public function hasInterfaces() function in PHP_Token_INTERFACE
597 if (!$this->hasInterfaces()) {