'integration', 'REBUILD_SNAPSHOTS' => false, 'PARATEST' => 0, 'COLLISION_IGNORE_DURATION' => 'true', 'FLOW_ID' => '1234', ], )); $process->run(); return $process->getOutput(); }; if (getenv('REBUILD_SNAPSHOTS')) { file_put_contents($snapshot, normalize_windows_os_output($output())); } elseif (! getenv('EXCLUDE')) { expect(normalize_windows_os_output($output()))->toEqual(file_get_contents($snapshot)); } })->with([ 'Failure.php', 'SuccessOnly.php', ])->skip(! getenv('REBUILD_SNAPSHOTS') && getenv('EXCLUDE'));