File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1414 global :
1515 - TEST_COMMAND="composer test"
1616 matrix :
17+ - SYMFONY_VERSION=3.2.*
1718 - SYMFONY_VERSION=3.1.*
1819 - SYMFONY_VERSION=3.0.*
1920
@@ -24,7 +25,7 @@ branches:
2425matrix :
2526 fast_finish : true
2627 include :
27- - php : 5.5
28+ - php : 7.0
2829 env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci" SYMFONY_VERSION=3.0.*
2930
3031install :
Original file line number Diff line number Diff line change 22 - { resource: framework.yml }
33 - { resource: services.yml }
44
5- graph_aware_neo4j :
5+ community_neo4j :
66 connections :
77 default : ~
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ class CommunityNeo4jExtensionTest extends AbstractExtensionTestCase
1212{
1313 protected function getMinimalConfiguration ()
1414 {
15+ $ this ->setParameter ('kernel.cache_dir ' , 'foo ' );
16+
1517 return ['connections ' => ['default ' => ['port ' => 7474 ]]];
1618 }
1719
Original file line number Diff line number Diff line change 1313 "require" : {
1414 "php" : " ^7.0" ,
1515 "graphaware/neo4j-php-ogm" : " ^1.0" ,
16+ "graphaware/neo4j-php-client" : " ^4.6" ,
1617 "symfony/framework-bundle" : " ^3.0"
1718 },
1819 "require-dev" : {
You can’t perform that action at this time.
0 commit comments