LegacyStorageTest: use better-fitting helper

This commit is contained in:
Thomas Gelf 2017-01-26 21:22:14 +01:00
parent 86723f6688
commit 5c84ae3051

View file

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