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() ); }