master
test_unpack
public function test_unpack() { $result = StringHelper::bracesToArray('test'); self::assertEquals(['test'], $result);