public function PHP_Token_InterfaceTest::testHasParentNotExists in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpunit/php-token-stream/tests/Token/InterfaceTest.php \PHP_Token_InterfaceTest::testHasParentNotExists()
@covers PHP_Token_INTERFACE::hasParent
File
- vendor/
phpunit/ php-token-stream/ tests/ Token/ InterfaceTest.php, line 67
Class
- PHP_Token_InterfaceTest
- Tests for the PHP_Token_INTERFACE class.
Code
public function testHasParentNotExists() {
$this
->assertFalse($this->interfaces[0]
->hasParent());
}