Skip to content

Commit bb52b71

Browse files
spolischookSerhii Polishchuk
andauthored
Fixed broken tests (#63)
* Fixed broken tests * Fixed deprecation notice Co-authored-by: Serhii Polishchuk <[email protected]>
1 parent 9334e51 commit bb52b71

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Collector/Twig/Neo4jResultExtension.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
namespace Neo4j\Neo4jBundle\Collector\Twig;
66

77
use GraphAware\Neo4j\Client\Formatter\Type\Node;
8+
use Twig\Extension\AbstractExtension;
89

910
/**
1011
* @author Tobias Nyholm <[email protected]>
1112
*/
12-
class Neo4jResultExtension extends \Twig_Extension
13+
class Neo4jResultExtension extends AbstractExtension
1314
{
1415
/**
1516
* {@inheritdoc}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"twig/twig": "^1.18 || ^2.0"
2525
},
2626
"require-dev": {
27-
"symfony/phpunit-bridge": "^3.3 || ^4.0",
27+
"symfony/phpunit-bridge": "^3.4.19|^4.0",
2828
"matthiasnoback/symfony-dependency-injection-test": "^2.3"
2929
},
3030
"suggest": {

0 commit comments

Comments
 (0)