addCrumb('key1'); $crumb3 = $crumb2->addCrumb('key2'); $this->assertSame($crumb3->buildChain(), ['key1', 'key2']); } }