From 5c84ae3051428b2da69b54d913be2a9394f062ea Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Thu, 26 Jan 2017 21:22:14 +0100 Subject: [PATCH] LegacyStorageTest: use better-fitting helper --- test/php/library/Businessprocess/Storage/LegacyStorageTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/php/library/Businessprocess/Storage/LegacyStorageTest.php b/test/php/library/Businessprocess/Storage/LegacyStorageTest.php index a36c1a7..b3be257 100644 --- a/test/php/library/Businessprocess/Storage/LegacyStorageTest.php +++ b/test/php/library/Businessprocess/Storage/LegacyStorageTest.php @@ -116,7 +116,7 @@ class LegacyStorageTest extends BaseTestCase { $this->assertEquals( 'https://top.example.com/', - $this->makeInstance()->loadProcess('simple_with-header')->getNode('top')->getInfoUrl() + $this->makeInstance()->loadProcess('simple_with-header')->getBpNode('top')->getInfoUrl() ); }