File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ matrix:
1717 include :
1818 - php : 5.3
1919 env : PACKAGE_VERSION=low
20+ allow_failures :
21+ - php : 7.0
22+ - php : 7.1
2023
2124before_script :
2225 - composer selfupdate
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ public function dataConversionMatrix()
5252 ;
5353 $ nodemock
5454 ->expects ($ this ->any ())
55- ->method ('isNodetype ' )
55+ ->method ('isNodeType ' )
5656 ->with ('mix:referenceable ' )
5757 ->will ($ this ->returnValue (true ))
5858 ;
@@ -406,7 +406,7 @@ public function testConvertNonrefNode()
406406 ;
407407 $ nodemock
408408 ->expects ($ this ->once ())
409- ->method ('isNodetype ' )
409+ ->method ('isNodeType ' )
410410 ->with ('mix:referenceable ' )
411411 ->will ($ this ->returnValue (false ))
412412 ;
You can’t perform that action at this time.
0 commit comments