SYMBOL INDEX (1082 symbols across 117 files) FILE: Neo4jPhpVersionTask.php class Neo4jPhpVersionTask (line 4) | class Neo4jPhpVersionTask extends Task method init (line 8) | public function init(){} method setProperty (line 10) | public function setProperty($name) method main (line 15) | public function main() FILE: examples/batch_benchmarks.php class Benchmark (line 37) | abstract class Benchmark method batch (line 42) | abstract protected function batch($size); method sequential (line 43) | abstract protected function sequential($size); method __construct (line 45) | public function __construct(Client $client) method benchmark (line 50) | public function benchmark($series, $runs) class CreateNode (line 73) | class CreateNode extends Benchmark method batch (line 77) | protected function batch($size) method sequential (line 89) | protected function sequential($size) class CreateRelationship (line 100) | class CreateRelationship extends Benchmark method batch (line 104) | protected function batch($size) method sequential (line 119) | protected function sequential($size) class CreateFullRelationship (line 133) | class CreateFullRelationship extends Benchmark method batch (line 137) | protected function batch($size) method sequential (line 151) | protected function sequential($size) FILE: lib/Everyman/Neo4j/Batch.php class Batch (line 7) | class Batch method __construct (line 20) | public function __construct(Client $client) method addToIndex (line 34) | public function addToIndex(Index $index, PropertyContainer $entity, $k... method commit (line 44) | public function commit() method delete (line 60) | public function delete(PropertyContainer $entity) method getClient (line 70) | public function getClient() method getOperations (line 80) | public function getOperations() method removeFromIndex (line 94) | public function removeFromIndex(Index $index, PropertyContainer $entit... method reserve (line 109) | public function reserve($opId) method save (line 123) | public function save(PropertyContainer $entity) method addOperation (line 134) | protected function addOperation(Batch\Operation $operation) method nextId (line 153) | protected function nextId() FILE: lib/Everyman/Neo4j/Batch/AddTo.php class AddTo (line 12) | class AddTo extends Operation method __construct (line 29) | public function __construct(Batch $batch, Index $index, PropertyContai... method getCommand (line 42) | public function getCommand() method getIndex (line 63) | public function getIndex() method getKey (line 73) | public function getKey() method getValue (line 83) | public function getValue() method matchId (line 93) | public function matchId() FILE: lib/Everyman/Neo4j/Batch/Delete.php class Delete (line 13) | class Delete extends Operation method __construct (line 24) | public function __construct(Batch $batch, PropertyContainer $entity, $... method getCommand (line 34) | public function getCommand() FILE: lib/Everyman/Neo4j/Batch/Operation.php class Operation (line 10) | abstract class Operation method __construct (line 27) | public function __construct(Batch $batch, $operation, PropertyContaine... method getCommand (line 40) | abstract public function getCommand(); method getEntity (line 47) | public function getEntity() method getId (line 57) | public function getId() method matchId (line 67) | public function matchId() method reserve (line 81) | public function reserve() FILE: lib/Everyman/Neo4j/Batch/RemoveFrom.php class RemoveFrom (line 12) | class RemoveFrom extends Operation method __construct (line 29) | public function __construct(Batch $batch, Index $index, PropertyContai... method getCommand (line 42) | public function getCommand() method matchId (line 62) | public function matchId() FILE: lib/Everyman/Neo4j/Batch/Save.php class Save (line 13) | class Save extends Operation method __construct (line 24) | public function __construct(Batch $batch, PropertyContainer $entity, $... method getCommand (line 34) | public function getCommand() FILE: lib/Everyman/Neo4j/Cache.php type Cache (line 7) | interface Cache method delete (line 15) | public function delete($key); method get (line 25) | public function get($key); method set (line 42) | public function set($key, $value, $expire=0); FILE: lib/Everyman/Neo4j/Cache/EntityCache.php class EntityCache (line 14) | class EntityCache method __construct (line 27) | public function __construct(Client $client, Cache $cache=null, $cacheT... method deleteCachedEntity (line 38) | public function deleteCachedEntity(PropertyContainer $entity) method getCachedEntity (line 49) | public function getCachedEntity($id, $type) method setCache (line 68) | public function setCache(Cache $cache=null, $cacheTimeout=null) method setCachedEntity (line 79) | public function setCachedEntity(PropertyContainer $entity) method getCache (line 89) | protected function getCache() method getEntityCacheKey (line 103) | protected function getEntityCacheKey(PropertyContainer $entity) FILE: lib/Everyman/Neo4j/Cache/Memcache.php class Memcache (line 9) | class Memcache implements Cache method __construct (line 18) | public function __construct(\Memcache $memcache) method delete (line 29) | public function delete($key) method get (line 42) | public function get($key) method set (line 62) | public function set($key, $value, $expire=0) FILE: lib/Everyman/Neo4j/Cache/Memcached.php class Memcached (line 9) | class Memcached implements Cache method __construct (line 18) | public function __construct(\Memcached $memcached) method delete (line 29) | public function delete($key) method get (line 42) | public function get($key) method set (line 62) | public function set($key, $value, $expire=0) FILE: lib/Everyman/Neo4j/Cache/None.php class None (line 9) | class None implements Cache method delete (line 17) | public function delete($key) method get (line 28) | public function get($key) method set (line 41) | public function set($key, $value, $expire=0) FILE: lib/Everyman/Neo4j/Cache/Variable.php class Variable (line 11) | class Variable implements Cache method delete (line 21) | public function delete($key) method get (line 35) | public function get($key) method set (line 64) | public function set($key, $value, $expire=0) method calculateExpiration (line 81) | protected function calculateExpiration($expire) FILE: lib/Everyman/Neo4j/Client.php class Client (line 7) | class Client method __construct (line 43) | public function __construct($transport=null, $port=7474) method addLabels (line 78) | public function addLabels(Node $node, $labels) method addStatementsToTransaction (line 92) | public function addStatementsToTransaction(Transaction $transaction, $... method addToIndex (line 107) | public function addToIndex(Index $index, PropertyContainer $entity, $k... method beginTransaction (line 122) | public function beginTransaction() method commitBatch (line 134) | public function commitBatch(Batch $batch=null) method deleteIndex (line 160) | public function deleteIndex(Index $index) method deleteNode (line 171) | public function deleteNode(Node $node) method deleteRelationship (line 187) | public function deleteRelationship(Relationship $relationship) method endBatch (line 204) | public function endBatch() method executeCypherQuery (line 216) | public function executeCypherQuery(Cypher\Query $query) method executeGremlinQuery (line 228) | public function executeGremlinQuery(Gremlin\Query $query) method executePagedTraversal (line 240) | public function executePagedTraversal(Pager $pager) method executeTraversal (line 254) | public function executeTraversal(Traversal $traversal, Node $startNode... method getEntityCache (line 265) | public function getEntityCache() method getEntityMapper (line 278) | public function getEntityMapper() method getIndexes (line 292) | public function getIndexes($type) method getLabels (line 307) | public function getLabels(Node $node=null) method getNode (line 325) | public function getNode($id, $force=false) method getNodeRelationships (line 359) | public function getNodeRelationships(Node $node, $types=array(), $dir=... method getNodesForLabel (line 376) | public function getNodesForLabel(Label $label, $propertyName=null, $pr... method getPaths (line 388) | public function getPaths(PathFinder $finder) method getReferenceNode (line 399) | public function getReferenceNode() method getRelationship (line 416) | public function getRelationship($id, $force=false) method getRelationshipTypes (line 448) | public function getRelationshipTypes() method getServerInfo (line 460) | public function getServerInfo($force=false) method getTransport (line 474) | public function getTransport() method hasCapability (line 485) | public function hasCapability($capability) method loadNode (line 519) | public function loadNode(Node $node) method loadRelationship (line 536) | public function loadRelationship(Relationship $rel) method makeLabel (line 557) | public function makeLabel($name) method makeNode (line 575) | public function makeNode($properties=array()) method makeRelationship (line 592) | public function makeRelationship($properties=array()) method queryIndex (line 610) | public function queryIndex(Index $index, $query) method rollbackTransaction (line 622) | public function rollbackTransaction(Transaction $transaction) method removeFromIndex (line 640) | public function removeFromIndex(Index $index, PropertyContainer $entit... method removeLabels (line 658) | public function removeLabels(Node $node, $labels) method saveIndex (line 670) | public function saveIndex(Index $index) method saveNode (line 681) | public function saveNode(Node $node) method saveRelationship (line 701) | public function saveRelationship(Relationship $rel) method searchIndex (line 723) | public function searchIndex(Index $index, $key, $value) method setEntityCache (line 734) | public function setEntityCache(Cache\EntityCache $cache) method setEntityMapper (line 744) | public function setEntityMapper(EntityMapper $mapper) method setNodeFactory (line 761) | public function setNodeFactory($factory) method setRelationshipFactory (line 783) | public function setRelationshipFactory($factory) method setTransport (line 798) | public function setTransport(Transport $transport) method startBatch (line 812) | public function startBatch() method runCommand (line 826) | protected function runCommand(Command $command) FILE: lib/Everyman/Neo4j/Command.php class Command (line 7) | abstract class Command method __construct (line 16) | public function __construct(Client $client) method getData (line 26) | abstract protected function getData(); method getMethod (line 33) | abstract protected function getMethod(); method getPath (line 40) | abstract protected function getPath(); method handleResult (line 51) | abstract protected function handleResult($code, $headers, $data); method execute (line 59) | public function execute() method getEntityCache (line 79) | protected function getEntityCache() method getEntityMapper (line 89) | protected function getEntityMapper() method getTransport (line 99) | protected function getTransport() method throwException (line 113) | protected function throwException($message, $code, $headers, $data) FILE: lib/Everyman/Neo4j/Command/AddLabels.php class AddLabels (line 12) | class AddLabels extends SetLabels method __construct (line 21) | public function __construct(Client $client, Node $node, $labels) FILE: lib/Everyman/Neo4j/Command/AddStatementsToTransaction.php class AddStatementsToTransaction (line 14) | class AddStatementsToTransaction extends Command method __construct (line 28) | public function __construct(Client $client, Transaction $transaction, ... method getData (line 41) | protected function getData() method formatStatement (line 57) | protected function formatStatement(Query $statement) method getMethod (line 71) | protected function getMethod() method getPath (line 81) | protected function getPath() method handleResult (line 109) | protected function handleResult($code, $headers, $data) method mapResult (line 129) | protected function mapResult($result) method setTransactionId (line 146) | protected function setTransactionId($data) FILE: lib/Everyman/Neo4j/Command/AddToIndex.php class AddToIndex (line 15) | class AddToIndex extends Command method __construct (line 31) | public function __construct(Client $client, Index $index, PropertyCont... method getData (line 45) | protected function getData() method getMethod (line 72) | protected function getMethod() method getPath (line 82) | protected function getPath() method handleResult (line 110) | protected function handleResult($code, $headers, $data) FILE: lib/Everyman/Neo4j/Command/Batch/AddToIndex.php class AddToIndex (line 14) | class AddToIndex extends Command method __construct (line 30) | public function __construct(Client $client, Index $index, PropertyCont... method getData (line 42) | protected function getData() FILE: lib/Everyman/Neo4j/Command/Batch/Command.php class Command (line 10) | abstract class Command extends SingleCommand method __construct (line 22) | public function __construct(Client $client, SingleCommand $base, $opId) method getMethod (line 34) | protected function getMethod() method getPath (line 44) | protected function getPath() method handleResult (line 58) | protected function handleResult($code, $headers, $data) method handleSingleResult (line 77) | protected function handleSingleResult($result) FILE: lib/Everyman/Neo4j/Command/Batch/Commit.php class Commit (line 12) | class Commit extends Command method __construct (line 22) | public function __construct(Client $client, Batch $batch) method getData (line 33) | protected function getData() method handleSingleResult (line 53) | protected function handleSingleResult($result) FILE: lib/Everyman/Neo4j/Command/Batch/CreateNode.php class CreateNode (line 11) | class CreateNode extends Command method __construct (line 20) | public function __construct(Client $client, Node $node, $opId) method getData (line 30) | protected function getData() FILE: lib/Everyman/Neo4j/Command/Batch/CreateRelationship.php class CreateRelationship (line 13) | class CreateRelationship extends Command method __construct (line 26) | public function __construct(Client $client, Relationship $rel, $opId, ... method getData (line 38) | protected function getData() FILE: lib/Everyman/Neo4j/Command/Batch/DeleteNode.php class DeleteNode (line 11) | class DeleteNode extends Command method __construct (line 20) | public function __construct(Client $client, Node $node, $opId) method getData (line 30) | protected function getData() FILE: lib/Everyman/Neo4j/Command/Batch/DeleteRelationship.php class DeleteRelationship (line 11) | class DeleteRelationship extends Command method __construct (line 20) | public function __construct(Client $client, Relationship $rel, $opId) method getData (line 30) | protected function getData() FILE: lib/Everyman/Neo4j/Command/Batch/RemoveFromIndex.php class RemoveFromIndex (line 13) | class RemoveFromIndex extends Command method __construct (line 25) | public function __construct(Client $client, Index $index, PropertyCont... method getData (line 35) | protected function getData() FILE: lib/Everyman/Neo4j/Command/Batch/UpdateNode.php class UpdateNode (line 11) | class UpdateNode extends Command method __construct (line 20) | public function __construct(Client $client, Node $node, $opId) method getData (line 30) | protected function getData() FILE: lib/Everyman/Neo4j/Command/Batch/UpdateRelationship.php class UpdateRelationship (line 11) | class UpdateRelationship extends Command method __construct (line 20) | public function __construct(Client $client, Relationship $rel, $opId) method getData (line 30) | protected function getData() FILE: lib/Everyman/Neo4j/Command/CreateNode.php class CreateNode (line 11) | class CreateNode extends Command method __construct (line 21) | public function __construct(Client $client, Node $node) method getData (line 32) | protected function getData() method getMethod (line 42) | protected function getMethod() method getPath (line 52) | protected function getPath() method handleResult (line 66) | protected function handleResult($code, $headers, $data) FILE: lib/Everyman/Neo4j/Command/CreateRelationship.php class CreateRelationship (line 13) | class CreateRelationship extends Command method __construct (line 23) | public function __construct(Client $client, Relationship $rel) method getData (line 34) | protected function getData() method getMethod (line 63) | protected function getMethod() method getPath (line 73) | protected function getPath() method handleResult (line 91) | protected function handleResult($code, $headers, $data) FILE: lib/Everyman/Neo4j/Command/DeleteIndex.php class DeleteIndex (line 12) | class DeleteIndex extends Command method __construct (line 22) | public function __construct(Client $client, Index $index) method getData (line 33) | protected function getData() method getMethod (line 43) | protected function getMethod() method getPath (line 53) | protected function getPath() method handleResult (line 77) | protected function handleResult($code, $headers, $data) FILE: lib/Everyman/Neo4j/Command/DeleteNode.php class DeleteNode (line 12) | class DeleteNode extends Command method __construct (line 22) | public function __construct(Client $client, Node $node) method getData (line 33) | protected function getData() method getMethod (line 43) | protected function getMethod() method getPath (line 53) | protected function getPath() method handleResult (line 70) | protected function handleResult($code, $headers, $data) FILE: lib/Everyman/Neo4j/Command/DeleteRelationship.php class DeleteRelationship (line 12) | class DeleteRelationship extends Command method __construct (line 22) | public function __construct(Client $client, Relationship $rel) method getData (line 33) | protected function getData() method getMethod (line 43) | protected function getMethod() method getPath (line 53) | protected function getPath() method handleResult (line 70) | protected function handleResult($code, $headers, $data) FILE: lib/Everyman/Neo4j/Command/ExecuteCypherQuery.php class ExecuteCypherQuery (line 14) | class ExecuteCypherQuery extends Command method __construct (line 24) | public function __construct(Client $client, Query $query) method getData (line 35) | protected function getData() method getMethod (line 50) | protected function getMethod() method getPath (line 60) | protected function getPath() method handleResult (line 78) | protected function handleResult($code, $headers, $data) FILE: lib/Everyman/Neo4j/Command/ExecuteGremlinQuery.php class ExecuteGremlinQuery (line 14) | class ExecuteGremlinQuery extends Command method __construct (line 24) | public function __construct(Client $client, Query $query) method getData (line 35) | protected function getData() method getMethod (line 50) | protected function getMethod() method getPath (line 60) | protected function getPath() method handleResult (line 78) | protected function handleResult($code, $headers, $data) method normalizeData (line 94) | protected function normalizeData($data) FILE: lib/Everyman/Neo4j/Command/ExecutePagedTraversal.php class ExecutePagedTraversal (line 10) | class ExecutePagedTraversal extends ExecuteTraversal method __construct (line 20) | public function __construct(Client $client, Pager $pager) method getData (line 31) | protected function getData() method getMethod (line 41) | protected function getMethod() method getPath (line 51) | protected function getPath() method handleResult (line 84) | protected function handleResult($code, $headers, $data) FILE: lib/Everyman/Neo4j/Command/ExecuteTraversal.php class ExecuteTraversal (line 14) | class ExecuteTraversal extends Command method __construct (line 30) | public function __construct(Client $client, Traversal $traversal, Node... method getData (line 43) | protected function getData() method getMethod (line 93) | protected function getMethod() method getPath (line 103) | protected function getPath() method handleResult (line 127) | protected function handleResult($code, $headers, $data) method handleNodes (line 151) | protected function handleNodes($data) method handleRelationships (line 163) | protected function handleRelationships($data) method handlePaths (line 176) | protected function handlePaths($data, $full=false) FILE: lib/Everyman/Neo4j/Command/GetIndexes.php class GetIndexes (line 12) | class GetIndexes extends Command method __construct (line 22) | public function __construct(Client $client, $type) method getData (line 33) | protected function getData() method getMethod (line 43) | protected function getMethod() method getPath (line 53) | protected function getPath() method handleResult (line 71) | protected function handleResult($code, $headers, $data) FILE: lib/Everyman/Neo4j/Command/GetLabels.php class GetLabels (line 11) | class GetLabels extends Command method __construct (line 21) | public function __construct(Client $client, Node $node=null) method getData (line 32) | protected function getData() method getMethod (line 42) | protected function getMethod() method getPath (line 52) | protected function getPath() method handleResult (line 79) | protected function handleResult($code, $headers, $data) FILE: lib/Everyman/Neo4j/Command/GetNode.php class GetNode (line 12) | class GetNode extends Command method __construct (line 22) | public function __construct(Client $client, Node $node) method getData (line 33) | protected function getData() method getMethod (line 43) | protected function getMethod() method getPath (line 53) | protected function getPath() method handleResult (line 70) | protected function handleResult($code, $headers, $data) FILE: lib/Everyman/Neo4j/Command/GetNodeRelationships.php class GetNodeRelationships (line 13) | class GetNodeRelationships extends Command method __construct (line 27) | public function __construct(Client $client, Node $node, $types=array()... method getData (line 50) | protected function getData() method getMethod (line 60) | protected function getMethod() method getPath (line 70) | protected function getPath() method handleResult (line 93) | protected function handleResult($code, $headers, $data) FILE: lib/Everyman/Neo4j/Command/GetNodesForLabel.php class GetNodesForLabel (line 12) | class GetNodesForLabel extends Command method __construct (line 26) | public function __construct(Client $client, Label $label, $propertyNam... method getData (line 40) | protected function getData() method getMethod (line 50) | protected function getMethod() method getPath (line 60) | protected function getPath() method handleResult (line 95) | protected function handleResult($code, $headers, $data) FILE: lib/Everyman/Neo4j/Command/GetPaths.php class GetPaths (line 13) | class GetPaths extends Command method __construct (line 23) | public function __construct(Client $client, PathFinder $finder) method getData (line 35) | protected function getData() method getMethod (line 93) | protected function getMethod() method getPath (line 103) | protected function getPath() method handleResult (line 121) | protected function handleResult($code, $headers, $data) FILE: lib/Everyman/Neo4j/Command/GetRelationship.php class GetRelationship (line 13) | class GetRelationship extends Command method __construct (line 23) | public function __construct(Client $client, Relationship $rel) method getData (line 34) | protected function getData() method getMethod (line 44) | protected function getMethod() method getPath (line 54) | protected function getPath() method handleResult (line 71) | protected function handleResult($code, $headers, $data) FILE: lib/Everyman/Neo4j/Command/GetRelationshipTypes.php class GetRelationshipTypes (line 10) | class GetRelationshipTypes extends Command method getData (line 17) | protected function getData() method getMethod (line 27) | protected function getMethod() method getPath (line 37) | protected function getPath() method handleResult (line 50) | protected function handleResult($code, $headers, $data) FILE: lib/Everyman/Neo4j/Command/GetServerInfo.php class GetServerInfo (line 10) | class GetServerInfo extends Command method getData (line 17) | protected function getData() method getMethod (line 27) | protected function getMethod() method getPath (line 37) | protected function getPath() method handleResult (line 50) | protected function handleResult($code, $headers, $data) method parseVersion (line 65) | protected function parseVersion($fullVersion) FILE: lib/Everyman/Neo4j/Command/QueryIndex.php class QueryIndex (line 14) | class QueryIndex extends SearchIndex method __construct (line 23) | public function __construct(Client $client, Index $index, $query) method getPath (line 33) | protected function getPath() FILE: lib/Everyman/Neo4j/Command/RemoveFromIndex.php class RemoveFromIndex (line 15) | class RemoveFromIndex extends Command method __construct (line 35) | public function __construct(Client $client, Index $index, PropertyCont... method getData (line 49) | protected function getData() method getMethod (line 59) | protected function getMethod() method getPath (line 69) | protected function getPath() method handleResult (line 113) | protected function handleResult($code, $headers, $data) FILE: lib/Everyman/Neo4j/Command/RemoveLabels.php class RemoveLabels (line 12) | class RemoveLabels extends SetLabels method __construct (line 21) | public function __construct(Client $client, Node $node, $labels) FILE: lib/Everyman/Neo4j/Command/RollbackTransaction.php class RollbackTransaction (line 12) | class RollbackTransaction extends Command method __construct (line 22) | public function __construct(Client $client, Transaction $transaction) method getData (line 33) | protected function getData() method getMethod (line 43) | protected function getMethod() method getPath (line 53) | protected function getPath() method handleResult (line 77) | protected function handleResult($code, $headers, $data) FILE: lib/Everyman/Neo4j/Command/SaveIndex.php class SaveIndex (line 12) | class SaveIndex extends Command method __construct (line 22) | public function __construct(Client $client, Index $index) method getData (line 33) | protected function getData() method getMethod (line 54) | protected function getMethod() method getPath (line 64) | protected function getPath() method handleResult (line 82) | protected function handleResult($code, $headers, $data) FILE: lib/Everyman/Neo4j/Command/SearchIndex.php class SearchIndex (line 14) | class SearchIndex extends Command method __construct (line 28) | public function __construct(Client $client, Index $index, $key, $value) method getData (line 41) | protected function getData() method getMethod (line 51) | protected function getMethod() method getPath (line 61) | protected function getPath() method handleResult (line 93) | protected function handleResult($code, $headers, $data) FILE: lib/Everyman/Neo4j/Command/SetLabels.php class SetLabels (line 16) | class SetLabels extends ExecuteCypherQuery method __construct (line 26) | public function __construct(Client $client, Node $node, $labels, $remo... method handleResult (line 66) | protected function handleResult($code, $headers, $data) FILE: lib/Everyman/Neo4j/Command/UpdateNode.php class UpdateNode (line 12) | class UpdateNode extends Command method __construct (line 22) | public function __construct(Client $client, Node $node) method getData (line 33) | protected function getData() method getMethod (line 43) | protected function getMethod() method getPath (line 53) | protected function getPath() method handleResult (line 70) | protected function handleResult($code, $headers, $data) FILE: lib/Everyman/Neo4j/Command/UpdateRelationship.php class UpdateRelationship (line 12) | class UpdateRelationship extends Command method __construct (line 22) | public function __construct(Client $client, Relationship $rel) method getData (line 33) | protected function getData() method getMethod (line 43) | protected function getMethod() method getPath (line 53) | protected function getPath() method handleResult (line 70) | protected function handleResult($code, $headers, $data) FILE: lib/Everyman/Neo4j/Cypher/Query.php class Query (line 14) | class Query implements Neo4j\Query method __construct (line 29) | public function __construct(Neo4j\Client $client, $template, $vars=arr... method getQuery (line 41) | public function getQuery() method getParameters (line 51) | public function getParameters() method getResultSet (line 61) | public function getResultSet() FILE: lib/Everyman/Neo4j/EntityMapper.php class EntityMapper (line 8) | class EntityMapper method __construct (line 17) | public function __construct(Client $client) method getEntityFor (line 31) | public function getEntityFor($value) method getIdFromUri (line 53) | public function getIdFromUri($uri) method makeNode (line 65) | public function makeNode($data) method makeRelationship (line 77) | public function makeRelationship($data) method populateNode (line 90) | public function populateNode(Node $node, $data) method populatePath (line 105) | public function populatePath(Path $path, $data, $full=false) method populateRelationship (line 135) | public function populateRelationship(Relationship $rel, $data) method getNodeFromUri (line 153) | protected function getNodeFromUri($uri) method getRelationshipFromUri (line 165) | protected function getRelationshipFromUri($uri) FILE: lib/Everyman/Neo4j/Exception.php class Exception (line 4) | class Exception extends \Exception method __construct (line 9) | public function __construct($message, $code=0, $headers=array(), $data... method getHeaders (line 20) | public function getHeaders() method getData (line 29) | public function getData() FILE: lib/Everyman/Neo4j/Geoff.php class Geoff (line 9) | class Geoff method __construct (line 18) | public function __construct(Client $client) method dump (line 30) | public function dump($paths, $handle=null) method load (line 54) | public function load($handle, Batch $batch=null) FILE: lib/Everyman/Neo4j/Geoff/Exporter.php class Exporter (line 10) | class Exporter method dump (line 18) | public function dump($paths, $handle) FILE: lib/Everyman/Neo4j/Geoff/Importer.php class Importer (line 14) | class Importer method __construct (line 23) | public function __construct(Client $client) method load (line 38) | public function load($handle, Batch $batch=null) method loadLine (line 68) | protected function loadLine($line, Batch $batch, $lineNum, &$nodes, &$... FILE: lib/Everyman/Neo4j/Gremlin/Query.php class Query (line 14) | class Query implements Neo4j\Query method __construct (line 29) | public function __construct(Neo4j\Client $client, $script, $vars=array()) method getQuery (line 41) | public function getQuery() method getParameters (line 51) | public function getParameters() method getResultSet (line 61) | public function getResultSet() FILE: lib/Everyman/Neo4j/Index.php class Index (line 7) | class Index method __construct (line 25) | public function __construct(Client $client, $type, $name, $config=arra... method add (line 41) | public function add($entity, $key, $value) method delete (line 51) | public function delete() method find (line 63) | public function find($key, $value) method findOne (line 75) | public function findOne($key, $value) method getConfig (line 89) | public function getConfig() method getName (line 99) | public function getName() method getType (line 109) | public function getType() method query (line 120) | public function query($query) method queryOne (line 131) | public function queryOne($query) method remove (line 148) | public function remove($entity, $key=null, $value=null) method save (line 158) | public function save() FILE: lib/Everyman/Neo4j/Index/NodeFulltextIndex.php class NodeFulltextIndex (line 10) | class NodeFulltextIndex extends NodeIndex method __construct (line 19) | public function __construct(Client $client, $name, $config=array()) FILE: lib/Everyman/Neo4j/Index/NodeIndex.php class NodeIndex (line 10) | class NodeIndex extends Index method __construct (line 19) | public function __construct(Client $client, $name, $config=array()) FILE: lib/Everyman/Neo4j/Index/RelationshipIndex.php class RelationshipIndex (line 10) | class RelationshipIndex extends Index method __construct (line 19) | public function __construct(Client $client, $name, $config=array()) FILE: lib/Everyman/Neo4j/Label.php class Label (line 10) | class Label method __construct (line 28) | public function __construct(Client $client, $name) method setClient (line 44) | public function setClient(Client $client) method getClient (line 55) | public function getClient() method getName (line 65) | public function getName() method getNodes (line 81) | public function getNodes($propertyName=null, $propertyValue=null) method __sleep (line 91) | public function __sleep() FILE: lib/Everyman/Neo4j/Node.php class Node (line 7) | class Node extends PropertyContainer method setClient (line 20) | public function setClient(Client $client) method addLabels (line 40) | public function addLabels($labels) method delete (line 52) | public function delete() method findPathsTo (line 66) | public function findPathsTo(Node $to, $type=null, $dir=null) method getFirstRelationship (line 89) | public function getFirstRelationship($types=array(), $dir=null) method getRelationships (line 105) | public function getRelationships($types=array(), $dir=null) method getLabels (line 116) | public function getLabels() method load (line 130) | public function load() method relateTo (line 143) | public function relateTo(Node $to, $type) method removeLabels (line 159) | public function removeLabels($labels) method save (line 171) | public function save() method __sleep (line 183) | public function __sleep() FILE: lib/Everyman/Neo4j/Pager.php class Pager (line 7) | class Pager method __construct (line 24) | public function __construct(Traversal $traversal, Node $startNode, $re... method getId (line 36) | public function getId() method getLeaseTime (line 46) | public function getLeaseTime() method getNextResults (line 57) | public function getNextResults() method getPageSize (line 67) | public function getPageSize() method getReturnType (line 77) | public function getReturnType() method getStartNode (line 87) | public function getStartNode() method getTraversal (line 97) | public function getTraversal() method setId (line 108) | public function setId($id) method setLeaseTime (line 120) | public function setLeaseTime($leaseTime) method setPageSize (line 132) | public function setPageSize($pageSize) FILE: lib/Everyman/Neo4j/Path.php class Path (line 7) | class Path implements \Countable, \IteratorAggregate method appendNode (line 22) | public function appendNode(Node $node) method appendRelationship (line 33) | public function appendRelationship(Relationship $rel) method count (line 43) | public function count() method getContext (line 53) | public function getContext() method getEndNode (line 63) | public function getEndNode() method getLength (line 77) | public function getLength() method getIterator (line 87) | public function getIterator() method getNodes (line 99) | public function getNodes() method getRelationships (line 109) | public function getRelationships() method getStartNode (line 119) | public function getStartNode() method setContext (line 134) | public function setContext($context) FILE: lib/Everyman/Neo4j/PathFinder.php class PathFinder (line 7) | class PathFinder method __construct (line 30) | public function __construct(Client $client) method getAlgorithm (line 40) | public function getAlgorithm() method getClient (line 50) | public function getClient() method getCostProperty (line 60) | public function getCostProperty() method getDefaultCost (line 70) | public function getDefaultCost() method getDirection (line 80) | public function getDirection() method getEndNode (line 90) | public function getEndNode() method getMaxDepth (line 100) | public function getMaxDepth() method getPaths (line 110) | public function getPaths() method getSinglePath (line 120) | public function getSinglePath() method getStartNode (line 131) | public function getStartNode() method getType (line 141) | public function getType() method setAlgorithm (line 152) | public function setAlgorithm($algo) method setCostProperty (line 164) | public function setCostProperty($property) method setDefaultCost (line 176) | public function setDefaultCost($cost) method setDirection (line 188) | public function setDirection($dir) method setEndNode (line 200) | public function setEndNode(Node $end) method setMaxDepth (line 212) | public function setMaxDepth($max) method setStartNode (line 224) | public function setStartNode(Node $start) method setType (line 236) | public function setType($type) FILE: lib/Everyman/Neo4j/PropertyContainer.php class PropertyContainer (line 7) | abstract class PropertyContainer method __construct (line 36) | public function __construct(Client $client) method __get (line 41) | public function __get($key) method __set (line 46) | public function __set($key, $value) method __unset (line 51) | public function __unset($key) method __isset (line 56) | public function __isset($key) method __sleep (line 61) | public function __sleep() method delete (line 72) | abstract public function delete(); method load (line 80) | abstract public function load(); method save (line 88) | abstract public function save(); method getClient (line 95) | public function getClient() method getId (line 105) | public function getId() method getProperties (line 115) | public function getProperties() method getProperty (line 127) | public function getProperty($property) method hasId (line 138) | public function hasId() method removeProperty (line 149) | public function removeProperty($property) method setClient (line 162) | public function setClient(Client $client) method setId (line 174) | public function setId($id) method setProperties (line 186) | public function setProperties($properties) method setProperty (line 202) | public function setProperty($property, $value) method useLazyLoad (line 219) | public function useLazyLoad($lazyLoad) method loadProperties (line 231) | protected function loadProperties() FILE: lib/Everyman/Neo4j/Query.php type Query (line 7) | interface Query method getQuery (line 14) | public function getQuery(); method getResultSet (line 21) | public function getResultSet(); FILE: lib/Everyman/Neo4j/Query/ResultSet.php class ResultSet (line 10) | class ResultSet implements \Iterator, \Countable, \ArrayAccess method __construct (line 25) | public function __construct(Client $client, $result) method getColumns (line 39) | public function getColumns() method offsetExists (line 46) | public function offsetExists($offset) method offsetGet (line 51) | public function offsetGet($offset) method offsetSet (line 59) | public function offsetSet($offset, $value) method offsetUnset (line 64) | public function offsetUnset($offset) method count (line 72) | public function count() method rewind (line 80) | public function rewind() method current (line 85) | public function current() method key (line 90) | public function key() method next (line 95) | public function next() method valid (line 100) | public function valid() FILE: lib/Everyman/Neo4j/Query/Row.php class Row (line 12) | class Row implements \Iterator, \Countable, \ArrayAccess method __construct (line 27) | public function __construct(Client $client, $columns, $rowData) method offsetExists (line 37) | public function offsetExists($offset) method offsetGet (line 53) | public function offsetGet($offset) method offsetSet (line 71) | public function offsetSet($offset, $value) method offsetUnset (line 76) | public function offsetUnset($offset) method count (line 84) | public function count() method rewind (line 92) | public function rewind() method current (line 97) | public function current() method key (line 102) | public function key() method next (line 107) | public function next() method valid (line 112) | public function valid() FILE: lib/Everyman/Neo4j/Relationship.php class Relationship (line 7) | class Relationship extends PropertyContainer method setClient (line 32) | public function setClient(Client $client) method delete (line 51) | public function delete() method getEndNode (line 62) | public function getEndNode() method getStartNode (line 75) | public function getStartNode() method getType (line 88) | public function getType() method load (line 100) | public function load() method save (line 112) | public function save() method setEndNode (line 125) | public function setEndNode(Node $end) method setStartNode (line 137) | public function setStartNode(Node $start) method setType (line 149) | public function setType($type) method __sleep (line 161) | public function __sleep() FILE: lib/Everyman/Neo4j/Transaction.php class Transaction (line 7) | class Transaction method __construct (line 19) | public function __construct(Client $client) method addStatements (line 31) | public function addStatements($statements, $commit=false) method commit (line 55) | public function commit() method getId (line 68) | public function getId() method isClosed (line 78) | public function isClosed() method isError (line 88) | public function isError() method keepAlive (line 98) | public function keepAlive() method rollback (line 111) | public function rollback() method setId (line 129) | public function setId($id) method performClientAction (line 146) | protected function performClientAction($action, $shouldClose, $require... FILE: lib/Everyman/Neo4j/Transport.php class Transport (line 7) | abstract class Transport method __construct (line 29) | public function __construct($host='localhost', $port=7474) method getEndpoint (line 40) | public function getEndpoint() method encodeData (line 51) | public function encodeData($data) method makeRequest (line 84) | abstract public function makeRequest($method, $path, $data=array()); method get (line 93) | public function get($path, $data=array()) method post (line 105) | public function post($path, $data=array()) method put (line 117) | public function put($path, $data=array()) method delete (line 128) | public function delete($path) method setAuth (line 142) | public function setAuth($username=null, $password=null) method useHttps (line 157) | public function useHttps($useHttps=true) FILE: lib/Everyman/Neo4j/Transport/Curl.php class Curl (line 11) | class Curl extends BaseTransport method __construct (line 18) | public function __construct($host='localhost', $port=7474) method __destruct (line 30) | public function __destruct() method makeRequest (line 40) | public function makeRequest($method, $path, $data=array()) method getHandle (line 127) | protected function getHandle() FILE: lib/Everyman/Neo4j/Transport/Stream.php class Stream (line 11) | class Stream extends BaseTransport method makeRequest (line 16) | public function makeRequest($method, $path, $data=array()) FILE: lib/Everyman/Neo4j/Traversal.php class Traversal (line 7) | class Traversal method __construct (line 45) | public function __construct(Client $client) method addRelationship (line 57) | public function addRelationship($type, $direction=null) method getClient (line 73) | public function getClient() method getMaxDepth (line 83) | public function getMaxDepth() method getOrder (line 93) | public function getOrder() method getPruneEvaluator (line 103) | public function getPruneEvaluator() method getRelationships (line 113) | public function getRelationships() method getResults (line 125) | public function getResults(Node $startNode, $returnType) method getReturnFilter (line 135) | public function getReturnFilter() method getSingleResult (line 147) | public function getSingleResult(Node $startNode, $returnType) method getUniqueness (line 158) | public function getUniqueness() method setMaxDepth (line 169) | public function setMaxDepth($max) method setOrder (line 181) | public function setOrder($order) method setPruneEvaluator (line 197) | public function setPruneEvaluator($language=null, $body=null) method setReturnFilter (line 226) | public function setReturnFilter($language=null, $body=null) method setUniqueness (line 251) | public function setUniqueness($uniqueness) FILE: lib/Everyman/Neo4j/Version.php class Version (line 7) | class Version method userAgent (line 11) | public static function userAgent() FILE: tests/unit/lib/Everyman/Neo4j/BatchTest.php class BatchTest (line 4) | class BatchTest extends \PHPUnit_Framework_TestCase method setUp (line 9) | public function setUp() method testGetClient_ClientSetCorrectly_ReturnsClient (line 15) | public function testGetClient_ClientSetCorrectly_ReturnsClient() method testCommit_PassesSelfToClient_Success_ReturnsTrue (line 20) | public function testCommit_PassesSelfToClient_Success_ReturnsTrue() method testCommit_PassesSelfToClient_Failure_ReturnsFalse (line 30) | public function testCommit_PassesSelfToClient_Failure_ReturnsFalse() method testCommit_CommitMoreThanOnce_ThrowsException (line 40) | public function testCommit_CommitMoreThanOnce_ThrowsException() method testSave_PropertyContainerEntities_ReturnsIntegerOperationIndex (line 50) | public function testSave_PropertyContainerEntities_ReturnsIntegerOpera... method testSave_SameEntityMoreThanOnce_ReturnsIntegerOperationIndex (line 71) | public function testSave_SameEntityMoreThanOnce_ReturnsIntegerOperatio... method testDelete_PropertyContainerEntities_ReturnsIntegerOperationIndex (line 79) | public function testDelete_PropertyContainerEntities_ReturnsIntegerOpe... method testDelete_SameEntityMoreThanOnce_ReturnsIntegerOperationIndex (line 100) | public function testDelete_SameEntityMoreThanOnce_ReturnsIntegerOperat... method testAddToIndex_Index_ReturnsIntegerOperationIndex (line 108) | public function testAddToIndex_Index_ReturnsIntegerOperationIndex() method testAddToIndex_SameEntitySameKeyValueMoreThanOnce_ReturnsIntegerOperationIndex (line 122) | public function testAddToIndex_SameEntitySameKeyValueMoreThanOnce_Retu... method testRemoveFromIndex_Index_ReturnsIntegerOperationIndex (line 131) | public function testRemoveFromIndex_Index_ReturnsIntegerOperationIndex() method testRemoveFromIndex_SameEntitySameKeyValueMoreThanOnce_ReturnsIntegerOperationIndex (line 146) | public function testRemoveFromIndex_SameEntitySameKeyValueMoreThanOnce... method testGetOperations_MixedOperations_ReturnsOperations (line 161) | public function testGetOperations_MixedOperations_ReturnsOperations() method testReserve_OperationNotReserved_ReturnsOperation (line 178) | public function testReserve_OperationNotReserved_ReturnsOperation() method testReserve_OperationAlreadyReserved_ReturnsFalse (line 190) | public function testReserve_OperationAlreadyReserved_ReturnsFalse() method testReserve_OperationNotExists_ReturnsFalse (line 200) | public function testReserve_OperationNotExists_ReturnsFalse() FILE: tests/unit/lib/Everyman/Neo4j/Cache/MemcacheTest.php class MemcacheTest (line 4) | class MemcacheTest extends \PHPUnit_Framework_TestCase method setUp (line 9) | public function setUp() method testSet_PassesThroughToMemcache (line 19) | public function testSet_PassesThroughToMemcache() method testGet_PassesThroughToMemcache (line 29) | public function testGet_PassesThroughToMemcache() method testDelete_PassesThroughToMemcache (line 39) | public function testDelete_PassesThroughToMemcache() FILE: tests/unit/lib/Everyman/Neo4j/Cache/MemcachedTest.php class MemcachedTest (line 4) | class MemcachedTest extends \PHPUnit_Framework_TestCase method setUp (line 9) | public function setUp() method testSet_PassesThroughToMemcached (line 22) | public function testSet_PassesThroughToMemcached() method testGet_PassesThroughToMemcached (line 32) | public function testGet_PassesThroughToMemcached() method testDelete_PassesThroughToMemcached (line 42) | public function testDelete_PassesThroughToMemcached() FILE: tests/unit/lib/Everyman/Neo4j/Cache/NoneTest.php class NoneTest (line 4) | class NoneTest extends \PHPUnit_Framework_TestCase method setUp (line 8) | public function setUp() method testDelete_ReturnsTrue (line 13) | public function testDelete_ReturnsTrue() method testGet_ReturnsFalse (line 18) | public function testGet_ReturnsFalse() method testSet_ReturnsTrue (line 23) | public function testSet_ReturnsTrue() FILE: tests/unit/lib/Everyman/Neo4j/Cache/VariableTest.php class VariableTest (line 4) | class VariableTest extends \PHPUnit_Framework_TestCase method setUp (line 8) | public function setUp() method testSet_ReturnsTrue (line 13) | public function testSet_ReturnsTrue() method testGet_KeyDoesNotExist_ReturnsFalse (line 18) | public function testGet_KeyDoesNotExist_ReturnsFalse() method testGet_KeyExists_ReturnsValue (line 23) | public function testGet_KeyExists_ReturnsValue() method testGet_ExpiredValue_ReturnsFalse (line 29) | public function testGet_ExpiredValue_ReturnsFalse() method testDelete_KeyDoesNotExist_ReturnsTrue (line 35) | public function testDelete_KeyDoesNotExist_ReturnsTrue() method testDelete_KeyExists_ReturnsTrue (line 40) | public function testDelete_KeyExists_ReturnsTrue() FILE: tests/unit/lib/Everyman/Neo4j/ClientTest.php class ClientTest (line 4) | class ClientTest extends \PHPUnit_Framework_TestCase method setUp (line 10) | public function setUp() method testConstruct_TransportGiven_SetsTransport (line 19) | public function testConstruct_TransportGiven_SetsTransport() method testConstruct_NoTransportGiven_SetsCreateTransport (line 24) | public function testConstruct_NoTransportGiven_SetsCreateTransport() method testConstruct_HostAndPortGiven_SetsCreateTransport (line 32) | public function testConstruct_HostAndPortGiven_SetsCreateTransport() method testDeleteNode_NodeDeleted_ReturnsTrue (line 40) | public function testDeleteNode_NodeDeleted_ReturnsTrue() method testDeleteNode_NodeNotFound_ThrowsException (line 53) | public function testDeleteNode_NodeNotFound_ThrowsException() method testDeleteNode_TransportError_ThrowsException (line 67) | public function testDeleteNode_TransportError_ThrowsException() method testDeleteNode_NodeHasNoId_ThrowsException (line 81) | public function testDeleteNode_NodeHasNoId_ThrowsException() method testSaveNode_Update_NodeHasNoId_ThrowsException (line 89) | public function testSaveNode_Update_NodeHasNoId_ThrowsException() method testSaveNode_UpdateNodeFound_ReturnsTrue (line 98) | public function testSaveNode_UpdateNodeFound_ReturnsTrue() method testSaveNode_UpdateNodeNotFound_ThrowsException (line 119) | public function testSaveNode_UpdateNodeNotFound_ThrowsException() method testSaveNode_Update_TransportError_ThrowsException (line 140) | public function testSaveNode_Update_TransportError_ThrowsException() method testSaveNode_Create_ReturnsTrue (line 161) | public function testSaveNode_Create_ReturnsTrue() method testSaveNode_Create_TransportError_ThrowsException (line 183) | public function testSaveNode_Create_TransportError_ThrowsException() method testSaveNode_CreateNoProperties_ReturnsSuccess (line 202) | public function testSaveNode_CreateNoProperties_ReturnsSuccess() method testGetNode_TransportError_ThrowsException (line 215) | public function testGetNode_TransportError_ThrowsException() method testGetNode_NotFound_ReturnsNull (line 228) | public function testGetNode_NotFound_ReturnsNull() method testGetNode_Force_ReturnsNode (line 240) | public function testGetNode_Force_ReturnsNode() method testGetNode_Found_ReturnsNode (line 252) | public function testGetNode_Found_ReturnsNode() method testLoadNode_NodeNotFound_ThrowsException (line 272) | public function testLoadNode_NodeNotFound_ThrowsException() method testLoadNode_NodeHasNoId_ThrowsException (line 287) | public function testLoadNode_NodeHasNoId_ThrowsException() method testGetRelationship_TransportError_ThrowsException (line 295) | public function testGetRelationship_TransportError_ThrowsException() method testGetRelationship_NotFound_ReturnsNull (line 308) | public function testGetRelationship_NotFound_ReturnsNull() method testGetRelationship_Force_ReturnsRelationship (line 320) | public function testGetRelationship_Force_ReturnsRelationship() method testGetRelationship_Found_ReturnsRelationship (line 332) | public function testGetRelationship_Found_ReturnsRelationship() method testGetRelationship_Found_LazyLoadNodes (line 371) | public function testGetRelationship_Found_LazyLoadNodes() method testLoadRelationship_RelationshipNotFound_ThrowsException (line 402) | public function testLoadRelationship_RelationshipNotFound_ThrowsExcept... method testLoadRelationship_RelationshipHasNoId_ThrowsException (line 417) | public function testLoadRelationship_RelationshipHasNoId_ThrowsExcepti... method testDeleteRelationship_Found_ReturnsTrue (line 425) | public function testDeleteRelationship_Found_ReturnsTrue() method testDeleteRelationship_NotFound_ThrowsException (line 438) | public function testDeleteRelationship_NotFound_ThrowsException() method testDeleteRelationship_TransportError_ThrowsException (line 452) | public function testDeleteRelationship_TransportError_ThrowsException() method testDeleteRelationship_RelationshipHasNoId_ThrowsException (line 466) | public function testDeleteRelationship_RelationshipHasNoId_ThrowsExcep... method testSaveRelationship_Create_NoStartNode_ThrowsException (line 474) | public function testSaveRelationship_Create_NoStartNode_ThrowsException() method testSaveRelationship_Create_NoEndNode_ThrowsException (line 482) | public function testSaveRelationship_Create_NoEndNode_ThrowsException() method testSaveRelationship_Create_NoType_ThrowsException (line 494) | public function testSaveRelationship_Create_NoType_ThrowsException() method testSaveRelationship_Create_ReturnsTrue (line 509) | public function testSaveRelationship_Create_ReturnsTrue() method testSaveRelationship_CreateNoData_ReturnsTrue (line 540) | public function testSaveRelationship_CreateNoData_ReturnsTrue() method testSaveRelationship_CreateTransportError_ThrowsException (line 567) | public function testSaveRelationship_CreateTransportError_ThrowsExcept... method testSaveRelationship_Update_RelationshipHasNoId_ThrowsException (line 598) | public function testSaveRelationship_Update_RelationshipHasNoId_Throws... method testSaveRelationship_UpdateFound_ReturnsTrue (line 607) | public function testSaveRelationship_UpdateFound_ReturnsTrue() method testSaveRelationship_UpdateNotFound_ReturnsFalse (line 627) | public function testSaveRelationship_UpdateNotFound_ReturnsFalse() method testSaveRelationship_UpdateTransportError_ThrowsException (line 648) | public function testSaveRelationship_UpdateTransportError_ThrowsExcept... method testGetNodeRelationships_NodeNotPersisted_ThrowsException (line 669) | public function testGetNodeRelationships_NodeNotPersisted_ThrowsExcept... method testGetNodeRelationships_NodeNotFound_ThrowsException (line 679) | public function testGetNodeRelationships_NodeNotFound_ThrowsException() method testGetNodeRelationships_NoRelationships_ReturnsEmptyArray (line 693) | public function testGetNodeRelationships_NoRelationships_ReturnsEmptyA... method testGetNodeRelationships_Relationships_ReturnsArray (line 708) | public function testGetNodeRelationships_Relationships_ReturnsArray() method testGetNodeRelationships_UrlCharactersInTypeName_EncodesCorrectly (line 757) | public function testGetNodeRelationships_UrlCharactersInTypeName_Encod... method testGetRelationshipTypes_ServerReturnsErrorCode_ThrowsException (line 771) | public function testGetRelationshipTypes_ServerReturnsErrorCode_Throws... method testGetRelationshipTypes_ServerReturnsArray_ReturnsArray (line 782) | public function testGetRelationshipTypes_ServerReturnsArray_ReturnsArr... method testGetServerInfo_ServerReturnsArray_ReturnsArray (line 793) | public function testGetServerInfo_ServerReturnsArray_ReturnsArray() method testGetServerInfo_GeneralAvailabilityRelease_ReturnsArray (line 824) | public function testGetServerInfo_GeneralAvailabilityRelease_ReturnsAr... method testGetServerInfo_UnsuccessfulResponse_ThrowsException (line 849) | public function testGetServerInfo_UnsuccessfulResponse_ThrowsException() method testStartBatch_MultipleCallsWithoutCommit_ReturnsSameBatch (line 860) | public function testStartBatch_MultipleCallsWithoutCommit_ReturnsSameB... method testStartBatch_CommitAndStartAnother_ReturnsNewBatch (line 869) | public function testStartBatch_CommitAndStartAnother_ReturnsNewBatch() method testStartBatch_CommitOpenedBatch_ReturnsNewBatch (line 887) | public function testStartBatch_CommitOpenedBatch_ReturnsNewBatch() method testStartBatch_CommitOtherBatch_ReturnsSameBatch (line 905) | public function testStartBatch_CommitOtherBatch_ReturnsSameBatch() method testStartBatch_EndBatch_ReturnsNewBatch (line 921) | public function testStartBatch_EndBatch_ReturnsNewBatch() method testCommitBatch_NoBatchGivenNoOpenBatch_ThrowsException (line 930) | public function testCommitBatch_NoBatchGivenNoOpenBatch_ThrowsException() method testCommitBatch_NoOperationsInBatch_ReturnsTrue (line 936) | public function testCommitBatch_NoOperationsInBatch_ReturnsTrue() method testMakeNode_ReturnsNode (line 945) | public function testMakeNode_ReturnsNode() method testMakeRelationship_ReturnsRelationship (line 958) | public function testMakeRelationship_ReturnsRelationship() method testGetReferenceNode_Found_ReturnsNode (line 971) | public function testGetReferenceNode_Found_ReturnsNode() method testNodeFactory_SetNodeFactory_ReturnsNodeFromFactory (line 984) | public function testNodeFactory_SetNodeFactory_ReturnsNodeFromFactory() method testNodeFactory_SetNodeFactory_NotCallable_ThrowsException (line 994) | public function testNodeFactory_SetNodeFactory_NotCallable_ThrowsExcep... method testNodeFactory_NodeFactoryReturnsNotNode_ThrowsException (line 1000) | public function testNodeFactory_NodeFactoryReturnsNotNode_ThrowsExcept... method testRelationshipFactory_SetRelationshipFactory_ReturnsRelationshipFromFactory (line 1010) | public function testRelationshipFactory_SetRelationshipFactory_Returns... method testRelationshipFactory_SetRelationshipFactory_NotCallable_ThrowsException (line 1020) | public function testRelationshipFactory_SetRelationshipFactory_NotCall... method testRelationshipFactory_RelationshipFactoryReturnsNotRelationship_ThrowsException (line 1026) | public function testRelationshipFactory_RelationshipFactoryReturnsNotR... class NodeFactoryTestClass_ClientTest (line 1037) | class NodeFactoryTestClass_ClientTest extends Node {} class RelFactoryTestClass_ClientTest (line 1038) | class RelFactoryTestClass_ClientTest extends Relationship {} FILE: tests/unit/lib/Everyman/Neo4j/Client_Batch_IndexTest.php class Client_Batch_IndexTest (line 4) | class Client_Batch_IndexTest extends \PHPUnit_Framework_TestCase method setUp (line 11) | public function setUp() method testCommitBatch_AddToIndex_NodeExists_Success_ReturnsTrue (line 22) | public function testCommitBatch_AddToIndex_NodeExists_Success_ReturnsT... method testCommitBatch_AddToIndex_NodeDoesNotExist_Success_ReturnsTrue (line 47) | public function testCommitBatch_AddToIndex_NodeDoesNotExist_Success_Re... method testCommitBatch_AddToIndex_RelationshipExists_Success_ReturnsTrue (line 77) | public function testCommitBatch_AddToIndex_RelationshipExists_Success_... method testCommitBatch_AddToIndex_NoEntitiesExist_Success_ReturnsTrue (line 102) | public function testCommitBatch_AddToIndex_NoEntitiesExist_Success_Ret... method testCommitBatch_RemoveFromIndex_Entity_Success_ReturnsTrue (line 146) | public function testCommitBatch_RemoveFromIndex_Entity_Success_Returns... method testCommitBatch_RemoveFromIndex_EntityKey_Success_ReturnsTrue (line 165) | public function testCommitBatch_RemoveFromIndex_EntityKey_Success_Retu... method testCommitBatch_RemoveFromIndex_EntityKeyValue_Success_ReturnsTrue (line 184) | public function testCommitBatch_RemoveFromIndex_EntityKeyValue_Success... method setupTransportExpectation (line 203) | protected function setupTransportExpectation($request, $will) FILE: tests/unit/lib/Everyman/Neo4j/Client_Batch_NodeTest.php class Client_Batch_NodeTest (line 4) | class Client_Batch_NodeTest extends \PHPUnit_Framework_TestCase method setUp (line 10) | public function setUp() method testCommitBatch_TransportError_ThrowsException (line 20) | public function testCommitBatch_TransportError_ThrowsException() method testCommitBatch_CreateNode_Success_ReturnsTrue (line 32) | public function testCommitBatch_CreateNode_Success_ReturnsTrue() method testCommitBatch_UpdateNode_Success_ReturnsTrue (line 53) | public function testCommitBatch_UpdateNode_Success_ReturnsTrue() method testCommitBatch_DeleteNode_Success_ReturnsTrue (line 75) | public function testCommitBatch_DeleteNode_Success_ReturnsTrue() method setupTransportExpectation (line 95) | protected function setupTransportExpectation($request, $will) FILE: tests/unit/lib/Everyman/Neo4j/Client_Batch_RelationshipTest.php class Client_Batch_RelationshipTest (line 4) | class Client_Batch_RelationshipTest extends \PHPUnit_Framework_TestCase method setUp (line 11) | public function setUp() method testCommitBatch_CreateRelationship_Success_ReturnsTrue (line 24) | public function testCommitBatch_CreateRelationship_Success_ReturnsTrue() method testCommitBatch_CreateRelationship_StartNodeUnidentified_ReturnsTrue (line 54) | public function testCommitBatch_CreateRelationship_StartNodeUnidentifi... method testCommitBatch_CreateRelationship_EndNodeUnidentified_ReturnsTrue (line 88) | public function testCommitBatch_CreateRelationship_EndNodeUnidentified... method testCommitBatch_CreateRelationship_NeitherNodeUnidentified_ReturnsTrue (line 124) | public function testCommitBatch_CreateRelationship_NeitherNodeUnidenti... method testCommitBatch_CreateRelationship_UnidentifiedNodeAlreadySavedInBatch_ReturnsTrue (line 163) | public function testCommitBatch_CreateRelationship_UnidentifiedNodeAlr... method testCommitBatch_UpdateRelationship_Success_ReturnsTrue (line 200) | public function testCommitBatch_UpdateRelationship_Success_ReturnsTrue() method testCommitBatch_DeleteRelationship_Success_ReturnsTrue (line 222) | public function testCommitBatch_DeleteRelationship_Success_ReturnsTrue() method testImplicitBatch_StartBatch_CloseBatch_ExpectedBatchRequest (line 242) | public function testImplicitBatch_StartBatch_CloseBatch_ExpectedBatchR... method setupTransportExpectation (line 313) | protected function setupTransportExpectation($request, $will) FILE: tests/unit/lib/Everyman/Neo4j/Client_CacheTest.php class Client_CacheTest (line 4) | class Client_CacheTest extends \PHPUnit_Framework_TestCase method setUp (line 10) | public function setUp() method testLoadNode_Found_NodeInCache (line 19) | public function testLoadNode_Found_NodeInCache() method testLoadNode_NotFound_NodeNotInCache (line 43) | public function testLoadNode_NotFound_NodeNotInCache() method testLoadRelationship_Found_RelationshipInCache (line 62) | public function testLoadRelationship_Found_RelationshipInCache() method testLoadRelationship_NotFound_RelationshipNotInCache (line 91) | public function testLoadRelationship_NotFound_RelationshipNotInCache() method testGetNode_Found_SubsequentCallsReturnsFromCache (line 111) | public function testGetNode_Found_SubsequentCallsReturnsFromCache() method testGetRelationship_Found_SubsequentCallsReturnsFromCache (line 124) | public function testGetRelationship_Found_SubsequentCallsReturnsFromCa... method testDeleteNode_Success_NodeNotInCache (line 144) | public function testDeleteNode_Success_NodeNotInCache() method testDeleteNode_Failure_NodeRemainsInCache (line 160) | public function testDeleteNode_Failure_NodeRemainsInCache() method testDeleteRelationship_Success_RelationshipNotInCache (line 180) | public function testDeleteRelationship_Success_RelationshipNotInCache() method testDeleteRelationship_Failure_RelationshipRemainsInCache (line 196) | public function testDeleteRelationship_Failure_RelationshipRemainsInCa... method testSaveNode_Success_NodeInCache (line 217) | public function testSaveNode_Success_NodeInCache() method testSaveNode_Failure_NodeNotInCache (line 233) | public function testSaveNode_Failure_NodeNotInCache() method testSaveRelationship_Success_RelationshipInCache (line 253) | public function testSaveRelationship_Success_RelationshipInCache() method testSaveRelationship_Failure_RelationshipNotInCache (line 269) | public function testSaveRelationship_Failure_RelationshipNotInCache() FILE: tests/unit/lib/Everyman/Neo4j/Client_CypherTest.php class Client_CypherTest (line 4) | class Client_CypherTest extends \PHPUnit_Framework_TestCase method setUp (line 10) | public function setUp() method testCypherQuery (line 22) | public function testCypherQuery($returnValue, $resultCount) method testCypherQuery_NewEndpoint (line 53) | public function testCypherQuery_NewEndpoint($returnValue, $resultCount) method testCypherQuery_ProxyHost (line 83) | public function testCypherQuery_ProxyHost($returnValue, $resultCount) method dataProvider_TestCypherQuery (line 116) | public function dataProvider_TestCypherQuery() method testCypherQuery_ServerReturnsErrorCode_ThrowsException (line 133) | public function testCypherQuery_ServerReturnsErrorCode_ThrowsException() method testCypherQuery_CypherNotAvailable_ThrowsException (line 159) | public function testCypherQuery_CypherNotAvailable_ThrowsException() FILE: tests/unit/lib/Everyman/Neo4j/Client_GremlinTest.php class Client_GremlinTest (line 4) | class Client_GremlinTest extends \PHPUnit_Framework_TestCase method setUp (line 10) | public function setUp() method testGremlinQuery_ServerReturnsErrorCode_ReturnsFalse (line 25) | public function testGremlinQuery_ServerReturnsErrorCode_ReturnsFalse() method testGremlinQuery_DataAndColumnsReturned_ReturnsResultSet (line 42) | public function testGremlinQuery_DataAndColumnsReturned_ReturnsResultS... method testGremlinQuery_ListOfEntitiesReturned_ReturnsResultSet (line 67) | public function testGremlinQuery_ListOfEntitiesReturned_ReturnsResultS... method testGremlinQuery_SingleEntityReturned_ReturnsResultSet (line 87) | public function testGremlinQuery_SingleEntityReturned_ReturnsResultSet() method testGremlinQuery_ScalarValueReturned_ReturnsResultSet (line 106) | public function testGremlinQuery_ScalarValueReturned_ReturnsResultSet() method testGremlinQuery_GremlinNotAvailable_ThrowsException (line 121) | public function testGremlinQuery_GremlinNotAvailable_ThrowsException() FILE: tests/unit/lib/Everyman/Neo4j/Client_IndexTest.php class Client_IndexTest (line 4) | class Client_IndexTest extends \PHPUnit_Framework_TestCase method setUp (line 10) | public function setUp() method testSaveIndex_UnknownIndexType_ThrowsException (line 19) | public function testSaveIndex_UnknownIndexType_ThrowsException() method testSaveIndex_NoName_ThrowsException (line 26) | public function testSaveIndex_NoName_ThrowsException() method testSaveIndex_ReturnsSuccess (line 36) | public function testSaveIndex_ReturnsSuccess($type, $name, $config, $r... method dataProvider_SaveIndexScenarios (line 52) | public function dataProvider_SaveIndexScenarios() method testSaveIndex_ServerError_ThrowsException (line 61) | public function testSaveIndex_ServerError_ThrowsException() method testDeleteIndex_UnknownIndexType_ThrowsException (line 76) | public function testDeleteIndex_UnknownIndexType_ThrowsException() method testDeleteIndex_NoName_ThrowsException (line 83) | public function testDeleteIndex_NoName_ThrowsException() method testDeleteIndex_ReturnsSuccess (line 93) | public function testDeleteIndex_ReturnsSuccess($type, $name, $config, ... method testDeleteIndex_ServerError_ThrowsException (line 105) | public function testDeleteIndex_ServerError_ThrowsException() method testDeleteIndex_UrlEntities_ReturnsCorrectSuccess (line 118) | public function testDeleteIndex_UrlEntities_ReturnsCorrectSuccess() method testDeleteIndex_NotFound_ReturnsSuccess (line 130) | public function testDeleteIndex_NotFound_ReturnsSuccess() method testAddToIndex_UnknownIndexType_ThrowsException (line 142) | public function testAddToIndex_UnknownIndexType_ThrowsException() method dataProvider_AddToIndexScenarios_NoName_ThrowsException (line 151) | public function dataProvider_AddToIndexScenarios_NoName_ThrowsException() method dataProvider_AddToIndexScenarios_WrongEntityType_ThrowsException (line 160) | public function dataProvider_AddToIndexScenarios_WrongEntityType_Throw... method testAddToIndex_EntityAdded_ReturnsSuccess (line 169) | public function testAddToIndex_EntityAdded_ReturnsSuccess() method testAddToIndex_UrlEntities_ReturnsCorrectSuccess (line 189) | public function testAddToIndex_UrlEntities_ReturnsCorrectSuccess() method testAddToIndex_ServerError_ThrowsException (line 209) | public function testAddToIndex_ServerError_ThrowsException() method testAddToIndex_BadIndexName_ThrowsException (line 230) | public function testAddToIndex_BadIndexName_ThrowsException() method testAddToIndex_EntityNotPersisted_ThrowsException (line 240) | public function testAddToIndex_EntityNotPersisted_ThrowsException() method testAddToIndex_BadType_ThrowsException (line 249) | public function testAddToIndex_BadType_ThrowsException() method testAddToIndex_BadKey_ThrowsException (line 259) | public function testAddToIndex_BadKey_ThrowsException() method testAddToIndex_RelationshipTypeMismatch_ThrowsException (line 269) | public function testAddToIndex_RelationshipTypeMismatch_ThrowsException() method testAddToIndex_NodeTypeMismatch_ThrowsException (line 279) | public function testAddToIndex_NodeTypeMismatch_ThrowsException() method testRemoveFromIndex_ReturnsSuccess (line 292) | public function testRemoveFromIndex_ReturnsSuccess($key, $value, $path... method dataProvider_RemoveFromIndexScenarios (line 306) | public function dataProvider_RemoveFromIndexScenarios() method testRemoveFromIndex_NotFound_ThrowsException (line 316) | public function testRemoveFromIndex_NotFound_ThrowsException() method testRemoveFromIndex_ServerError_ThrowsException (line 331) | public function testRemoveFromIndex_ServerError_ThrowsException() method testRemoveFromIndex_BadIndexName_ThrowsException (line 346) | public function testRemoveFromIndex_BadIndexName_ThrowsException() method testRemoveFromIndex_EntityNotPersisted_ThrowsException (line 356) | public function testRemoveFromIndex_EntityNotPersisted_ThrowsException() method testRemoveFromIndex_BadType_ThrowsException (line 365) | public function testRemoveFromIndex_BadType_ThrowsException() method testRemoveFromIndex_RelationshipTypeMismatch_ThrowsException (line 375) | public function testRemoveFromIndex_RelationshipTypeMismatch_ThrowsExc... method testRemoveFromIndex_NodeTypeMismatch_ThrowsException (line 385) | public function testRemoveFromIndex_NodeTypeMismatch_ThrowsException() method testSearchIndex_BadType_ThrowsException (line 395) | public function testSearchIndex_BadType_ThrowsException() method testSearchIndex_NoIndexName_ThrowsException (line 403) | public function testSearchIndex_NoIndexName_ThrowsException() method testSearchIndex_NoKeySpecified_ThrowsException (line 411) | public function testSearchIndex_NoKeySpecified_ThrowsException() method testSearchIndex_Error_ThrowsException (line 419) | public function testSearchIndex_Error_ThrowsException() method testSearchIndex_NodesFound_ReturnsArray (line 432) | public function testSearchIndex_NodesFound_ReturnsArray() method testSearchIndex_RelationshipsFound_ReturnsArray (line 464) | public function testSearchIndex_RelationshipsFound_ReturnsArray() method testSearchIndex_UrlEntities_ReturnsArray (line 496) | public function testSearchIndex_UrlEntities_ReturnsArray() method testQueryIndex_BadType_ThrowsException (line 519) | public function testQueryIndex_BadType_ThrowsException() method testQueryIndex_NoIndexName_ThrowsException (line 528) | public function testQueryIndex_NoIndexName_ThrowsException() method testQueryIndex_NoQuerySpecified_ThrowsException (line 537) | public function testQueryIndex_NoQuerySpecified_ThrowsException() method testQueryIndex_Error_ThrowsException (line 546) | public function testQueryIndex_Error_ThrowsException() method testQueryIndex_NodesFound_ReturnsArray (line 560) | public function testQueryIndex_NodesFound_ReturnsArray() method testQueryIndex_RelationshipsFound_ReturnsArray (line 593) | public function testQueryIndex_RelationshipsFound_ReturnsArray() method testGetIndexes_ServerError_ThrowsException (line 625) | public function testGetIndexes_ServerError_ThrowsException() method testGetIndexes_BadType_ThrowsException (line 636) | public function testGetIndexes_BadType_ThrowsException() method testGetIndexes_NoIndexes_ReturnsEmptyArray (line 642) | public function testGetIndexes_NoIndexes_ReturnsEmptyArray() method testGetIndexes_NodeType_ReturnsArray (line 654) | public function testGetIndexes_NodeType_ReturnsArray() method testGetIndexes_RelationshipType_ReturnsArray (line 690) | public function testGetIndexes_RelationshipType_ReturnsArray() FILE: tests/unit/lib/Everyman/Neo4j/Client_LabelTest.php class Client_LabelTest (line 4) | class Client_LabelTest extends \PHPUnit_Framework_TestCase method setUp (line 10) | public function setUp() method testMakeLabel_ReturnsLabel (line 29) | public function testMakeLabel_ReturnsLabel() method testMakeLabel_SameName_ReturnsSameLabelInstance (line 44) | public function testMakeLabel_SameName_ReturnsSameLabelInstance() method testGetNodesForLabel_NodesExistForLabel_ReturnsRow (line 56) | public function testGetNodesForLabel_NodesExistForLabel_ReturnsRow() method testGetNodesForLabel_NodesExistForLabelAndProperty_ReturnsRow (line 87) | public function testGetNodesForLabel_NodesExistForLabelAndProperty_Ret... method testGetNodesForLabel_NoNodesExist_ReturnsEmptyRow (line 114) | public function testGetNodesForLabel_NoNodesExist_ReturnsEmptyRow() method testGetNodesForLabel_ProperlyUrlEncodesPath (line 131) | public function testGetNodesForLabel_ProperlyUrlEncodesPath() method testGetNodesForLabel_PropertyWithIntegerValueGiven_CallsClientMethod (line 150) | public function testGetNodesForLabel_PropertyWithIntegerValueGiven_Cal... method testGetNodesForLabel_PropertyNameWithoutValue_ThrowsException (line 177) | public function testGetNodesForLabel_PropertyNameWithoutValue_ThrowsEx... method testGetNodesForLabel_PropertyValueWithoutName_ThrowsException (line 189) | public function testGetNodesForLabel_PropertyValueWithoutName_ThrowsEx... method testGetNodesForLabel_NoLabelCapability_ThrowsException (line 201) | public function testGetNodesForLabel_NoLabelCapability_ThrowsException() method testGetLabels_NoNode_ReturnsArrayOfLabelsAttachedToNodesOnTheServer (line 225) | public function testGetLabels_NoNode_ReturnsArrayOfLabelsAttachedToNod... method testGetLabels_NodeSpecified_ReturnsArrayOfLabelsAttachedToNode (line 246) | public function testGetLabels_NodeSpecified_ReturnsArrayOfLabelsAttach... method testGetLabels_NodeIdZero_ReturnsArrayOfLabelsAttachedToNode (line 267) | public function testGetLabels_NodeIdZero_ReturnsArrayOfLabelsAttachedT... method testGetLabels_NoNodeId_ThrowsException (line 288) | public function testGetLabels_NoNodeId_ThrowsException() method testGetLabels_NoLabelCapabiltiy_ThrowsException (line 299) | public function testGetLabels_NoLabelCapabiltiy_ThrowsException() method testAddLabels_SendsCorrectCypherQuery (line 320) | public function testAddLabels_SendsCorrectCypherQuery() method testAddLabels_NoLabelCapability_ThrowsException (line 367) | public function testAddLabels_NoLabelCapability_ThrowsException() method testAddLabels_NoNodeId_ThrowsException (line 395) | public function testAddLabels_NoNodeId_ThrowsException() method testAddLabels_NodeIdZero_DoesNotThrowException (line 409) | public function testAddLabels_NodeIdZero_DoesNotThrowException() method testAddLabels_NonLabelGiven_ThrowsException (line 438) | public function testAddLabels_NonLabelGiven_ThrowsException() method testAddLabels_NoLabelsGiven_ThrowsException (line 453) | public function testAddLabels_NoLabelsGiven_ThrowsException() method testRemoveLabels_SendsCorrectCypherQuery (line 465) | public function testRemoveLabels_SendsCorrectCypherQuery() method testRemoveLabels_NoLabelCapability_ThrowsException (line 508) | public function testRemoveLabels_NoLabelCapability_ThrowsException() method testRemoveLabels_NoNodeId_ThrowsException (line 536) | public function testRemoveLabels_NoNodeId_ThrowsException() method testRemoveLabels_NonLabelGiven_ThrowsException (line 550) | public function testRemoveLabels_NonLabelGiven_ThrowsException() method testRemoveLabels_NoLabelsGiven_ThrowsException (line 565) | public function testRemoveLabels_NoLabelsGiven_ThrowsException() FILE: tests/unit/lib/Everyman/Neo4j/Client_PathTest.php class Client_PathTest (line 4) | class Client_PathTest extends \PHPUnit_Framework_TestCase method setUp (line 10) | public function setUp() method testGetPaths_PathsExist_ReturnsArray (line 19) | public function testGetPaths_PathsExist_ReturnsArray() method testGetPaths_NoMaxDepth_MaxDepthDefaultsToOne_ReturnsArray (line 101) | public function testGetPaths_NoMaxDepth_MaxDepthDefaultsToOne_ReturnsA... method testGetPaths_DirectionGivenButNoType_ThrowsException (line 133) | public function testGetPaths_DirectionGivenButNoType_ThrowsException() method testGetPaths_StartNodeNotPersisted_ThrowsException (line 149) | public function testGetPaths_StartNodeNotPersisted_ThrowsException() method testGetPaths_EndNodeNotPersisted_ThrowsException (line 163) | public function testGetPaths_EndNodeNotPersisted_ThrowsException() method testGetPaths_DijkstraSearchNoCostProperty_ThrowsException (line 177) | public function testGetPaths_DijkstraSearchNoCostProperty_ThrowsExcept... method testGetPaths_DijkstraSearch_ReturnsResult (line 193) | public function testGetPaths_DijkstraSearch_ReturnsResult() method testGetPaths_TransportFails_ThrowsException (line 229) | public function testGetPaths_TransportFails_ThrowsException() FILE: tests/unit/lib/Everyman/Neo4j/Client_TransactionTest.php class Client_TransactionTest (line 4) | class Client_TransactionTest extends \PHPUnit_Framework_TestCase method setUp (line 10) | public function setUp() method testBeginTransaction_ReturnsNewTransactionWithNoId (line 23) | public function testBeginTransaction_ReturnsNewTransactionWithNoId() method testAddStatements_NewTransaction_ReturnsResultSetAndSetsTransactionId (line 30) | public function testAddStatements_NewTransaction_ReturnsResultSetAndSe... method testAddStatements_NoParams_ParamsSentAsEmptyObject (line 122) | public function testAddStatements_NoParams_ParamsSentAsEmptyObject() method testAddStatements_ExistingTransactionId_ReturnsResultSet (line 164) | public function testAddStatements_ExistingTransactionId_ReturnsResultS... method testAddStatements_TransactionFailed_ThrowsException (line 188) | public function testAddStatements_TransactionFailed_ThrowsException() method testAddStatements_ErrorsGiven_ThrowsException (line 209) | public function testAddStatements_ErrorsGiven_ThrowsException() method testAddStatements_NewTransactionWithCommit_ReturnsResulSet (line 230) | public function testAddStatements_NewTransactionWithCommit_ReturnsResu... method testAddStatements_ExistingTransactionWithCommit_ReturnsResulSet (line 249) | public function testAddStatements_ExistingTransactionWithCommit_Return... method testAddStatements_KeepAlive_HasTransactionId_SendsToTransportWithoutStatements (line 271) | public function testAddStatements_KeepAlive_HasTransactionId_SendsToTr... method testAddStatements_KeepAlive_NoTransactionId_ThrowsException (line 295) | public function testAddStatements_KeepAlive_NoTransactionId_ThrowsExce... method testAddStatements_NoTransactionCapability_ThrowsException (line 306) | public function testAddStatements_NoTransactionCapability_ThrowsExcept... method testRollback_HasTransactionId_SendsDelete (line 323) | public function testRollback_HasTransactionId_SendsDelete() method testRollback_NoTransactionId_ThrowsException (line 336) | public function testRollback_NoTransactionId_ThrowsException() method testRollback_NoTransactionCapability_ThrowsException (line 347) | public function testRollback_NoTransactionCapability_ThrowsException() FILE: tests/unit/lib/Everyman/Neo4j/Client_TraversalTest.php class Client_TraversalTest (line 4) | class Client_TraversalTest extends \PHPUnit_Framework_TestCase method setUp (line 10) | public function setUp() method testTraversal_NoNodeId_ThrowsException (line 19) | public function testTraversal_NoNodeId_ThrowsException() method testTraversal_BadReturnType_ThrowsException (line 28) | public function testTraversal_BadReturnType_ThrowsException() method testTraversal_TraversalOptions_PassesThroughCorrectDataToTransport (line 41) | public function testTraversal_TraversalOptions_PassesThroughCorrectDat... method dataProvider_TestTraversal (line 55) | public function dataProvider_TestTraversal() method testTraversal_ReturnTypeNode_ReturnsArrayOfNodes (line 135) | public function testTraversal_ReturnTypeNode_ReturnsArrayOfNodes() method testTraversal_ReturnTypeRelationship_ReturnsArrayOfRelationships (line 162) | public function testTraversal_ReturnTypeRelationship_ReturnsArrayOfRel... method testTraversal_ReturnTypePath_ReturnsArrayOfPaths (line 196) | public function testTraversal_ReturnTypePath_ReturnsArrayOfPaths() method testTraversal_ReturnTypeFullPath_ReturnsArrayOfPaths (line 231) | public function testTraversal_ReturnTypeFullPath_ReturnsArrayOfPaths() method testTraversal_ServerReturnsErrorCode_ThrowsException (line 297) | public function testTraversal_ServerReturnsErrorCode_ThrowsException() method testPagedTraversal_TraversalGiven_ReturnsResultSets (line 312) | public function testPagedTraversal_TraversalGiven_ReturnsResultSets() method testPagedTraversal_ServerReturnsError_ThrowsException (line 377) | public function testPagedTraversal_ServerReturnsError_ThrowsException() FILE: tests/unit/lib/Everyman/Neo4j/Cypher/QueryTest.php class QueryTest (line 4) | class QueryTest extends \PHPUnit_Framework_TestCase method setUp (line 12) | public function setUp() method testGetQuery_ReturnsString (line 21) | public function testGetQuery_ReturnsString() method testGetParameters_ReturnsArray (line 27) | public function testGetParameters_ReturnsArray() method testGetResultSet_OnlyExecutesOnce_ReturnsResultSet (line 33) | public function testGetResultSet_OnlyExecutesOnce_ReturnsResultSet() method testGetResultSet_ClientReturnsFalse_ReturnsFalse (line 45) | public function testGetResultSet_ClientReturnsFalse_ReturnsFalse() FILE: tests/unit/lib/Everyman/Neo4j/EntityMapperTest.php class EntityMapperTest (line 4) | class EntityMapperTest extends \PHPUnit_Framework_TestCase method setUp (line 9) | public function setUp() method testGetIdFromUri_UriGiven_ReturnsInteger (line 16) | public function testGetIdFromUri_UriGiven_ReturnsInteger() method testMakeNode_NodeDataGiven_ReturnsNode (line 22) | public function testMakeNode_NodeDataGiven_ReturnsNode() method testMakeRelationship_RelationshipDataGiven_ReturnsRelationship (line 38) | public function testMakeRelationship_RelationshipDataGiven_ReturnsRela... method testPopulateNode_NodeGiven_ReturnsNode (line 62) | public function testPopulateNode_NodeGiven_ReturnsNode() method testPopulateRelationship_RelationshipGiven_ReturnsRelationship (line 76) | public function testPopulateRelationship_RelationshipGiven_ReturnsRela... method testPopulatePath_PathGiven_ReturnsPath (line 98) | public function testPopulatePath_PathGiven_ReturnsPath() method testPopulatePath_FullPath_ReturnsPath (line 125) | public function testPopulatePath_FullPath_ReturnsPath() method testGetEntityFor_RelationshipData_ReturnsRelationship (line 179) | public function testGetEntityFor_RelationshipData_ReturnsRelationship() method testGetEntityFor_NodeData_ReturnsNode (line 203) | public function testGetEntityFor_NodeData_ReturnsNode() method testGetEntityFor_PathData_ReturnsPath (line 219) | public function testGetEntityFor_PathData_ReturnsPath() FILE: tests/unit/lib/Everyman/Neo4j/GeoffTest.php class GeoffTest (line 4) | class GeoffTest extends \PHPUnit_Framework_TestCase method setUp (line 9) | public function setUp() method testLoad_NotAStreamOrString_ThrowsException (line 16) | public function testLoad_NotAStreamOrString_ThrowsException() method testLoad_IgnoreEmptyLines_ReturnsBatch (line 24) | public function testLoad_IgnoreEmptyLines_ReturnsBatch() method testLoad_IgnoreCommentLines_ReturnsBatch (line 32) | public function testLoad_IgnoreCommentLines_ReturnsBatch() method testLoad_LoadNodeLines_ReturnsBatch (line 42) | public function testLoad_LoadNodeLines_ReturnsBatch() method testLoad_DuplicateNodeLines_ThrowsException (line 72) | public function testLoad_DuplicateNodeLines_ThrowsException() method testLoad_RelationshipEndpointsDefined_ReturnsBatch (line 81) | public function testLoad_RelationshipEndpointsDefined_ReturnsBatch() method testLoad_RelationshipUndefinedStart_ThrowsException (line 113) | public function testLoad_RelationshipUndefinedStart_ThrowsException() method testLoad_RelationshipUndefinedEnd_ThrowsException (line 122) | public function testLoad_RelationshipUndefinedEnd_ThrowsException() method testLoad_DuplicateRelationshipLines_ThrowsException (line 131) | public function testLoad_DuplicateRelationshipLines_ThrowsException() method testLoad_IndexLines_ReturnsBatch (line 142) | public function testLoad_IndexLines_ReturnsBatch() method testLoad_IndexLinesInvalidNode_ThrowsException (line 208) | public function testLoad_IndexLinesInvalidNode_ThrowsException() method testLoad_IndexLinesInvalidRelationship_ThrowsException (line 217) | public function testLoad_IndexLinesInvalidRelationship_ThrowsException() method testLoad_IndexBracketMismatch_ThrowsException (line 225) | public function testLoad_IndexBracketMismatch_ThrowsException() method testLoad_InvalidLine_ThrowsException (line 236) | public function testLoad_InvalidLine_ThrowsException() method testLoad_UseTheSameBatch_ReturnsBatch (line 246) | public function testLoad_UseTheSameBatch_ReturnsBatch() method testDump_PathsGiven_NoFileDescriptor_ReturnsString (line 265) | public function testDump_PathsGiven_NoFileDescriptor_ReturnsString() method testDump_PathsGiven_FileDescriptor_ReturnsDescriptor (line 305) | public function testDump_PathsGiven_FileDescriptor_ReturnsDescriptor() method testDump_NotAStreamOrString_ThrowsException (line 333) | public function testDump_NotAStreamOrString_ThrowsException() method testDump_NotAPath_ThrowsException (line 342) | public function testDump_NotAPath_ThrowsException() FILE: tests/unit/lib/Everyman/Neo4j/Gremlin/QueryTest.php class QueryTest (line 4) | class QueryTest extends \PHPUnit_Framework_TestCase method setUp (line 12) | public function setUp() method testGetQuery_ReturnsString (line 21) | public function testGetQuery_ReturnsString() method testGetParameters_ReturnsArray (line 27) | public function testGetParameters_ReturnsArray() method testGetResultSet_OnlyExecutesOnce_ReturnsResultSet (line 33) | public function testGetResultSet_OnlyExecutesOnce_ReturnsResultSet() method testGetResultSet_ClientReturnsFalse_ReturnsFalse (line 45) | public function testGetResultSet_ClientReturnsFalse_ReturnsFalse() FILE: tests/unit/lib/Everyman/Neo4j/IndexTest.php class IndexTest (line 4) | class IndexTest extends \PHPUnit_Framework_TestCase method setUp (line 9) | public function setUp() method testSave_SavesSelfUsingClient (line 15) | public function testSave_SavesSelfUsingClient() method testDelete_DeletesSelfUsingClient (line 25) | public function testDelete_DeletesSelfUsingClient() method testAdd_AddsEntityUsingClient (line 35) | public function testAdd_AddsEntityUsingClient() method testRemove_RemovesEntityUsingClient (line 47) | public function testRemove_RemovesEntityUsingClient() method testFind_FindsNodesUsingClient (line 59) | public function testFind_FindsNodesUsingClient() method testFindOne_FindsNodesUsingClient (line 73) | public function testFindOne_FindsNodesUsingClient() method testFindOne_NoNode_ReturnsNull (line 87) | public function testFindOne_NoNode_ReturnsNull() method testQuery_QueriesUsingClient (line 98) | public function testQuery_QueriesUsingClient() method testQueryOne_QueriesUsingClient (line 112) | public function testQueryOne_QueriesUsingClient() method testQueryOne_NoNode_ReturnsNull (line 126) | public function testQueryOne_NoNode_ReturnsNull() method testNodeIndex_CreatesNodeIndex (line 137) | public function testNodeIndex_CreatesNodeIndex() method testNodeFulltextIndex_CreatesNodeFulltextIndex (line 145) | public function testNodeFulltextIndex_CreatesNodeFulltextIndex() method testRelationshipIndex_CreatesRelationshipIndex (line 156) | public function testRelationshipIndex_CreatesRelationshipIndex() FILE: tests/unit/lib/Everyman/Neo4j/LabelTest.php class LabelTest (line 4) | class LabelTest extends \PHPUnit_Framework_TestCase method setUp (line 8) | public function setUp() method dataProvider_ValidNames (line 13) | public function dataProvider_ValidNames() method testContruct_ValidNameGiven_SetsNameCastAsString (line 25) | public function testContruct_ValidNameGiven_SetsNameCastAsString($name) method dataProvider_InvalidNames (line 32) | public function dataProvider_InvalidNames() method testContruct_InvalidNameGiven_ThrowsException (line 47) | public function testContruct_InvalidNameGiven_ThrowsException($name) method testGetNodes_NoPropertyGiven_CallsClientMethod (line 53) | public function testGetNodes_NoPropertyGiven_CallsClientMethod() method testGetNodes_PropertyGiven_CallsClientMethod (line 64) | public function testGetNodes_PropertyGiven_CallsClientMethod() FILE: tests/unit/lib/Everyman/Neo4j/NodeTest.php class NodeTest (line 4) | class NodeTest extends \PHPUnit_Framework_TestCase method setUp (line 9) | public function setUp() method testSave_SavesSelfUsingClient (line 24) | public function testSave_SavesSelfUsingClient() method testGetLabels_DelegatesToClient (line 42) | public function testGetLabels_DelegatesToClient() method testAddLabels_DelegatesToClient (line 62) | public function testAddLabels_DelegatesToClient() method testRemoveLabels_DelegatesToClient (line 84) | public function testRemoveLabels_DelegatesToClient() method testSave_FollowedByPropertyGet_DoesNotLazyLoad (line 109) | public function testSave_FollowedByPropertyGet_DoesNotLazyLoad() method testDelete_DeletesSelfUsingClient (line 123) | public function testDelete_DeletesSelfUsingClient() method testLoad_LoadsSelfUsingClient (line 133) | public function testLoad_LoadsSelfUsingClient() method testGetRelationships_ReturnsArrayOfRelationships (line 143) | public function testGetRelationships_ReturnsArrayOfRelationships() method testGetFirstRelationship_ReturnsRelationship (line 162) | public function testGetFirstRelationship_ReturnsRelationship() method testGetFirstRelationship_NoneFound_ReturnsNull (line 181) | public function testGetFirstRelationship_NoneFound_ReturnsNull() method testRelateTo_ReturnsRelationship (line 197) | public function testRelateTo_ReturnsRelationship() method testFindPathsTo_ReturnsPathFinder (line 210) | public function testFindPathsTo_ReturnsPathFinder() method testSerialize_KeepsLabels (line 224) | public function testSerialize_KeepsLabels() FILE: tests/unit/lib/Everyman/Neo4j/PagerTest.php class PagerTest (line 4) | class PagerTest extends \PHPUnit_Framework_TestCase method setUp (line 12) | public function setUp() method testConstruct_SetsParametersCorrectly_ReturnsCorrectValues (line 25) | public function testConstruct_SetsParametersCorrectly_ReturnsCorrectVa... method testPageSize_NoneGiven_ReturnsNull (line 32) | public function testPageSize_NoneGiven_ReturnsNull() method testPageSize_PageSizeGiven_ReturnsInteger (line 37) | public function testPageSize_PageSizeGiven_ReturnsInteger() method testLeaseTime_NoneGiven_ReturnsNull (line 43) | public function testLeaseTime_NoneGiven_ReturnsNull() method testLeaseTime_LeaseTimeGiven_ReturnsInteger (line 48) | public function testLeaseTime_LeaseTimeGiven_ReturnsInteger() method testId_NoneGiven_ReturnsNull (line 54) | public function testId_NoneGiven_ReturnsNull() method testId_IdGiven_ReturnsString (line 59) | public function testId_IdGiven_ReturnsString() method testGetNextResults_PassesThroughToClient (line 65) | public function testGetNextResults_PassesThroughToClient() FILE: tests/unit/lib/Everyman/Neo4j/PathFinderTest.php class PathFinderTest (line 4) | class PathFinderTest extends \PHPUnit_Framework_TestCase method setUp (line 9) | public function setUp() method testGetClient_ClientSetCorrectly_ReturnsClient (line 15) | public function testGetClient_ClientSetCorrectly_ReturnsClient() method testGetPaths_PassesThroughToClient (line 20) | public function testGetPaths_PassesThroughToClient() method testGetSinglePath_PassesThroughToClient (line 33) | public function testGetSinglePath_PassesThroughToClient() method testGetSinglePath_NoPaths_ReturnsNull (line 47) | public function testGetSinglePath_NoPaths_ReturnsNull() FILE: tests/unit/lib/Everyman/Neo4j/PathTest.php class PathTest (line 4) | class PathTest extends \PHPUnit_Framework_TestCase method setUp (line 12) | public function setUp() method testGetLength_ReturnsInteger (line 46) | public function testGetLength_ReturnsInteger() method testEndpoints_ReturnsCorrectNodes (line 57) | public function testEndpoints_ReturnsCorrectNodes() method testEndpoints_NoRelationship_ReturnsNull (line 63) | public function testEndpoints_NoRelationship_ReturnsNull() method testGetRelationships_ReturnsArray (line 70) | public function testGetRelationships_ReturnsArray() method testGetNodes_ReturnsArray (line 78) | public function testGetNodes_ReturnsArray() method testIteration_PathCanBeIteratedOver (line 88) | public function testIteration_PathCanBeIteratedOver() method testContext_UnknownContextSet_SetsContextToNode (line 101) | public function testContext_UnknownContextSet_SetsContextToNode() FILE: tests/unit/lib/Everyman/Neo4j/PropertyContainerTest.php class PropertyContainerTest (line 4) | class PropertyContainerTest extends \PHPUnit_Framework_TestCase method setUp (line 9) | public function setUp() method testProperties_MagicNotSet_ReturnsNull (line 16) | public function testProperties_MagicNotSet_ReturnsNull() method testProperties_MagicSet_ReturnsValue (line 21) | public function testProperties_MagicSet_ReturnsValue() method testProperties_MagicRemoved_ReturnsNull (line 27) | public function testProperties_MagicRemoved_ReturnsNull() method testProperties_PropertyNotSet_ReturnsNull (line 34) | public function testProperties_PropertyNotSet_ReturnsNull() method testProperties_PropertySet_ReturnsValue (line 39) | public function testProperties_PropertySet_ReturnsValue() method testProperties_PropertyRemoved_ReturnsNull (line 45) | public function testProperties_PropertyRemoved_ReturnsNull() method testProperties_BatchSet_ReturnsValues (line 52) | public function testProperties_BatchSet_ReturnsValues() method testProperties_GetAllProperties_ReturnsValues (line 62) | public function testProperties_GetAllProperties_ReturnsValues() method testProperties_SetPropertyNullValue_ReturnsNullAndPropertyRemoved (line 74) | public function testProperties_SetPropertyNullValue_ReturnsNullAndProp... method testProperties_LazyLoad_OnlyLoadsTheFirstTime (line 89) | public function testProperties_LazyLoad_OnlyLoadsTheFirstTime() method testSetGetId_IntegerId_ReturnsInteger (line 99) | public function testSetGetId_IntegerId_ReturnsInteger() method testSetGetId_ZeroIdIsValid_ReturnsInteger (line 106) | public function testSetGetId_ZeroIdIsValid_ReturnsInteger() method testSetGetId_NullValid_ReturnsNull (line 113) | public function testSetGetId_NullValid_ReturnsNull() method testSetGetId_NonIntegerCastToInteger_ReturnsInteger (line 120) | public function testSetGetId_NonIntegerCastToInteger_ReturnsInteger() FILE: tests/unit/lib/Everyman/Neo4j/Query/ResultSetTest.php class ResultSetTest (line 6) | class ResultSetTest extends \PHPUnit_Framework_TestCase method setUp (line 10) | public function setUp() method testCount (line 15) | public function testCount() method testIterate (line 30) | public function testIterate() method testArrayAccess (line 49) | public function testArrayAccess() method testArrayAccess_CacheResultRows (line 75) | public function testArrayAccess_CacheResultRows() method testArrayAccess_Set_ThrowsException (line 92) | public function testArrayAccess_Set_ThrowsException() method testArrayAccess_Unset_ThrowsException (line 109) | public function testArrayAccess_Unset_ThrowsException() FILE: tests/unit/lib/Everyman/Neo4j/Query/RowTest.php class RowTest (line 8) | class RowTest extends \PHPUnit_Framework_TestCase method setUp (line 12) | public function setUp() method testCount (line 17) | public function testCount() method testIterate (line 26) | public function testIterate() method testIterateWithNull (line 40) | public function testIterateWithNull() method testArrayAccess (line 55) | public function testArrayAccess() method testArrayAccess_Set_ThrowsException (line 74) | public function testArrayAccess_Set_ThrowsException() method testArrayAccess_Unset_ThrowsException (line 84) | public function testArrayAccess_Unset_ThrowsException() method testNodeCasting (line 94) | public function testNodeCasting() method testRelationshipCasting (line 112) | public function testRelationshipCasting() method testValueArray_ReturnsAsANewRowObject (line 132) | public function testValueArray_ReturnsAsANewRowObject() FILE: tests/unit/lib/Everyman/Neo4j/RelationshipTest.php class RelationshipTest (line 4) | class RelationshipTest extends \PHPUnit_Framework_TestCase method setUp (line 10) | public function setUp() method testSave_SavesSelfUsingClient (line 16) | public function testSave_SavesSelfUsingClient() method testSave_FollowedByPropertyGet_DoesNotLazyLoad (line 36) | public function testSave_FollowedByPropertyGet_DoesNotLazyLoad() method testDelete_DeletesSelfUsingClient (line 50) | public function testDelete_DeletesSelfUsingClient() method testLoad_LoadsSelfUsingClient (line 60) | public function testLoad_LoadsSelfUsingClient() method testGetStartNode_NodeNotSet_LazyLoad (line 70) | public function testGetStartNode_NodeNotSet_LazyLoad() method testGetEndNode_NodeNotSet_LazyLoad (line 79) | public function testGetEndNode_NodeNotSet_LazyLoad() method testGetStartAndEndNode_NodesSet_DoesNotLazyLoad (line 88) | public function testGetStartAndEndNode_NodesSet_DoesNotLazyLoad() method testSerialize_KeepsStartEndAndType (line 104) | public function testSerialize_KeepsStartEndAndType() FILE: tests/unit/lib/Everyman/Neo4j/TransactionTest.php class TransactionTest (line 7) | class TransactionTest extends \PHPUnit_Framework_TestCase method setUp (line 13) | public function setUp() method testSetId_CorrectlySetsId (line 20) | public function testSetId_CorrectlySetsId() method testSetId_SameIdSetAgain_CorrectlySetsId (line 25) | public function testSetId_SameIdSetAgain_CorrectlySetsId() method testSetId_DifferentIdSet_ThrowsException (line 32) | public function testSetId_DifferentIdSet_ThrowsException() method testCommit_DelegatesToClient (line 39) | public function testCommit_DelegatesToClient() method testCommit_NoId_NoopAndMarksTransactionClosed (line 50) | public function testCommit_NoId_NoopAndMarksTransactionClosed() method testCommit_ClosedTransaction_ThrowsException (line 62) | public function testCommit_ClosedTransaction_ThrowsException() method testCommit_ClientException_MarksTransactionClosedAndErrorAndThrowsException (line 70) | public function testCommit_ClientException_MarksTransactionClosedAndEr... method testRollback_DelegatesToClient (line 88) | public function testRollback_DelegatesToClient() method testRollback_NoTransactionId_NoopAndMarksTransactionClosed (line 99) | public function testRollback_NoTransactionId_NoopAndMarksTransactionCl... method testRollback_ClosedTransaction_ThrowsException (line 111) | public function testRollback_ClosedTransaction_ThrowsException() method testRollback_ClientException_MarksTransactionClosedAndErrorAndThrowsException (line 119) | public function testRollback_ClientException_MarksTransactionClosedAnd... method testKeepAlive_DelegatesToClient (line 137) | public function testKeepAlive_DelegatesToClient() method testKeepAlive_NoTransactionId_Noop (line 148) | public function testKeepAlive_NoTransactionId_Noop() method testKeepAlive_ClosedTransaction_ThrowsException (line 160) | public function testKeepAlive_ClosedTransaction_ThrowsException() method testKeepAlive_ClientException_MarksTransactionClosedAndErrorAndThrowsException (line 168) | public function testKeepAlive_ClientException_MarksTransactionClosedAn... method testAddStatements_NoId_DelegatesToClient (line 186) | public function testAddStatements_NoId_DelegatesToClient() method testAddStatements_DelegatesToClient (line 209) | public function testAddStatements_DelegatesToClient() method testAddStatements_SingleQuery_WrapsQueryInArrayBeforeSendingToClient (line 230) | public function testAddStatements_SingleQuery_WrapsQueryInArrayBeforeS... method testAddStatements_NoCommit_TransactionOpen (line 246) | public function testAddStatements_NoCommit_TransactionOpen() method testAddStatements_ClosedTransaction_ThrowsException (line 258) | public function testAddStatements_ClosedTransaction_ThrowsException() method testAddStatements_ClientException_MarksTransactionClosedAndErrorAndThrowsException (line 269) | public function testAddStatements_ClientException_MarksTransactionClos... FILE: tests/unit/lib/Everyman/Neo4j/TransportTest.php class TransportTest (line 4) | class TransportTest extends \PHPUnit_Framework_TestCase method setUp (line 11) | public function setUp() method testConstants_MakeSureNothingSillyHappensLikeMisnamingTheConstants_ReturnsCorrectString (line 16) | public function testConstants_MakeSureNothingSillyHappensLikeMisnaming... method testGetEndpoint_ReturnsCorrectEndpointUrl (line 24) | public function testGetEndpoint_ReturnsCorrectEndpointUrl() method testGetEndpoint_UseHttps_ReturnsCorrectEndpointUrl (line 29) | public function testGetEndpoint_UseHttps_ReturnsCorrectEndpointUrl() method testDelete_MakesRequestWithCorrectParams (line 35) | public function testDelete_MakesRequestWithCorrectParams() method testPut_MakesRequestWithCorrectParams (line 47) | public function testPut_MakesRequestWithCorrectParams() method testPost_MakesRequestWithCorrectParams (line 59) | public function testPost_MakesRequestWithCorrectParams() method testGet_MakesRequestWithCorrectParams (line 71) | public function testGet_MakesRequestWithCorrectParams() method testEncodeData_StringGiven_ReturnsString (line 83) | public function testEncodeData_StringGiven_ReturnsString() method testEncodeData_ArrayWithNonNumericKeys_ReturnsString (line 91) | public function testEncodeData_ArrayWithNonNumericKeys_ReturnsString() method testEncodeData_ArrayWithNumericKeys_ReturnsString (line 109) | public function testEncodeData_ArrayWithNumericKeys_ReturnsString() method testEncodeData_EmptyArray_ReturnsString (line 127) | public function testEncodeData_EmptyArray_ReturnsString() FILE: tests/unit/lib/Everyman/Neo4j/TraversalTest.php class TraversalTest (line 4) | class TraversalTest extends \PHPUnit_Framework_TestCase method setUp (line 9) | public function setUp() method testGetClient_ClientSetCorrectly_ReturnsClient (line 15) | public function testGetClient_ClientSetCorrectly_ReturnsClient() method testOrder_NoneGiven_ReturnsNull (line 20) | public function testOrder_NoneGiven_ReturnsNull() method testOrder_OrderGiven_ReturnsString (line 25) | public function testOrder_OrderGiven_ReturnsString() method testUniqueness_NoneGiven_ReturnsNull (line 31) | public function testUniqueness_NoneGiven_ReturnsNull() method testUniqueness_UniquenessGiven_ReturnsString (line 36) | public function testUniqueness_UniquenessGiven_ReturnsString() method testMaxDepth_NoneGiven_ReturnsNull (line 42) | public function testMaxDepth_NoneGiven_ReturnsNull() method testMaxDepth_MaxDepthGiven_ReturnsInteger (line 47) | public function testMaxDepth_MaxDepthGiven_ReturnsInteger() method testRelationships_NoneGiven_ReturnsEmptyArray (line 53) | public function testRelationships_NoneGiven_ReturnsEmptyArray() method testRelationships_TypeGivenAndDirectionGiven_ReturnsArray (line 59) | public function testRelationships_TypeGivenAndDirectionGiven_ReturnsAr... method testPruneEvaluator_NoneGiven_ReturnsNull (line 71) | public function testPruneEvaluator_NoneGiven_ReturnsNull() method testPruneEvaluator_LanguageAndBody_ReturnsArray (line 76) | public function testPruneEvaluator_LanguageAndBody_ReturnsArray() method testPruneEvaluator_BuiltIn_ReturnsArray (line 85) | public function testPruneEvaluator_BuiltIn_ReturnsArray() method testPruneEvaluator_Reset_ReturnsNull (line 94) | public function testPruneEvaluator_Reset_ReturnsNull() method testReturnFilter_NoneGiven_ReturnsNull (line 102) | public function testReturnFilter_NoneGiven_ReturnsNull() method testReturnFilter_LanguageAndBody_ReturnsArray (line 107) | public function testReturnFilter_LanguageAndBody_ReturnsArray() method testReturnFilter_BuiltIn_ReturnsArray (line 116) | public function testReturnFilter_BuiltIn_ReturnsArray() method testReturnFilter_Reset_ReturnsNull (line 125) | public function testReturnFilter_Reset_ReturnsNull() method testGetResults_PassesThroughToClient (line 133) | public function testGetResults_PassesThroughToClient() method testGetSingleResult_PassesThroughToClient (line 148) | public function testGetSingleResult_PassesThroughToClient() method testGetSingleResult_NoResults_ReturnsNull (line 164) | public function testGetSingleResult_NoResults_ReturnsNull()