set('name1', 'inhere'); $this->assertTrue($box->has('name1')); $this->assertEquals('inhere', $box->get('name1')); } }