You are here

public function PHP_Token_InterfaceTest::testGetParentNotExists 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::testGetParentNotExists()

@covers PHP_Token_INTERFACE::getParent

File

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

Class

PHP_Token_InterfaceTest
Tests for the PHP_Token_INTERFACE class.

Code

public function testGetParentNotExists() {
  $this
    ->assertFalse($this->interfaces[0]
    ->getParent());
}