@covers PHP_Token_INTERFACE::getInterfaces
public function testGetInterfacesExists() { $this ->assertEquals(array( 'b', ), $this->class ->getInterfaces()); }