Right now I'm testing using ACF5 Beta (because it has composer support), and I've exported a simple ACF text field that gets attached to posts.
I'm stuck finding a way to add post_meta here. It uses wp_insert_post so our postmeta options are nil using the factory.
$post_id = $this->factory->post->create( ); // ...?