public function testReturnedValue()
 {
     $this->assertTrue($this->attrContainer->addObjAttrs($this->testObj, ["k" => "v"]) === $this->testObj);
 }