You are here

public function PHP_Token_InterfaceTest::testGetName in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/php-token-stream/tests/Token/InterfaceTest.php \PHP_Token_InterfaceTest::testGetName()

@covers PHP_Token_INTERFACE::getName

File

vendor/phpunit/php-token-stream/tests/Token/InterfaceTest.php, line 47

Class

PHP_Token_InterfaceTest
Tests for the PHP_Token_INTERFACE class.

Code

public function testGetName() {
  $this
    ->assertEquals('iTemplate', $this->interfaces[0]
    ->getName());
}