php-graphunit:Neo4j图形数据库断言工具,适用于PHPUnit

时间:2021-05-18 05:05:53
【文件属性】:
文件名称:php-graphunit:Neo4j图形数据库断言工具,适用于PHPUnit
文件大小:18KB
文件格式:ZIP
更新时间:2021-05-18 05:05:53
PHP Neo4j GraphUnit用于PHP Neo4j图形数据库声明工具。 用法 在您的开发依赖项中需要该库: composer require --dev graphaware/neo4j-graphunit 创建BaseTestCase ,它将扩展GraphAware\Neo4j\GraphUnit\Neo4jGraphDatabaseTestCase并声明应返回Client实例的getConnection方法。 为了简化操作,您可以调用父类的createConnection方法来引导连接。 namespace MyVendor \ MyApp \ Tests ; use GraphAware \ Neo4j \ GraphUnit \ Neo4jGraphDatabaseTestCase ; abstract class MyAppBaseTestCase extends
【文件预览】:
php-graphunit-master
----composer.json(734B)
----.travis.yml(639B)
----phpunit.xml(290B)
----composer.lock(55KB)
----tests()
--------neo_setup.sh(157B)
--------GraphDatabaseTestCase.php(364B)
--------Integration()
----LICENSE(1KB)
----src()
--------GraphDatabaseServiceInterface.php(185B)
--------Processor()
--------Constraint()
--------Neo4jGraphDatabaseTestCase.php(7KB)
--------QueryHelper.php(2KB)
--------Exception()
----.gitignore(7B)
----README.md(3KB)

网友评论